#b2ee39
a balanced, electric green · cool · closest name: yellow
RGB
178, 238, 57
HSL
80°, 84%, 58%
CMYK
25, 0, 76, 7
Luminance
0.7091
Every format
| HEX | #b2ee39 |
| RGB | rgb(178, 238, 57) |
| HSL | hsl(80, 84%, 58%) |
| CMYK | cmyk(25%, 0%, 76%, 7%) |
| LAB | lab(87.4 -43.1 75.2) |
| LCH | lch(87.4 86.7 119.8) |
| OKLCH | oklch(0.877 0.207 126.9) |
Copy-ready code
/* CSS */
color: #b2ee39;
background-color: #b2ee39;
/* Tailwind (arbitrary) */
class="text-[#b2ee39] bg-[#b2ee39]"
/* SCSS */
$brand: #b2ee39;
/* SwiftUI */
Color(red: 0.698, green: 0.933, blue: 0.224)
/* Android */
Color.parseColor("#b2ee39")Accessibility — WCAG contrast
Aa
#b2ee39 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2ee39 on black: 15.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green93.3%
Blue22.4%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow76.1%
Key (black)6.7%
Color previews
#b2ee39 text on a black background
contrast 15.18:1
Card sample
#b2ee39 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2ee39;
Background color
Panel with #b2ee39 background
background-color: #b2ee39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2ee39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 238, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 238, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2ee39; background: linear-gradient(135deg, #b2ee39, #39EE39);