#4cd55f
a balanced, vivid green · cool · closest name: forestgreen
RGB
76, 213, 95
HSL
128°, 62%, 57%
CMYK
64, 0, 55, 17
Luminance
0.4995
Every format
| HEX | #4cd55f |
| RGB | rgb(76, 213, 95) |
| HSL | hsl(128, 62%, 57%) |
| CMYK | cmyk(64%, 0%, 55%, 17%) |
| LAB | lab(76.0 -60.7 47.0) |
| LCH | lch(76.0 76.8 142.2) |
| OKLCH | oklch(0.773 0.199 145.7) |
Copy-ready code
/* CSS */
color: #4cd55f;
background-color: #4cd55f;
/* Tailwind (arbitrary) */
class="text-[#4cd55f] bg-[#4cd55f]"
/* SCSS */
$brand: #4cd55f;
/* SwiftUI */
Color(red: 0.298, green: 0.835, blue: 0.373)
/* Android */
Color.parseColor("#4cd55f")Accessibility — WCAG contrast
Aa
#4cd55f on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cd55f on black: 10.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green83.5%
Blue37.3%
CMYK percentages
Cyan64.3%
Magenta0.0%
Yellow55.4%
Key (black)16.5%
Color previews
#4cd55f text on a black background
contrast 10.99:1
Card sample
#4cd55f text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cd55f;
Background color
Panel with #4cd55f background
background-color: #4cd55f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cd55f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 213, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 213, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cd55f; background: linear-gradient(135deg, #4cd55f, #4CD5BA);