#02a52c
a dark, electric green · cool · closest name: forestgreen
RGB
2, 165, 44
HSL
136°, 98%, 33%
CMYK
99, 0, 73, 35
Luminance
0.2711
Every format
| HEX | #02a52c |
| RGB | rgb(2, 165, 44) |
| HSL | hsl(136, 98%, 33%) |
| CMYK | cmyk(99%, 0%, 73%, 35%) |
| LAB | lab(59.1 -59.9 49.8) |
| LCH | lch(59.1 77.9 140.3) |
| OKLCH | oklch(0.628 0.197 145.0) |
Copy-ready code
/* CSS */
color: #02a52c;
background-color: #02a52c;
/* Tailwind (arbitrary) */
class="text-[#02a52c] bg-[#02a52c]"
/* SCSS */
$brand: #02a52c;
/* SwiftUI */
Color(red: 0.008, green: 0.647, blue: 0.173)
/* Android */
Color.parseColor("#02a52c")Accessibility — WCAG contrast
Aa
#02a52c on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#02a52c on black: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green64.7%
Blue17.3%
CMYK percentages
Cyan98.8%
Magenta0.0%
Yellow73.3%
Key (black)35.3%
Color previews
#02a52c text on a black background
contrast 6.42:1
Card sample
#02a52c text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02a52c;
Background color
Panel with #02a52c background
background-color: #02a52c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02a52c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 165, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 165, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02a52c; background: linear-gradient(135deg, #02a52c, #02A599);