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