#16ac3e
a dark, electric green · cool · closest name: forestgreen
RGB
22, 172, 62
HSL
136°, 77%, 38%
CMYK
87, 0, 64, 33
Luminance
0.3002
Every format
| HEX | #16ac3e |
| RGB | rgb(22, 172, 62) |
| HSL | hsl(136, 77%, 38%) |
| CMYK | cmyk(87%, 0%, 64%, 33%) |
| LAB | lab(61.7 -59.0 45.2) |
| LCH | lch(61.7 74.3 142.6) |
| OKLCH | oklch(0.650 0.191 146.4) |
Copy-ready code
/* CSS */
color: #16ac3e;
background-color: #16ac3e;
/* Tailwind (arbitrary) */
class="text-[#16ac3e] bg-[#16ac3e]"
/* SCSS */
$brand: #16ac3e;
/* SwiftUI */
Color(red: 0.086, green: 0.675, blue: 0.243)
/* Android */
Color.parseColor("#16ac3e")Accessibility — WCAG contrast
Aa
#16ac3e on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#16ac3e on black: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green67.5%
Blue24.3%
CMYK percentages
Cyan87.2%
Magenta0.0%
Yellow64.0%
Key (black)32.5%
Color previews
#16ac3e text on a black background
contrast 7.00:1
Card sample
#16ac3e text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16ac3e;
Background color
Panel with #16ac3e background
background-color: #16ac3e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16ac3e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 172, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 172, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16ac3e; background: linear-gradient(135deg, #16ac3e, #16ACA2);