#5ce44f
a balanced, vivid green · cool · closest name: lime
RGB
92, 228, 79
HSL
115°, 73%, 60%
CMYK
60, 0, 65, 11
Luminance
0.5833
Every format
| HEX | #5ce44f |
| RGB | rgb(92, 228, 79) |
| HSL | hsl(115, 73%, 60%) |
| CMYK | cmyk(60%, 0%, 65%, 11%) |
| LAB | lab(80.9 -64.3 59.6) |
| LCH | lch(80.9 87.7 137.2) |
| OKLCH | oklch(0.814 0.223 141.9) |
Copy-ready code
/* CSS */
color: #5ce44f;
background-color: #5ce44f;
/* Tailwind (arbitrary) */
class="text-[#5ce44f] bg-[#5ce44f]"
/* SCSS */
$brand: #5ce44f;
/* SwiftUI */
Color(red: 0.361, green: 0.894, blue: 0.310)
/* Android */
Color.parseColor("#5ce44f")Accessibility — WCAG contrast
Aa
#5ce44f on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ce44f on black: 12.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green89.4%
Blue31.0%
CMYK percentages
Cyan59.6%
Magenta0.0%
Yellow65.4%
Key (black)10.6%
Color previews
#5ce44f text on a black background
contrast 12.67:1
Card sample
#5ce44f text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ce44f;
Background color
Panel with #5ce44f background
background-color: #5ce44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ce44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 228, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 228, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ce44f; background: linear-gradient(135deg, #5ce44f, #4FE4A5);