#b2fc2f
a balanced, electric green · cool · closest name: yellow
RGB
178, 252, 47
HSL
82°, 97%, 59%
CMYK
29, 0, 81, 1
Luminance
0.7929
Every format
| HEX | #b2fc2f |
| RGB | rgb(178, 252, 47) |
| HSL | hsl(82, 97%, 59%) |
| CMYK | cmyk(29%, 0%, 81%, 1%) |
| LAB | lab(91.4 -49.5 81.4) |
| LCH | lch(91.4 95.3 121.3) |
| OKLCH | oklch(0.909 0.228 128.7) |
Copy-ready code
/* CSS */
color: #b2fc2f;
background-color: #b2fc2f;
/* Tailwind (arbitrary) */
class="text-[#b2fc2f] bg-[#b2fc2f]"
/* SCSS */
$brand: #b2fc2f;
/* SwiftUI */
Color(red: 0.698, green: 0.988, blue: 0.184)
/* Android */
Color.parseColor("#b2fc2f")Accessibility — WCAG contrast
Aa
#b2fc2f on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2fc2f on black: 16.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green98.8%
Blue18.4%
CMYK percentages
Cyan29.4%
Magenta0.0%
Yellow81.3%
Key (black)1.2%
Color previews
#b2fc2f text on a black background
contrast 16.86:1
Card sample
#b2fc2f text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2fc2f;
Background color
Panel with #b2fc2f background
background-color: #b2fc2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2fc2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 252, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 252, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2fc2f; background: linear-gradient(135deg, #b2fc2f, #2FFC35);