#91ff4b
a balanced, electric green · cool · closest name: lime
RGB
145, 255, 75
HSL
97°, 100%, 65%
CMYK
43, 0, 71, 0
Luminance
0.7805
Every format
| HEX | #91ff4b |
| RGB | rgb(145, 255, 75) |
| HSL | hsl(97, 100%, 65%) |
| CMYK | cmyk(43%, 0%, 71%, 0%) |
| LAB | lab(90.8 -60.2 72.1) |
| LCH | lch(90.8 93.9 129.9) |
| OKLCH | oklch(0.900 0.234 135.9) |
Copy-ready code
/* CSS */
color: #91ff4b;
background-color: #91ff4b;
/* Tailwind (arbitrary) */
class="text-[#91ff4b] bg-[#91ff4b]"
/* SCSS */
$brand: #91ff4b;
/* SwiftUI */
Color(red: 0.569, green: 1.000, blue: 0.294)
/* Android */
Color.parseColor("#91ff4b")Accessibility — WCAG contrast
Aa
#91ff4b on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91ff4b on black: 16.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green100.0%
Blue29.4%
CMYK percentages
Cyan43.1%
Magenta0.0%
Yellow70.6%
Key (black)0.0%
Color previews
#91ff4b text on a black background
contrast 16.61:1
Card sample
#91ff4b text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91ff4b;
Background color
Panel with #91ff4b background
background-color: #91ff4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91ff4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 255, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 255, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91ff4b; background: linear-gradient(135deg, #91ff4b, #4BFF7D);