#15f800
a balanced, electric green · cool · closest name: lime
RGB
21, 248, 0
HSL
115°, 100%, 49%
CMYK
92, 0, 100, 3
Luminance
0.6729
Every format
| HEX | #15f800 |
| RGB | rgb(21, 248, 0) |
| HSL | hsl(115, 100%, 49%) |
| CMYK | cmyk(92%, 0%, 100%, 3%) |
| LAB | lab(85.7 -83.7 81.5) |
| LCH | lch(85.7 116.8 135.7) |
| OKLCH | oklch(0.849 0.287 142.3) |
Copy-ready code
/* CSS */
color: #15f800;
background-color: #15f800;
/* Tailwind (arbitrary) */
class="text-[#15f800] bg-[#15f800]"
/* SCSS */
$brand: #15f800;
/* SwiftUI */
Color(red: 0.082, green: 0.973, blue: 0.000)
/* Android */
Color.parseColor("#15f800")Accessibility — WCAG contrast
Aa
#15f800 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#15f800 on black: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.2%
Green97.3%
Blue0.0%
CMYK percentages
Cyan91.5%
Magenta0.0%
Yellow100.0%
Key (black)2.7%
Color previews
#15f800 text on a black background
contrast 14.46:1
Card sample
#15f800 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #15f800;
Background color
Panel with #15f800 background
background-color: #15f800;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #15f800;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(21, 248, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(21, 248, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #15f800; background: linear-gradient(135deg, #15f800, #00F890);