#5ce040
a balanced, vivid green · cool · closest name: lime
RGB
92, 224, 64
HSL
110°, 72%, 57%
CMYK
59, 0, 71, 12
Luminance
0.5596
Every format
| HEX | #5ce040 |
| RGB | rgb(92, 224, 64) |
| HSL | hsl(110, 72%, 57%) |
| CMYK | cmyk(59%, 0%, 71%, 12%) |
| LAB | lab(79.6 -64.2 64.0) |
| LCH | lch(79.6 90.6 135.1) |
| OKLCH | oklch(0.803 0.228 140.5) |
Copy-ready code
/* CSS */
color: #5ce040;
background-color: #5ce040;
/* Tailwind (arbitrary) */
class="text-[#5ce040] bg-[#5ce040]"
/* SCSS */
$brand: #5ce040;
/* SwiftUI */
Color(red: 0.361, green: 0.878, blue: 0.251)
/* Android */
Color.parseColor("#5ce040")Accessibility — WCAG contrast
Aa
#5ce040 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ce040 on black: 12.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green87.8%
Blue25.1%
CMYK percentages
Cyan58.9%
Magenta0.0%
Yellow71.4%
Key (black)12.2%
Color previews
#5ce040 text on a black background
contrast 12.19:1
Card sample
#5ce040 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ce040;
Background color
Panel with #5ce040 background
background-color: #5ce040;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ce040;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 224, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 224, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ce040; background: linear-gradient(135deg, #5ce040, #40E08F);