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