#91fc2f
a balanced, electric green · cool · closest name: lime
RGB
145, 252, 47
HSL
91°, 97%, 59%
CMYK
43, 0, 81, 1
Luminance
0.7585
Every format
| HEX | #91fc2f |
| RGB | rgb(145, 252, 47) |
| HSL | hsl(91, 97%, 59%) |
| CMYK | cmyk(43%, 0%, 81%, 1%) |
| LAB | lab(89.8 -60.6 79.4) |
| LCH | lch(89.8 99.9 127.3) |
| OKLCH | oklch(0.892 0.244 134.3) |
Copy-ready code
/* CSS */
color: #91fc2f;
background-color: #91fc2f;
/* Tailwind (arbitrary) */
class="text-[#91fc2f] bg-[#91fc2f]"
/* SCSS */
$brand: #91fc2f;
/* SwiftUI */
Color(red: 0.569, green: 0.988, blue: 0.184)
/* Android */
Color.parseColor("#91fc2f")Accessibility — WCAG contrast
Aa
#91fc2f on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91fc2f on black: 16.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green98.8%
Blue18.4%
CMYK percentages
Cyan42.5%
Magenta0.0%
Yellow81.3%
Key (black)1.2%
Color previews
#91fc2f text on a black background
contrast 16.17:1
Card sample
#91fc2f text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91fc2f;
Background color
Panel with #91fc2f background
background-color: #91fc2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91fc2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 252, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 252, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91fc2f; background: linear-gradient(135deg, #91fc2f, #2FFC55);