#00ab3d
a dark, electric green · cool · closest name: forestgreen
RGB
0, 171, 61
HSL
141°, 100%, 34%
CMYK
100, 0, 64, 33
Luminance
0.2946
Every format
| HEX | #00ab3d |
| RGB | rgb(0, 171, 61) |
| HSL | hsl(141, 100%, 34%) |
| CMYK | cmyk(100%, 0%, 64%, 33%) |
| LAB | lab(61.2 -60.1 45.0) |
| LCH | lch(61.2 75.1 143.1) |
| OKLCH | oklch(0.646 0.192 146.9) |
Copy-ready code
/* CSS */
color: #00ab3d;
background-color: #00ab3d;
/* Tailwind (arbitrary) */
class="text-[#00ab3d] bg-[#00ab3d]"
/* SCSS */
$brand: #00ab3d;
/* SwiftUI */
Color(red: 0.000, green: 0.671, blue: 0.239)
/* Android */
Color.parseColor("#00ab3d")Accessibility — WCAG contrast
Aa
#00ab3d on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#00ab3d on black: 6.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green67.1%
Blue23.9%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow64.3%
Key (black)32.9%
Color previews
#00ab3d text on a black background
contrast 6.89:1
Card sample
#00ab3d text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00ab3d;
Background color
Panel with #00ab3d background
background-color: #00ab3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00ab3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 171, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 171, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00ab3d; background: linear-gradient(135deg, #00ab3d, #00A7AB);