#5bff44
a balanced, electric green · cool · closest name: lime
RGB
91, 255, 68
HSL
113°, 100%, 63%
CMYK
64, 0, 73, 0
Luminance
0.7416
Every format
| HEX | #5bff44 |
| RGB | rgb(91, 255, 68) |
| HSL | hsl(113, 100%, 63%) |
| CMYK | cmyk(64%, 0%, 73%, 0%) |
| LAB | lab(89.0 -74.4 72.0) |
| LCH | lch(89.0 103.6 135.9) |
| OKLCH | oklch(0.881 0.260 141.4) |
Copy-ready code
/* CSS */
color: #5bff44;
background-color: #5bff44;
/* Tailwind (arbitrary) */
class="text-[#5bff44] bg-[#5bff44]"
/* SCSS */
$brand: #5bff44;
/* SwiftUI */
Color(red: 0.357, green: 1.000, blue: 0.267)
/* Android */
Color.parseColor("#5bff44")Accessibility — WCAG contrast
Aa
#5bff44 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5bff44 on black: 15.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green100.0%
Blue26.7%
CMYK percentages
Cyan64.3%
Magenta0.0%
Yellow73.3%
Key (black)0.0%
Color previews
#5bff44 text on a black background
contrast 15.83:1
Card sample
#5bff44 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5bff44;
Background color
Panel with #5bff44 background
background-color: #5bff44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5bff44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 255, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 255, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5bff44; background: linear-gradient(135deg, #5bff44, #44FFAA);