#5bf42d
a balanced, electric green · cool · closest name: lime
RGB
91, 244, 45
HSL
106°, 90%, 57%
CMYK
63, 0, 82, 4
Luminance
0.6711
Every format
| HEX | #5bf42d |
| RGB | rgb(91, 244, 45) |
| HSL | hsl(106, 90%, 57%) |
| CMYK | cmyk(63%, 0%, 82%, 4%) |
| LAB | lab(85.6 -72.2 75.4) |
| LCH | lch(85.6 104.4 133.8) |
| OKLCH | oklch(0.852 0.259 140.0) |
Copy-ready code
/* CSS */
color: #5bf42d;
background-color: #5bf42d;
/* Tailwind (arbitrary) */
class="text-[#5bf42d] bg-[#5bf42d]"
/* SCSS */
$brand: #5bf42d;
/* SwiftUI */
Color(red: 0.357, green: 0.957, blue: 0.176)
/* Android */
Color.parseColor("#5bf42d")Accessibility — WCAG contrast
Aa
#5bf42d on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5bf42d on black: 14.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green95.7%
Blue17.6%
CMYK percentages
Cyan62.7%
Magenta0.0%
Yellow81.6%
Key (black)4.3%
Color previews
#5bf42d text on a black background
contrast 14.42:1
Card sample
#5bf42d text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5bf42d;
Background color
Panel with #5bf42d background
background-color: #5bf42d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5bf42d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 244, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 244, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5bf42d; background: linear-gradient(135deg, #5bf42d, #2DF484);