#4ad034
a balanced, vivid green · cool · closest name: forestgreen
RGB
74, 208, 52
HSL
112°, 62%, 51%
CMYK
64, 0, 75, 18
Luminance
0.4682
Every format
| HEX | #4ad034 |
| RGB | rgb(74, 208, 52) |
| HSL | hsl(112, 62%, 51%) |
| CMYK | cmyk(64%, 0%, 75%, 18%) |
| LAB | lab(74.1 -63.7 62.4) |
| LCH | lch(74.1 89.1 135.6) |
| OKLCH | oklch(0.755 0.224 141.1) |
Copy-ready code
/* CSS */
color: #4ad034;
background-color: #4ad034;
/* Tailwind (arbitrary) */
class="text-[#4ad034] bg-[#4ad034]"
/* SCSS */
$brand: #4ad034;
/* SwiftUI */
Color(red: 0.290, green: 0.816, blue: 0.204)
/* Android */
Color.parseColor("#4ad034")Accessibility — WCAG contrast
Aa
#4ad034 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ad034 on black: 10.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green81.6%
Blue20.4%
CMYK percentages
Cyan64.4%
Magenta0.0%
Yellow75.0%
Key (black)18.4%
Color previews
#4ad034 text on a black background
contrast 10.36:1
Card sample
#4ad034 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ad034;
Background color
Panel with #4ad034 background
background-color: #4ad034;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ad034;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 208, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 208, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ad034; background: linear-gradient(135deg, #4ad034, #34D086);