#5ec44f
a balanced, vivid green · cool · closest name: forestgreen
RGB
94, 196, 79
HSL
112°, 50%, 54%
CMYK
52, 0, 60, 23
Luminance
0.4242
Every format
| HEX | #5ec44f |
| RGB | rgb(94, 196, 79) |
| HSL | hsl(112, 50%, 54%) |
| CMYK | cmyk(52%, 0%, 60%, 23%) |
| LAB | lab(71.2 -52.1 48.8) |
| LCH | lch(71.2 71.4 136.9) |
| OKLCH | oklch(0.734 0.183 141.2) |
Copy-ready code
/* CSS */
color: #5ec44f;
background-color: #5ec44f;
/* Tailwind (arbitrary) */
class="text-[#5ec44f] bg-[#5ec44f]"
/* SCSS */
$brand: #5ec44f;
/* SwiftUI */
Color(red: 0.369, green: 0.769, blue: 0.310)
/* Android */
Color.parseColor("#5ec44f")Accessibility — WCAG contrast
Aa
#5ec44f on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ec44f on black: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green76.9%
Blue31.0%
CMYK percentages
Cyan52.0%
Magenta0.0%
Yellow59.7%
Key (black)23.1%
Color previews
#5ec44f text on a black background
contrast 9.48:1
Card sample
#5ec44f text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ec44f;
Background color
Panel with #5ec44f background
background-color: #5ec44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ec44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 196, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 196, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ec44f; background: linear-gradient(135deg, #5ec44f, #4FC48E);