#4cdc73
a balanced, vivid green · cool · closest name: forestgreen
RGB
76, 220, 115
HSL
136°, 67%, 58%
CMYK
66, 0, 48, 14
Luminance
0.5396
Every format
| HEX | #4cdc73 |
| RGB | rgb(76, 220, 115) |
| HSL | hsl(136, 67%, 58%) |
| CMYK | cmyk(66%, 0%, 48%, 14%) |
| LAB | lab(78.4 -60.4 40.4) |
| LCH | lch(78.4 72.7 146.2) |
| OKLCH | oklch(0.794 0.190 148.9) |
Copy-ready code
/* CSS */
color: #4cdc73;
background-color: #4cdc73;
/* Tailwind (arbitrary) */
class="text-[#4cdc73] bg-[#4cdc73]"
/* SCSS */
$brand: #4cdc73;
/* SwiftUI */
Color(red: 0.298, green: 0.863, blue: 0.451)
/* Android */
Color.parseColor("#4cdc73")Accessibility — WCAG contrast
Aa
#4cdc73 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cdc73 on black: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green86.3%
Blue45.1%
CMYK percentages
Cyan65.5%
Magenta0.0%
Yellow47.7%
Key (black)13.7%
Color previews
#4cdc73 text on a black background
contrast 11.79:1
Card sample
#4cdc73 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cdc73;
Background color
Panel with #4cdc73 background
background-color: #4cdc73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cdc73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 220, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 220, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cdc73; background: linear-gradient(135deg, #4cdc73, #4CDCD3);