#5bea32
a balanced, electric green · cool · closest name: lime
RGB
91, 234, 50
HSL
107°, 81%, 56%
CMYK
61, 0, 79, 8
Luminance
0.6130
Every format
| HEX | #5bea32 |
| RGB | rgb(91, 234, 50) |
| HSL | hsl(107, 81%, 56%) |
| CMYK | cmyk(61%, 0%, 79%, 8%) |
| LAB | lab(82.5 -68.7 71.3) |
| LCH | lch(82.5 99.0 133.9) |
| OKLCH | oklch(0.827 0.246 140.0) |
Copy-ready code
/* CSS */
color: #5bea32;
background-color: #5bea32;
/* Tailwind (arbitrary) */
class="text-[#5bea32] bg-[#5bea32]"
/* SCSS */
$brand: #5bea32;
/* SwiftUI */
Color(red: 0.357, green: 0.918, blue: 0.196)
/* Android */
Color.parseColor("#5bea32")Accessibility — WCAG contrast
Aa
#5bea32 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5bea32 on black: 13.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green91.8%
Blue19.6%
CMYK percentages
Cyan61.1%
Magenta0.0%
Yellow78.6%
Key (black)8.2%
Color previews
#5bea32 text on a black background
contrast 13.26:1
Card sample
#5bea32 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5bea32;
Background color
Panel with #5bea32 background
background-color: #5bea32;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5bea32;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 234, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 234, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5bea32; background: linear-gradient(135deg, #5bea32, #32EA84);