#96e11e
a balanced, electric green · cool · closest name: yellow
RGB
150, 225, 30
HSL
83°, 77%, 50%
CMYK
33, 0, 87, 12
Luminance
0.6043
Every format
| HEX | #96e11e |
| RGB | rgb(150, 225, 30) |
| HSL | hsl(83, 77%, 50%) |
| CMYK | cmyk(33%, 0%, 87%, 12%) |
| LAB | lab(82.1 -48.8 76.5) |
| LCH | lch(82.1 90.8 122.6) |
| OKLCH | oklch(0.829 0.217 130.2) |
Copy-ready code
/* CSS */
color: #96e11e;
background-color: #96e11e;
/* Tailwind (arbitrary) */
class="text-[#96e11e] bg-[#96e11e]"
/* SCSS */
$brand: #96e11e;
/* SwiftUI */
Color(red: 0.588, green: 0.882, blue: 0.118)
/* Android */
Color.parseColor("#96e11e")Accessibility — WCAG contrast
Aa
#96e11e on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96e11e on black: 13.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green88.2%
Blue11.8%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow86.7%
Key (black)11.8%
Color previews
#96e11e text on a black background
contrast 13.09:1
Card sample
#96e11e text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96e11e;
Background color
Panel with #96e11e background
background-color: #96e11e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96e11e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 225, 30, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 225, 30, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96e11e; background: linear-gradient(135deg, #96e11e, #1EE128);