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