#04ef1b
a balanced, electric green · cool · closest name: lime
RGB
4, 239, 27
HSL
126°, 97%, 48%
CMYK
98, 0, 89, 6
Luminance
0.6184
Every format
| HEX | #04ef1b |
| RGB | rgb(4, 239, 27) |
| HSL | hsl(126, 97%, 48%) |
| CMYK | cmyk(98%, 0%, 89%, 6%) |
| LAB | lab(82.8 -81.4 76.3) |
| LCH | lch(82.8 111.6 136.8) |
| OKLCH | oklch(0.826 0.276 142.9) |
Copy-ready code
/* CSS */
color: #04ef1b;
background-color: #04ef1b;
/* Tailwind (arbitrary) */
class="text-[#04ef1b] bg-[#04ef1b]"
/* SCSS */
$brand: #04ef1b;
/* SwiftUI */
Color(red: 0.016, green: 0.937, blue: 0.106)
/* Android */
Color.parseColor("#04ef1b")Accessibility — WCAG contrast
Aa
#04ef1b on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#04ef1b on black: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green93.7%
Blue10.6%
CMYK percentages
Cyan98.3%
Magenta0.0%
Yellow88.7%
Key (black)6.3%
Color previews
#04ef1b text on a black background
contrast 13.37:1
Card sample
#04ef1b text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #04ef1b;
Background color
Panel with #04ef1b background
background-color: #04ef1b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #04ef1b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 239, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 239, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #04ef1b; background: linear-gradient(135deg, #04ef1b, #04EFB8);