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