#4cc85c
a balanced, vivid green · cool · closest name: forestgreen
RGB
76, 200, 92
HSL
128°, 53%, 54%
CMYK
62, 0, 54, 22
Luminance
0.4362
Every format
| HEX | #4cc85c |
| RGB | rgb(76, 200, 92) |
| HSL | hsl(128, 53%, 54%) |
| CMYK | cmyk(62%, 0%, 54%, 22%) |
| LAB | lab(72.0 -56.4 43.6) |
| LCH | lch(72.0 71.3 142.3) |
| OKLCH | oklch(0.739 0.185 145.7) |
Copy-ready code
/* CSS */
color: #4cc85c;
background-color: #4cc85c;
/* Tailwind (arbitrary) */
class="text-[#4cc85c] bg-[#4cc85c]"
/* SCSS */
$brand: #4cc85c;
/* SwiftUI */
Color(red: 0.298, green: 0.784, blue: 0.361)
/* Android */
Color.parseColor("#4cc85c")Accessibility — WCAG contrast
Aa
#4cc85c on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cc85c on black: 9.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green78.4%
Blue36.1%
CMYK percentages
Cyan62.0%
Magenta0.0%
Yellow54.0%
Key (black)21.6%
Color previews
#4cc85c text on a black background
contrast 9.72:1
Card sample
#4cc85c text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cc85c;
Background color
Panel with #4cc85c background
background-color: #4cc85c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cc85c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 200, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 200, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cc85c; background: linear-gradient(135deg, #4cc85c, #4CC8AF);