#02a83f
a dark, electric green · cool · closest name: forestgreen
RGB
2, 168, 63
HSL
142°, 98%, 33%
CMYK
99, 0, 63, 34
Luminance
0.2838
Every format
| HEX | #02a83f |
| RGB | rgb(2, 168, 63) |
| HSL | hsl(142, 98%, 33%) |
| CMYK | cmyk(99%, 0%, 63%, 34%) |
| LAB | lab(60.2 -58.8 43.1) |
| LCH | lch(60.2 72.9 143.8) |
| OKLCH | oklch(0.638 0.187 147.3) |
Copy-ready code
/* CSS */
color: #02a83f;
background-color: #02a83f;
/* Tailwind (arbitrary) */
class="text-[#02a83f] bg-[#02a83f]"
/* SCSS */
$brand: #02a83f;
/* SwiftUI */
Color(red: 0.008, green: 0.659, blue: 0.247)
/* Android */
Color.parseColor("#02a83f")Accessibility — WCAG contrast
Aa
#02a83f on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#02a83f on black: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green65.9%
Blue24.7%
CMYK percentages
Cyan98.8%
Magenta0.0%
Yellow62.5%
Key (black)34.1%
Color previews
#02a83f text on a black background
contrast 6.68:1
Card sample
#02a83f text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02a83f;
Background color
Panel with #02a83f background
background-color: #02a83f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02a83f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 168, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 168, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02a83f; background: linear-gradient(135deg, #02a83f, #02A2A8);