#02a62f
a dark, electric green · cool · closest name: forestgreen
RGB
2, 166, 47
HSL
137°, 98%, 33%
CMYK
99, 0, 72, 35
Luminance
0.2749
Every format
| HEX | #02a62f |
| RGB | rgb(2, 166, 47) |
| HSL | hsl(137, 98%, 33%) |
| CMYK | cmyk(99%, 0%, 72%, 35%) |
| LAB | lab(59.4 -60.0 49.0) |
| LCH | lch(59.4 77.4 140.7) |
| OKLCH | oklch(0.631 0.196 145.3) |
Copy-ready code
/* CSS */
color: #02a62f;
background-color: #02a62f;
/* Tailwind (arbitrary) */
class="text-[#02a62f] bg-[#02a62f]"
/* SCSS */
$brand: #02a62f;
/* SwiftUI */
Color(red: 0.008, green: 0.651, blue: 0.184)
/* Android */
Color.parseColor("#02a62f")Accessibility — WCAG contrast
Aa
#02a62f on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#02a62f on black: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green65.1%
Blue18.4%
CMYK percentages
Cyan98.8%
Magenta0.0%
Yellow71.7%
Key (black)34.9%
Color previews
#02a62f text on a black background
contrast 6.50:1
Card sample
#02a62f text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02a62f;
Background color
Panel with #02a62f background
background-color: #02a62f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02a62f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 166, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 166, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02a62f; background: linear-gradient(135deg, #02a62f, #02A69C);