#4ac331
a balanced, vivid green · cool · closest name: forestgreen
RGB
74, 195, 49
HSL
110°, 60%, 48%
CMYK
62, 0, 75, 24
Luminance
0.4071
Every format
| HEX | #4ac331 |
| RGB | rgb(74, 195, 49) |
| HSL | hsl(110, 60%, 48%) |
| CMYK | cmyk(62%, 0%, 75%, 24%) |
| LAB | lab(70.0 -59.5 59.3) |
| LCH | lch(70.0 84.0 135.1) |
| OKLCH | oklch(0.722 0.210 140.7) |
Copy-ready code
/* CSS */
color: #4ac331;
background-color: #4ac331;
/* Tailwind (arbitrary) */
class="text-[#4ac331] bg-[#4ac331]"
/* SCSS */
$brand: #4ac331;
/* SwiftUI */
Color(red: 0.290, green: 0.765, blue: 0.192)
/* Android */
Color.parseColor("#4ac331")Accessibility — WCAG contrast
Aa
#4ac331 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ac331 on black: 9.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green76.5%
Blue19.2%
CMYK percentages
Cyan62.1%
Magenta0.0%
Yellow74.9%
Key (black)23.5%
Color previews
#4ac331 text on a black background
contrast 9.14:1
Card sample
#4ac331 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ac331;
Background color
Panel with #4ac331 background
background-color: #4ac331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ac331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 195, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 195, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ac331; background: linear-gradient(135deg, #4ac331, #31C379);