#4ccc2c
a balanced, vivid green · cool · closest name: forestgreen
RGB
76, 204, 44
HSL
108°, 65%, 49%
CMYK
63, 0, 78, 20
Luminance
0.4490
Every format
| HEX | #4ccc2c |
| RGB | rgb(76, 204, 44) |
| HSL | hsl(108, 65%, 49%) |
| CMYK | cmyk(63%, 0%, 78%, 20%) |
| LAB | lab(72.8 -62.4 63.7) |
| LCH | lch(72.8 89.2 134.4) |
| OKLCH | oklch(0.745 0.222 140.3) |
Copy-ready code
/* CSS */
color: #4ccc2c;
background-color: #4ccc2c;
/* Tailwind (arbitrary) */
class="text-[#4ccc2c] bg-[#4ccc2c]"
/* SCSS */
$brand: #4ccc2c;
/* SwiftUI */
Color(red: 0.298, green: 0.800, blue: 0.173)
/* Android */
Color.parseColor("#4ccc2c")Accessibility — WCAG contrast
Aa
#4ccc2c on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ccc2c on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green80.0%
Blue17.3%
CMYK percentages
Cyan62.7%
Magenta0.0%
Yellow78.4%
Key (black)20.0%
Color previews
#4ccc2c text on a black background
contrast 9.98:1
Card sample
#4ccc2c text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ccc2c;
Background color
Panel with #4ccc2c background
background-color: #4ccc2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ccc2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 204, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 204, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ccc2c; background: linear-gradient(135deg, #4ccc2c, #2CCC77);