#5cf44d
a balanced, electric green · cool · closest name: lime
RGB
92, 244, 77
HSL
115°, 88%, 63%
CMYK
62, 0, 68, 4
Luminance
0.6751
Every format
| HEX | #5cf44d |
| RGB | rgb(92, 244, 77) |
| HSL | hsl(115, 88%, 63%) |
| CMYK | cmyk(62%, 0%, 68%, 4%) |
| LAB | lab(85.8 -70.0 65.6) |
| LCH | lch(85.8 95.9 136.8) |
| OKLCH | oklch(0.854 0.243 141.8) |
Copy-ready code
/* CSS */
color: #5cf44d;
background-color: #5cf44d;
/* Tailwind (arbitrary) */
class="text-[#5cf44d] bg-[#5cf44d]"
/* SCSS */
$brand: #5cf44d;
/* SwiftUI */
Color(red: 0.361, green: 0.957, blue: 0.302)
/* Android */
Color.parseColor("#5cf44d")Accessibility — WCAG contrast
Aa
#5cf44d on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cf44d on black: 14.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green95.7%
Blue30.2%
CMYK percentages
Cyan62.3%
Magenta0.0%
Yellow68.4%
Key (black)4.3%
Color previews
#5cf44d text on a black background
contrast 14.50:1
Card sample
#5cf44d text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cf44d;
Background color
Panel with #5cf44d background
background-color: #5cf44d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cf44d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 244, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 244, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cf44d; background: linear-gradient(135deg, #5cf44d, #4DF4AD);