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