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