#4ccc73
a balanced, vivid green · cool · closest name: forestgreen
RGB
76, 204, 115
HSL
138°, 56%, 55%
CMYK
63, 0, 44, 20
Luminance
0.4596
Every format
| HEX | #4ccc73 |
| RGB | rgb(76, 204, 115) |
| HSL | hsl(138, 56%, 55%) |
| CMYK | cmyk(63%, 0%, 44%, 20%) |
| LAB | lab(73.5 -54.5 34.1) |
| LCH | lch(73.5 64.3 147.9) |
| OKLCH | oklch(0.753 0.170 150.2) |
Copy-ready code
/* CSS */
color: #4ccc73;
background-color: #4ccc73;
/* Tailwind (arbitrary) */
class="text-[#4ccc73] bg-[#4ccc73]"
/* SCSS */
$brand: #4ccc73;
/* SwiftUI */
Color(red: 0.298, green: 0.800, blue: 0.451)
/* Android */
Color.parseColor("#4ccc73")Accessibility — WCAG contrast
Aa
#4ccc73 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ccc73 on black: 10.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green80.0%
Blue45.1%
CMYK percentages
Cyan62.7%
Magenta0.0%
Yellow43.6%
Key (black)20.0%
Color previews
#4ccc73 text on a black background
contrast 10.19:1
Card sample
#4ccc73 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ccc73;
Background color
Panel with #4ccc73 background
background-color: #4ccc73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ccc73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 204, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 204, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ccc73; background: linear-gradient(135deg, #4ccc73, #4CCCC8);