#5bff29
a balanced, electric green · cool · closest name: lime
RGB
91, 255, 41
HSL
106°, 100%, 58%
CMYK
64, 0, 84, 0
Luminance
0.7390
Every format
| HEX | #5bff29 |
| RGB | rgb(91, 255, 41) |
| HSL | hsl(106, 100%, 58%) |
| CMYK | cmyk(64%, 0%, 84%, 0%) |
| LAB | lab(88.9 -75.9 79.3) |
| LCH | lch(88.9 109.8 133.7) |
| OKLCH | oklch(0.879 0.272 140.1) |
Copy-ready code
/* CSS */
color: #5bff29;
background-color: #5bff29;
/* Tailwind (arbitrary) */
class="text-[#5bff29] bg-[#5bff29]"
/* SCSS */
$brand: #5bff29;
/* SwiftUI */
Color(red: 0.357, green: 1.000, blue: 0.161)
/* Android */
Color.parseColor("#5bff29")Accessibility — WCAG contrast
Aa
#5bff29 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5bff29 on black: 15.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green100.0%
Blue16.1%
CMYK percentages
Cyan64.3%
Magenta0.0%
Yellow83.9%
Key (black)0.0%
Color previews
#5bff29 text on a black background
contrast 15.78:1
Card sample
#5bff29 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5bff29;
Background color
Panel with #5bff29 background
background-color: #5bff29;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5bff29;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 255, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 255, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5bff29; background: linear-gradient(135deg, #5bff29, #29FF86);