#02ef1e
a balanced, electric green · cool · closest name: lime
RGB
2, 239, 30
HSL
127°, 98%, 47%
CMYK
99, 0, 87, 6
Luminance
0.6184
Every format
| HEX | #02ef1e |
| RGB | rgb(2, 239, 30) |
| HSL | hsl(127, 98%, 47%) |
| CMYK | cmyk(99%, 0%, 87%, 6%) |
| LAB | lab(82.8 -81.3 75.8) |
| LCH | lch(82.8 111.2 137.0) |
| OKLCH | oklch(0.826 0.276 143.0) |
Copy-ready code
/* CSS */
color: #02ef1e;
background-color: #02ef1e;
/* Tailwind (arbitrary) */
class="text-[#02ef1e] bg-[#02ef1e]"
/* SCSS */
$brand: #02ef1e;
/* SwiftUI */
Color(red: 0.008, green: 0.937, blue: 0.118)
/* Android */
Color.parseColor("#02ef1e")Accessibility — WCAG contrast
Aa
#02ef1e on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02ef1e on black: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green93.7%
Blue11.8%
CMYK percentages
Cyan99.2%
Magenta0.0%
Yellow87.4%
Key (black)6.3%
Color previews
#02ef1e text on a black background
contrast 13.37:1
Card sample
#02ef1e text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02ef1e;
Background color
Panel with #02ef1e background
background-color: #02ef1e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02ef1e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 239, 30, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 239, 30, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02ef1e; background: linear-gradient(135deg, #02ef1e, #02EFBC);