#91f331
a balanced, electric green · cool · closest name: lime
RGB
145, 243, 49
HSL
90°, 89%, 57%
CMYK
40, 0, 80, 5
Luminance
0.7034
Every format
| HEX | #91f331 |
| RGB | rgb(145, 243, 49) |
| HSL | hsl(90, 89%, 57%) |
| CMYK | cmyk(40%, 0%, 80%, 5%) |
| LAB | lab(87.2 -57.1 76.6) |
| LCH | lch(87.2 95.5 126.7) |
| OKLCH | oklch(0.870 0.233 133.6) |
Copy-ready code
/* CSS */
color: #91f331;
background-color: #91f331;
/* Tailwind (arbitrary) */
class="text-[#91f331] bg-[#91f331]"
/* SCSS */
$brand: #91f331;
/* SwiftUI */
Color(red: 0.569, green: 0.953, blue: 0.192)
/* Android */
Color.parseColor("#91f331")Accessibility — WCAG contrast
Aa
#91f331 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91f331 on black: 15.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green95.3%
Blue19.2%
CMYK percentages
Cyan40.3%
Magenta0.0%
Yellow79.8%
Key (black)4.7%
Color previews
#91f331 text on a black background
contrast 15.07:1
Card sample
#91f331 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91f331;
Background color
Panel with #91f331 background
background-color: #91f331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91f331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 243, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 243, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91f331; background: linear-gradient(135deg, #91f331, #31F352);