#5df147
a balanced, electric green · cool · closest name: lime
RGB
93, 241, 71
HSL
112°, 86%, 61%
CMYK
61, 0, 71, 6
Luminance
0.6569
Every format
| HEX | #5df147 |
| RGB | rgb(93, 241, 71) |
| HSL | hsl(112, 86%, 61%) |
| CMYK | cmyk(61%, 0%, 71%, 6%) |
| LAB | lab(84.8 -69.2 66.8) |
| LCH | lch(84.8 96.2 136.0) |
| OKLCH | oklch(0.846 0.242 141.2) |
Copy-ready code
/* CSS */
color: #5df147;
background-color: #5df147;
/* Tailwind (arbitrary) */
class="text-[#5df147] bg-[#5df147]"
/* SCSS */
$brand: #5df147;
/* SwiftUI */
Color(red: 0.365, green: 0.945, blue: 0.278)
/* Android */
Color.parseColor("#5df147")Accessibility — WCAG contrast
Aa
#5df147 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5df147 on black: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green94.5%
Blue27.8%
CMYK percentages
Cyan61.4%
Magenta0.0%
Yellow70.5%
Key (black)5.5%
Color previews
#5df147 text on a black background
contrast 14.14:1
Card sample
#5df147 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5df147;
Background color
Panel with #5df147 background
background-color: #5df147;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5df147;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 241, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 241, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5df147; background: linear-gradient(135deg, #5df147, #47F1A2);