#4cdd3c
a balanced, vivid green · cool · closest name: lime
RGB
76, 221, 60
HSL
114°, 70%, 55%
CMYK
66, 0, 73, 13
Luminance
0.5358
Every format
| HEX | #4cdd3c |
| RGB | rgb(76, 221, 60) |
| HSL | hsl(114, 70%, 55%) |
| CMYK | cmyk(66%, 0%, 73%, 13%) |
| LAB | lab(78.2 -67.0 63.8) |
| LCH | lch(78.2 92.5 136.4) |
| OKLCH | oklch(0.790 0.233 141.7) |
Copy-ready code
/* CSS */
color: #4cdd3c;
background-color: #4cdd3c;
/* Tailwind (arbitrary) */
class="text-[#4cdd3c] bg-[#4cdd3c]"
/* SCSS */
$brand: #4cdd3c;
/* SwiftUI */
Color(red: 0.298, green: 0.867, blue: 0.235)
/* Android */
Color.parseColor("#4cdd3c")Accessibility — WCAG contrast
Aa
#4cdd3c on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cdd3c on black: 11.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green86.7%
Blue23.5%
CMYK percentages
Cyan65.6%
Magenta0.0%
Yellow72.9%
Key (black)13.3%
Color previews
#4cdd3c text on a black background
contrast 11.72:1
Card sample
#4cdd3c text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cdd3c;
Background color
Panel with #4cdd3c background
background-color: #4cdd3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cdd3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 221, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 221, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cdd3c; background: linear-gradient(135deg, #4cdd3c, #3CDD97);