#16f321
a balanced, electric green · cool · closest name: lime
RGB
22, 243, 33
HSL
123°, 90%, 52%
CMYK
91, 0, 86, 5
Luminance
0.6438
Every format
| HEX | #16f321 |
| RGB | rgb(22, 243, 33) |
| HSL | hsl(123, 90%, 52%) |
| CMYK | cmyk(91%, 0%, 86%, 5%) |
| LAB | lab(84.2 -81.5 76.4) |
| LCH | lch(84.2 111.8 136.9) |
| OKLCH | oklch(0.837 0.277 142.9) |
Copy-ready code
/* CSS */
color: #16f321;
background-color: #16f321;
/* Tailwind (arbitrary) */
class="text-[#16f321] bg-[#16f321]"
/* SCSS */
$brand: #16f321;
/* SwiftUI */
Color(red: 0.086, green: 0.953, blue: 0.129)
/* Android */
Color.parseColor("#16f321")Accessibility — WCAG contrast
Aa
#16f321 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#16f321 on black: 13.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green95.3%
Blue12.9%
CMYK percentages
Cyan90.9%
Magenta0.0%
Yellow86.4%
Key (black)4.7%
Color previews
#16f321 text on a black background
contrast 13.88:1
Card sample
#16f321 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16f321;
Background color
Panel with #16f321 background
background-color: #16f321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16f321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 243, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 243, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16f321; background: linear-gradient(135deg, #16f321, #16F3B4);