#10e721
a balanced, electric green · cool · closest name: lime
RGB
16, 231, 33
HSL
125°, 87%, 48%
CMYK
93, 0, 86, 9
Luminance
0.5737
Every format
| HEX | #10e721 |
| RGB | rgb(16, 231, 33) |
| HSL | hsl(125, 87%, 48%) |
| CMYK | cmyk(93%, 0%, 86%, 9%) |
| LAB | lab(80.4 -78.6 73.1) |
| LCH | lch(80.4 107.3 137.1) |
| OKLCH | oklch(0.805 0.267 143.0) |
Copy-ready code
/* CSS */
color: #10e721;
background-color: #10e721;
/* Tailwind (arbitrary) */
class="text-[#10e721] bg-[#10e721]"
/* SCSS */
$brand: #10e721;
/* SwiftUI */
Color(red: 0.063, green: 0.906, blue: 0.129)
/* Android */
Color.parseColor("#10e721")Accessibility — WCAG contrast
Aa
#10e721 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#10e721 on black: 12.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green90.6%
Blue12.9%
CMYK percentages
Cyan93.1%
Magenta0.0%
Yellow85.7%
Key (black)9.4%
Color previews
#10e721 text on a black background
contrast 12.47:1
Card sample
#10e721 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #10e721;
Background color
Panel with #10e721 background
background-color: #10e721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #10e721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 231, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 231, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #10e721; background: linear-gradient(135deg, #10e721, #10E7B0);