#15cf30
a dark, electric green · cool · closest name: lime
RGB
21, 207, 48
HSL
129°, 82%, 45%
CMYK
90, 0, 77, 19
Luminance
0.4500
Every format
| HEX | #15cf30 |
| RGB | rgb(21, 207, 48) |
| HSL | hsl(129, 82%, 45%) |
| CMYK | cmyk(90%, 0%, 77%, 19%) |
| LAB | lab(72.9 -70.9 62.2) |
| LCH | lch(72.9 94.3 138.7) |
| OKLCH | oklch(0.743 0.237 143.9) |
Copy-ready code
/* CSS */
color: #15cf30;
background-color: #15cf30;
/* Tailwind (arbitrary) */
class="text-[#15cf30] bg-[#15cf30]"
/* SCSS */
$brand: #15cf30;
/* SwiftUI */
Color(red: 0.082, green: 0.812, blue: 0.188)
/* Android */
Color.parseColor("#15cf30")Accessibility — WCAG contrast
Aa
#15cf30 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#15cf30 on black: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.2%
Green81.2%
Blue18.8%
CMYK percentages
Cyan89.9%
Magenta0.0%
Yellow76.8%
Key (black)18.8%
Color previews
#15cf30 text on a black background
contrast 10.00:1
Card sample
#15cf30 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #15cf30;
Background color
Panel with #15cf30 background
background-color: #15cf30;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #15cf30;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(21, 207, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(21, 207, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #15cf30; background: linear-gradient(135deg, #15cf30, #15CFAC);