#5cfe39
a balanced, electric green · cool · closest name: lime
RGB
92, 254, 57
HSL
109°, 99%, 61%
CMYK
64, 0, 78, 0
Luminance
0.7345
Every format
| HEX | #5cfe39 |
| RGB | rgb(92, 254, 57) |
| HSL | hsl(109, 99%, 61%) |
| CMYK | cmyk(64%, 0%, 78%, 0%) |
| LAB | lab(88.7 -74.6 75.1) |
| LCH | lch(88.7 105.9 134.8) |
| OKLCH | oklch(0.878 0.264 140.7) |
Copy-ready code
/* CSS */
color: #5cfe39;
background-color: #5cfe39;
/* Tailwind (arbitrary) */
class="text-[#5cfe39] bg-[#5cfe39]"
/* SCSS */
$brand: #5cfe39;
/* SwiftUI */
Color(red: 0.361, green: 0.996, blue: 0.224)
/* Android */
Color.parseColor("#5cfe39")Accessibility — WCAG contrast
Aa
#5cfe39 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cfe39 on black: 15.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green99.6%
Blue22.4%
CMYK percentages
Cyan63.8%
Magenta0.0%
Yellow77.6%
Key (black)0.4%
Color previews
#5cfe39 text on a black background
contrast 15.69:1
Card sample
#5cfe39 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cfe39;
Background color
Panel with #5cfe39 background
background-color: #5cfe39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cfe39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 254, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 254, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cfe39; background: linear-gradient(135deg, #5cfe39, #39FE99);