#01af2f
a dark, electric green · cool · closest name: forestgreen
RGB
1, 175, 47
HSL
136°, 99%, 35%
CMYK
99, 0, 73, 31
Luminance
0.3087
Every format
| HEX | #01af2f |
| RGB | rgb(1, 175, 47) |
| HSL | hsl(136, 99%, 35%) |
| CMYK | cmyk(99%, 0%, 73%, 31%) |
| LAB | lab(62.4 -62.7 52.1) |
| LCH | lch(62.4 81.5 140.3) |
| OKLCH | oklch(0.655 0.206 145.0) |
Copy-ready code
/* CSS */
color: #01af2f;
background-color: #01af2f;
/* Tailwind (arbitrary) */
class="text-[#01af2f] bg-[#01af2f]"
/* SCSS */
$brand: #01af2f;
/* SwiftUI */
Color(red: 0.004, green: 0.686, blue: 0.184)
/* Android */
Color.parseColor("#01af2f")Accessibility — WCAG contrast
Aa
#01af2f on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#01af2f on black: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green68.6%
Blue18.4%
CMYK percentages
Cyan99.4%
Magenta0.0%
Yellow73.1%
Key (black)31.4%
Color previews
#01af2f text on a black background
contrast 7.17:1
Card sample
#01af2f text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #01af2f;
Background color
Panel with #01af2f background
background-color: #01af2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #01af2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 175, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 175, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #01af2f; background: linear-gradient(135deg, #01af2f, #01AFA3);