#5df41d
a balanced, electric green · cool · closest name: lime
RGB
93, 244, 29
HSL
102°, 91%, 54%
CMYK
62, 0, 88, 4
Luminance
0.6712
Every format
| HEX | #5df41d |
| RGB | rgb(93, 244, 29) |
| HSL | hsl(102, 91%, 54%) |
| CMYK | cmyk(62%, 0%, 88%, 4%) |
| LAB | lab(85.6 -72.4 78.8) |
| LCH | lch(85.6 107.0 132.6) |
| OKLCH | oklch(0.852 0.263 139.3) |
Copy-ready code
/* CSS */
color: #5df41d;
background-color: #5df41d;
/* Tailwind (arbitrary) */
class="text-[#5df41d] bg-[#5df41d]"
/* SCSS */
$brand: #5df41d;
/* SwiftUI */
Color(red: 0.365, green: 0.957, blue: 0.114)
/* Android */
Color.parseColor("#5df41d")Accessibility — WCAG contrast
Aa
#5df41d on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5df41d on black: 14.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green95.7%
Blue11.4%
CMYK percentages
Cyan61.9%
Magenta0.0%
Yellow88.1%
Key (black)4.3%
Color previews
#5df41d text on a black background
contrast 14.42:1
Card sample
#5df41d text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5df41d;
Background color
Panel with #5df41d background
background-color: #5df41d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5df41d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 244, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 244, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5df41d; background: linear-gradient(135deg, #5df41d, #1DF46C);