#91fe13
a balanced, electric green · cool · closest name: lime
RGB
145, 254, 19
HSL
88°, 99%, 54%
CMYK
43, 0, 93, 0
Luminance
0.7695
Every format
| HEX | #91fe13 |
| RGB | rgb(145, 254, 19) |
| HSL | hsl(88, 99%, 54%) |
| CMYK | cmyk(43%, 0%, 93%, 0%) |
| LAB | lab(90.3 -62.1 84.8) |
| LCH | lch(90.3 105.2 126.2) |
| OKLCH | oklch(0.896 0.253 133.8) |
Copy-ready code
/* CSS */
color: #91fe13;
background-color: #91fe13;
/* Tailwind (arbitrary) */
class="text-[#91fe13] bg-[#91fe13]"
/* SCSS */
$brand: #91fe13;
/* SwiftUI */
Color(red: 0.569, green: 0.996, blue: 0.075)
/* Android */
Color.parseColor("#91fe13")Accessibility — WCAG contrast
Aa
#91fe13 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91fe13 on black: 16.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green99.6%
Blue7.5%
CMYK percentages
Cyan42.9%
Magenta0.0%
Yellow92.5%
Key (black)0.4%
Color previews
#91fe13 text on a black background
contrast 16.39:1
Card sample
#91fe13 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91fe13;
Background color
Panel with #91fe13 background
background-color: #91fe13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91fe13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 254, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 254, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91fe13; background: linear-gradient(135deg, #91fe13, #13FE31);