#02a710
a dark, electric green · cool · closest name: green
RGB
2, 167, 16
HSL
125°, 98%, 33%
CMYK
99, 0, 90, 35
Luminance
0.2769
Every format
| HEX | #02a710 |
| RGB | rgb(2, 167, 16) |
| HSL | hsl(125, 98%, 33%) |
| CMYK | cmyk(99%, 0%, 90%, 35%) |
| LAB | lab(59.6 -62.2 58.3) |
| LCH | lch(59.6 85.2 136.9) |
| OKLCH | oklch(0.632 0.211 142.9) |
Copy-ready code
/* CSS */
color: #02a710;
background-color: #02a710;
/* Tailwind (arbitrary) */
class="text-[#02a710] bg-[#02a710]"
/* SCSS */
$brand: #02a710;
/* SwiftUI */
Color(red: 0.008, green: 0.655, blue: 0.063)
/* Android */
Color.parseColor("#02a710")Accessibility — WCAG contrast
Aa
#02a710 on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#02a710 on black: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green65.5%
Blue6.3%
CMYK percentages
Cyan98.8%
Magenta0.0%
Yellow90.4%
Key (black)34.5%
Color previews
#02a710 text on a black background
contrast 6.54:1
Card sample
#02a710 text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02a710;
Background color
Panel with #02a710 background
background-color: #02a710;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02a710;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 167, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 167, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02a710; background: linear-gradient(135deg, #02a710, #02A77E);