#18ce0f
a dark, electric green · cool · closest name: lime
RGB
24, 206, 15
HSL
117°, 86%, 43%
CMYK
88, 0, 93, 19
Luminance
0.4437
Every format
| HEX | #18ce0f |
| RGB | rgb(24, 206, 15) |
| HSL | hsl(117, 86%, 43%) |
| CMYK | cmyk(88%, 0%, 93%, 19%) |
| LAB | lab(72.5 -71.9 69.4) |
| LCH | lch(72.5 99.9 136.0) |
| OKLCH | oklch(0.739 0.247 142.3) |
Copy-ready code
/* CSS */
color: #18ce0f;
background-color: #18ce0f;
/* Tailwind (arbitrary) */
class="text-[#18ce0f] bg-[#18ce0f]"
/* SCSS */
$brand: #18ce0f;
/* SwiftUI */
Color(red: 0.094, green: 0.808, blue: 0.059)
/* Android */
Color.parseColor("#18ce0f")Accessibility — WCAG contrast
Aa
#18ce0f on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#18ce0f on black: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green80.8%
Blue5.9%
CMYK percentages
Cyan88.3%
Magenta0.0%
Yellow92.7%
Key (black)19.2%
Color previews
#18ce0f text on a black background
contrast 9.87:1
Card sample
#18ce0f text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #18ce0f;
Background color
Panel with #18ce0f background
background-color: #18ce0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #18ce0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 206, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 206, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #18ce0f; background: linear-gradient(135deg, #18ce0f, #0FCE85);