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