#5ecc33
a balanced, vivid green · cool · closest name: forestgreen
RGB
94, 204, 51
HSL
103°, 60%, 50%
CMYK
54, 0, 75, 20
Luminance
0.4580
Every format
| HEX | #5ecc33 |
| RGB | rgb(94, 204, 51) |
| HSL | hsl(103, 60%, 50%) |
| CMYK | cmyk(54%, 0%, 75%, 20%) |
| LAB | lab(73.4 -57.5 62.3) |
| LCH | lch(73.4 84.8 132.7) |
| OKLCH | oklch(0.752 0.211 138.7) |
Copy-ready code
/* CSS */
color: #5ecc33;
background-color: #5ecc33;
/* Tailwind (arbitrary) */
class="text-[#5ecc33] bg-[#5ecc33]"
/* SCSS */
$brand: #5ecc33;
/* SwiftUI */
Color(red: 0.369, green: 0.800, blue: 0.200)
/* Android */
Color.parseColor("#5ecc33")Accessibility — WCAG contrast
Aa
#5ecc33 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ecc33 on black: 10.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green80.0%
Blue20.0%
CMYK percentages
Cyan53.9%
Magenta0.0%
Yellow75.0%
Key (black)20.0%
Color previews
#5ecc33 text on a black background
contrast 10.16:1
Card sample
#5ecc33 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ecc33;
Background color
Panel with #5ecc33 background
background-color: #5ecc33;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ecc33;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 204, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 204, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ecc33; background: linear-gradient(135deg, #5ecc33, #33CC6E);