#4acb2c
a balanced, vivid green · cool · closest name: forestgreen
RGB
74, 203, 44
HSL
109°, 64%, 48%
CMYK
64, 0, 78, 20
Luminance
0.4435
Every format
| HEX | #4acb2c |
| RGB | rgb(74, 203, 44) |
| HSL | hsl(109, 64%, 48%) |
| CMYK | cmyk(64%, 0%, 78%, 20%) |
| LAB | lab(72.5 -62.5 63.4) |
| LCH | lch(72.5 89.0 134.6) |
| OKLCH | oklch(0.742 0.222 140.5) |
Copy-ready code
/* CSS */
color: #4acb2c;
background-color: #4acb2c;
/* Tailwind (arbitrary) */
class="text-[#4acb2c] bg-[#4acb2c]"
/* SCSS */
$brand: #4acb2c;
/* SwiftUI */
Color(red: 0.290, green: 0.796, blue: 0.173)
/* Android */
Color.parseColor("#4acb2c")Accessibility — WCAG contrast
Aa
#4acb2c on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4acb2c on black: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green79.6%
Blue17.3%
CMYK percentages
Cyan63.5%
Magenta0.0%
Yellow78.3%
Key (black)20.4%
Color previews
#4acb2c text on a black background
contrast 9.87:1
Card sample
#4acb2c text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4acb2c;
Background color
Panel with #4acb2c background
background-color: #4acb2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4acb2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 203, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 203, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4acb2c; background: linear-gradient(135deg, #4acb2c, #2CCB78);