#b0ef1c
a balanced, electric green · cool · closest name: yellow
RGB
176, 239, 28
HSL
78°, 87%, 52%
CMYK
26, 0, 88, 6
Luminance
0.7105
Every format
| HEX | #b0ef1c |
| RGB | rgb(176, 239, 28) |
| HSL | hsl(78, 87%, 52%) |
| CMYK | cmyk(26%, 0%, 88%, 6%) |
| LAB | lab(87.5 -45.3 82.0) |
| LCH | lch(87.5 93.6 118.9) |
| OKLCH | oklch(0.877 0.220 126.8) |
Copy-ready code
/* CSS */
color: #b0ef1c;
background-color: #b0ef1c;
/* Tailwind (arbitrary) */
class="text-[#b0ef1c] bg-[#b0ef1c]"
/* SCSS */
$brand: #b0ef1c;
/* SwiftUI */
Color(red: 0.690, green: 0.937, blue: 0.110)
/* Android */
Color.parseColor("#b0ef1c")Accessibility — WCAG contrast
Aa
#b0ef1c on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0ef1c on black: 15.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green93.7%
Blue11.0%
CMYK percentages
Cyan26.4%
Magenta0.0%
Yellow88.3%
Key (black)6.3%
Color previews
#b0ef1c text on a black background
contrast 15.21:1
Card sample
#b0ef1c text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0ef1c;
Background color
Panel with #b0ef1c background
background-color: #b0ef1c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0ef1c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 239, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 239, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0ef1c; background: linear-gradient(135deg, #b0ef1c, #24EF1C);