#b2f41f
a balanced, electric green · cool · closest name: yellow
RGB
178, 244, 31
HSL
79°, 91%, 54%
CMYK
27, 0, 87, 4
Luminance
0.7427
Every format
| HEX | #b2f41f |
| RGB | rgb(178, 244, 31) |
| HSL | hsl(79, 91%, 54%) |
| CMYK | cmyk(27%, 0%, 87%, 4%) |
| LAB | lab(89.0 -46.6 82.8) |
| LCH | lch(89.0 95.0 119.4) |
| OKLCH | oklch(0.890 0.224 127.2) |
Copy-ready code
/* CSS */
color: #b2f41f;
background-color: #b2f41f;
/* Tailwind (arbitrary) */
class="text-[#b2f41f] bg-[#b2f41f]"
/* SCSS */
$brand: #b2f41f;
/* SwiftUI */
Color(red: 0.698, green: 0.957, blue: 0.122)
/* Android */
Color.parseColor("#b2f41f")Accessibility — WCAG contrast
Aa
#b2f41f on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2f41f on black: 15.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green95.7%
Blue12.2%
CMYK percentages
Cyan27.0%
Magenta0.0%
Yellow87.3%
Key (black)4.3%
Color previews
#b2f41f text on a black background
contrast 15.85:1
Card sample
#b2f41f text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2f41f;
Background color
Panel with #b2f41f background
background-color: #b2f41f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2f41f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 244, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 244, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2f41f; background: linear-gradient(135deg, #b2f41f, #24F41F);