#5ce950
a balanced, electric green · cool · closest name: lime
RGB
92, 233, 80
HSL
115°, 78%, 61%
CMYK
61, 0, 66, 9
Luminance
0.6113
Every format
| HEX | #5ce950 |
| RGB | rgb(92, 233, 80) |
| HSL | hsl(115, 78%, 61%) |
| CMYK | cmyk(61%, 0%, 66%, 9%) |
| LAB | lab(82.5 -66.0 60.9) |
| LCH | lch(82.5 89.8 137.3) |
| OKLCH | oklch(0.827 0.228 142.0) |
Copy-ready code
/* CSS */
color: #5ce950;
background-color: #5ce950;
/* Tailwind (arbitrary) */
class="text-[#5ce950] bg-[#5ce950]"
/* SCSS */
$brand: #5ce950;
/* SwiftUI */
Color(red: 0.361, green: 0.914, blue: 0.314)
/* Android */
Color.parseColor("#5ce950")Accessibility — WCAG contrast
Aa
#5ce950 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ce950 on black: 13.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green91.4%
Blue31.4%
CMYK percentages
Cyan60.5%
Magenta0.0%
Yellow65.7%
Key (black)8.6%
Color previews
#5ce950 text on a black background
contrast 13.23:1
Card sample
#5ce950 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ce950;
Background color
Panel with #5ce950 background
background-color: #5ce950;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ce950;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 233, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 233, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ce950; background: linear-gradient(135deg, #5ce950, #50E9AA);