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