#02eb75
a balanced, electric green · cool · closest name: forestgreen
RGB
2, 235, 117
HSL
150°, 98%, 47%
CMYK
99, 0, 50, 8
Luminance
0.6071
Every format
| HEX | #02eb75 |
| RGB | rgb(2, 235, 117) |
| HSL | hsl(150, 98%, 47%) |
| CMYK | cmyk(99%, 0%, 50%, 8%) |
| LAB | lab(82.2 -72.2 44.0) |
| LCH | lch(82.2 84.5 148.6) |
| OKLCH | oklch(0.823 0.221 151.1) |
Copy-ready code
/* CSS */
color: #02eb75;
background-color: #02eb75;
/* Tailwind (arbitrary) */
class="text-[#02eb75] bg-[#02eb75]"
/* SCSS */
$brand: #02eb75;
/* SwiftUI */
Color(red: 0.008, green: 0.922, blue: 0.459)
/* Android */
Color.parseColor("#02eb75")Accessibility — WCAG contrast
Aa
#02eb75 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02eb75 on black: 13.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green92.2%
Blue45.9%
CMYK percentages
Cyan99.1%
Magenta0.0%
Yellow50.2%
Key (black)7.8%
Color previews
#02eb75 text on a black background
contrast 13.14:1
Card sample
#02eb75 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02eb75;
Background color
Panel with #02eb75 background
background-color: #02eb75;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02eb75;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 235, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 235, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02eb75; background: linear-gradient(135deg, #02eb75, #02C6EB);