#96ef1c
a balanced, electric green · cool · closest name: lime
RGB
150, 239, 28
HSL
85°, 87%, 52%
CMYK
37, 0, 88, 6
Luminance
0.6830
Every format
| HEX | #96ef1c |
| RGB | rgb(150, 239, 28) |
| HSL | hsl(85, 87%, 52%) |
| CMYK | cmyk(37%, 0%, 88%, 6%) |
| LAB | lab(86.2 -54.6 80.3) |
| LCH | lch(86.2 97.1 124.2) |
| OKLCH | oklch(0.863 0.233 131.8) |
Copy-ready code
/* CSS */
color: #96ef1c;
background-color: #96ef1c;
/* Tailwind (arbitrary) */
class="text-[#96ef1c] bg-[#96ef1c]"
/* SCSS */
$brand: #96ef1c;
/* SwiftUI */
Color(red: 0.588, green: 0.937, blue: 0.110)
/* Android */
Color.parseColor("#96ef1c")Accessibility — WCAG contrast
Aa
#96ef1c on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96ef1c on black: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green93.7%
Blue11.0%
CMYK percentages
Cyan37.2%
Magenta0.0%
Yellow88.3%
Key (black)6.3%
Color previews
#96ef1c text on a black background
contrast 14.66:1
Card sample
#96ef1c text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96ef1c;
Background color
Panel with #96ef1c background
background-color: #96ef1c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96ef1c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 239, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 239, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96ef1c; background: linear-gradient(135deg, #96ef1c, #1CEF2F);