#02a84a
a dark, electric green · cool · closest name: forestgreen
RGB
2, 168, 74
HSL
146°, 98%, 33%
CMYK
99, 0, 56, 34
Luminance
0.2851
Every format
| HEX | #02a84a |
| RGB | rgb(2, 168, 74) |
| HSL | hsl(146, 98%, 33%) |
| CMYK | cmyk(99%, 0%, 56%, 34%) |
| LAB | lab(60.4 -57.3 38.0) |
| LCH | lch(60.4 68.8 146.5) |
| OKLCH | oklch(0.639 0.178 149.4) |
Copy-ready code
/* CSS */
color: #02a84a;
background-color: #02a84a;
/* Tailwind (arbitrary) */
class="text-[#02a84a] bg-[#02a84a]"
/* SCSS */
$brand: #02a84a;
/* SwiftUI */
Color(red: 0.008, green: 0.659, blue: 0.290)
/* Android */
Color.parseColor("#02a84a")Accessibility — WCAG contrast
Aa
#02a84a on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#02a84a on black: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green65.9%
Blue29.0%
CMYK percentages
Cyan98.8%
Magenta0.0%
Yellow56.0%
Key (black)34.1%
Color previews
#02a84a text on a black background
contrast 6.70:1
Card sample
#02a84a text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02a84a;
Background color
Panel with #02a84a background
background-color: #02a84a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02a84a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 168, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 168, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02a84a; background: linear-gradient(135deg, #02a84a, #0297A8);