#b2ee49
a balanced, electric green · cool · closest name: yellow
RGB
178, 238, 73
HSL
82°, 83%, 61%
CMYK
25, 0, 69, 7
Luminance
0.7110
Every format
| HEX | #b2ee49 |
| RGB | rgb(178, 238, 73) |
| HSL | hsl(82, 83%, 61%) |
| CMYK | cmyk(25%, 0%, 69%, 7%) |
| LAB | lab(87.5 -42.3 70.0) |
| LCH | lch(87.5 81.8 121.1) |
| OKLCH | oklch(0.878 0.199 127.5) |
Copy-ready code
/* CSS */
color: #b2ee49;
background-color: #b2ee49;
/* Tailwind (arbitrary) */
class="text-[#b2ee49] bg-[#b2ee49]"
/* SCSS */
$brand: #b2ee49;
/* SwiftUI */
Color(red: 0.698, green: 0.933, blue: 0.286)
/* Android */
Color.parseColor("#b2ee49")Accessibility — WCAG contrast
Aa
#b2ee49 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2ee49 on black: 15.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green93.3%
Blue28.6%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow69.3%
Key (black)6.7%
Color previews
#b2ee49 text on a black background
contrast 15.22:1
Card sample
#b2ee49 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2ee49;
Background color
Panel with #b2ee49 background
background-color: #b2ee49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2ee49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 238, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 238, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2ee49; background: linear-gradient(135deg, #b2ee49, #49EE4E);