#b0e034
a balanced, vivid green · cool · closest name: yellow
RGB
176, 224, 52
HSL
77°, 74%, 54%
CMYK
21, 0, 77, 12
Luminance
0.6279
Every format
| HEX | #b0e034 |
| RGB | rgb(176, 224, 52) |
| HSL | hsl(77, 74%, 54%) |
| CMYK | cmyk(21%, 0%, 77%, 12%) |
| LAB | lab(83.3 -37.9 72.8) |
| LCH | lch(83.3 82.1 117.5) |
| OKLCH | oklch(0.843 0.195 124.6) |
Copy-ready code
/* CSS */
color: #b0e034;
background-color: #b0e034;
/* Tailwind (arbitrary) */
class="text-[#b0e034] bg-[#b0e034]"
/* SCSS */
$brand: #b0e034;
/* SwiftUI */
Color(red: 0.690, green: 0.878, blue: 0.204)
/* Android */
Color.parseColor("#b0e034")Accessibility — WCAG contrast
Aa
#b0e034 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0e034 on black: 13.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green87.8%
Blue20.4%
CMYK percentages
Cyan21.4%
Magenta0.0%
Yellow76.8%
Key (black)12.2%
Color previews
#b0e034 text on a black background
contrast 13.56:1
Card sample
#b0e034 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0e034;
Background color
Panel with #b0e034 background
background-color: #b0e034;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0e034;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 224, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 224, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0e034; background: linear-gradient(135deg, #b0e034, #3DE034);