#96eb13
a balanced, electric green · cool · closest name: lime
RGB
150, 235, 19
HSL
84°, 85%, 50%
CMYK
36, 0, 92, 8
Luminance
0.6595
Every format
| HEX | #96eb13 |
| RGB | rgb(150, 235, 19) |
| HSL | hsl(84, 85%, 50%) |
| CMYK | cmyk(36%, 0%, 92%, 8%) |
| LAB | lab(85.0 -53.2 80.6) |
| LCH | lch(85.0 96.6 123.4) |
| OKLCH | oklch(0.853 0.230 131.2) |
Copy-ready code
/* CSS */
color: #96eb13;
background-color: #96eb13;
/* Tailwind (arbitrary) */
class="text-[#96eb13] bg-[#96eb13]"
/* SCSS */
$brand: #96eb13;
/* SwiftUI */
Color(red: 0.588, green: 0.922, blue: 0.075)
/* Android */
Color.parseColor("#96eb13")Accessibility — WCAG contrast
Aa
#96eb13 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96eb13 on black: 14.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green92.2%
Blue7.5%
CMYK percentages
Cyan36.2%
Magenta0.0%
Yellow91.9%
Key (black)7.8%
Color previews
#96eb13 text on a black background
contrast 14.19:1
Card sample
#96eb13 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96eb13;
Background color
Panel with #96eb13 background
background-color: #96eb13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96eb13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 235, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 235, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96eb13; background: linear-gradient(135deg, #96eb13, #13EB20);