#16cd1f
a dark, electric green · cool · closest name: lime
RGB
22, 205, 31
HSL
123°, 81%, 45%
CMYK
89, 0, 85, 20
Luminance
0.4393
Every format
| HEX | #16cd1f |
| RGB | rgb(22, 205, 31) |
| HSL | hsl(123, 81%, 45%) |
| CMYK | cmyk(89%, 0%, 85%, 20%) |
| LAB | lab(72.2 -71.2 66.2) |
| LCH | lch(72.2 97.3 137.1) |
| OKLCH | oklch(0.737 0.242 142.9) |
Copy-ready code
/* CSS */
color: #16cd1f;
background-color: #16cd1f;
/* Tailwind (arbitrary) */
class="text-[#16cd1f] bg-[#16cd1f]"
/* SCSS */
$brand: #16cd1f;
/* SwiftUI */
Color(red: 0.086, green: 0.804, blue: 0.122)
/* Android */
Color.parseColor("#16cd1f")Accessibility — WCAG contrast
Aa
#16cd1f on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#16cd1f on black: 9.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green80.4%
Blue12.2%
CMYK percentages
Cyan89.3%
Magenta0.0%
Yellow84.9%
Key (black)19.6%
Color previews
#16cd1f text on a black background
contrast 9.79:1
Card sample
#16cd1f text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16cd1f;
Background color
Panel with #16cd1f background
background-color: #16cd1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16cd1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 205, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 205, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16cd1f; background: linear-gradient(135deg, #16cd1f, #16CD99);