#16c716
a dark, electric green · cool · closest name: lime
RGB
22, 199, 22
HSL
120°, 80%, 43%
CMYK
89, 0, 89, 22
Luminance
0.4108
Every format
| HEX | #16c716 |
| RGB | rgb(22, 199, 22) |
| HSL | hsl(120, 80%, 43%) |
| CMYK | cmyk(89%, 0%, 89%, 22%) |
| LAB | lab(70.2 -69.9 66.4) |
| LCH | lch(70.2 96.4 136.5) |
| OKLCH | oklch(0.721 0.239 142.6) |
Copy-ready code
/* CSS */
color: #16c716;
background-color: #16c716;
/* Tailwind (arbitrary) */
class="text-[#16c716] bg-[#16c716]"
/* SCSS */
$brand: #16c716;
/* SwiftUI */
Color(red: 0.086, green: 0.780, blue: 0.086)
/* Android */
Color.parseColor("#16c716")Accessibility — WCAG contrast
Aa
#16c716 on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#16c716 on black: 9.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green78.0%
Blue8.6%
CMYK percentages
Cyan88.9%
Magenta0.0%
Yellow88.9%
Key (black)22.0%
Color previews
#16c716 text on a black background
contrast 9.22:1
Card sample
#16c716 text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16c716;
Background color
Panel with #16c716 background
background-color: #16c716;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16c716;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 199, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 199, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16c716; background: linear-gradient(135deg, #16c716, #16C78C);