#4ccb49
a balanced, vivid green · cool · closest name: forestgreen
RGB
76, 203, 73
HSL
119°, 56%, 54%
CMYK
63, 0, 64, 20
Luminance
0.4473
Every format
| HEX | #4ccb49 |
| RGB | rgb(76, 203, 73) |
| HSL | hsl(119, 56%, 54%) |
| CMYK | cmyk(63%, 0%, 64%, 20%) |
| LAB | lab(72.7 -59.7 53.0) |
| LCH | lch(72.7 79.9 138.4) |
| OKLCH | oklch(0.745 0.204 142.9) |
Copy-ready code
/* CSS */
color: #4ccb49;
background-color: #4ccb49;
/* Tailwind (arbitrary) */
class="text-[#4ccb49] bg-[#4ccb49]"
/* SCSS */
$brand: #4ccb49;
/* SwiftUI */
Color(red: 0.298, green: 0.796, blue: 0.286)
/* Android */
Color.parseColor("#4ccb49")Accessibility — WCAG contrast
Aa
#4ccb49 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ccb49 on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green79.6%
Blue28.6%
CMYK percentages
Cyan62.6%
Magenta0.0%
Yellow64.0%
Key (black)20.4%
Color previews
#4ccb49 text on a black background
contrast 9.95:1
Card sample
#4ccb49 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ccb49;
Background color
Panel with #4ccb49 background
background-color: #4ccb49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ccb49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 203, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 203, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ccb49; background: linear-gradient(135deg, #4ccb49, #49CB9D);