#5ecb2f
a balanced, vivid green · cool · closest name: forestgreen
RGB
94, 203, 47
HSL
102°, 62%, 49%
CMYK
54, 0, 77, 20
Luminance
0.4530
Every format
| HEX | #5ecb2f |
| RGB | rgb(94, 203, 47) |
| HSL | hsl(102, 62%, 49%) |
| CMYK | cmyk(54%, 0%, 77%, 20%) |
| LAB | lab(73.1 -57.4 63.3) |
| LCH | lch(73.1 85.4 132.2) |
| OKLCH | oklch(0.749 0.212 138.3) |
Copy-ready code
/* CSS */
color: #5ecb2f;
background-color: #5ecb2f;
/* Tailwind (arbitrary) */
class="text-[#5ecb2f] bg-[#5ecb2f]"
/* SCSS */
$brand: #5ecb2f;
/* SwiftUI */
Color(red: 0.369, green: 0.796, blue: 0.184)
/* Android */
Color.parseColor("#5ecb2f")Accessibility — WCAG contrast
Aa
#5ecb2f on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ecb2f on black: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green79.6%
Blue18.4%
CMYK percentages
Cyan53.7%
Magenta0.0%
Yellow76.8%
Key (black)20.4%
Color previews
#5ecb2f text on a black background
contrast 10.06:1
Card sample
#5ecb2f text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ecb2f;
Background color
Panel with #5ecb2f background
background-color: #5ecb2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ecb2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 203, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 203, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ecb2f; background: linear-gradient(135deg, #5ecb2f, #2FCB68);