#02af1f
a dark, electric green · cool · closest name: green
RGB
2, 175, 31
HSL
130°, 98%, 35%
CMYK
99, 0, 82, 31
Luminance
0.3077
Every format
| HEX | #02af1f |
| RGB | rgb(2, 175, 31) |
| HSL | hsl(130, 98%, 35%) |
| CMYK | cmyk(99%, 0%, 82%, 31%) |
| LAB | lab(62.3 -63.8 57.2) |
| LCH | lch(62.3 85.7 138.1) |
| OKLCH | oklch(0.654 0.214 143.6) |
Copy-ready code
/* CSS */
color: #02af1f;
background-color: #02af1f;
/* Tailwind (arbitrary) */
class="text-[#02af1f] bg-[#02af1f]"
/* SCSS */
$brand: #02af1f;
/* SwiftUI */
Color(red: 0.008, green: 0.686, blue: 0.122)
/* Android */
Color.parseColor("#02af1f")Accessibility — WCAG contrast
Aa
#02af1f on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02af1f on black: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green68.6%
Blue12.2%
CMYK percentages
Cyan98.9%
Magenta0.0%
Yellow82.3%
Key (black)31.4%
Color previews
#02af1f text on a black background
contrast 7.15:1
Card sample
#02af1f text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02af1f;
Background color
Panel with #02af1f background
background-color: #02af1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02af1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 175, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 175, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02af1f; background: linear-gradient(135deg, #02af1f, #02AF92);