#4fda4f
a balanced, vivid green · cool · closest name: forestgreen
RGB
79, 218, 79
HSL
120°, 65%, 58%
CMYK
64, 0, 64, 15
Luminance
0.5237
Every format
| HEX | #4fda4f |
| RGB | rgb(79, 218, 79) |
| HSL | hsl(120, 65%, 58%) |
| CMYK | cmyk(64%, 0%, 64%, 15%) |
| LAB | lab(77.5 -63.7 55.8) |
| LCH | lch(77.5 84.7 138.8) |
| OKLCH | oklch(0.785 0.216 143.2) |
Copy-ready code
/* CSS */
color: #4fda4f;
background-color: #4fda4f;
/* Tailwind (arbitrary) */
class="text-[#4fda4f] bg-[#4fda4f]"
/* SCSS */
$brand: #4fda4f;
/* SwiftUI */
Color(red: 0.310, green: 0.855, blue: 0.310)
/* Android */
Color.parseColor("#4fda4f")Accessibility — WCAG contrast
Aa
#4fda4f on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fda4f on black: 11.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green85.5%
Blue31.0%
CMYK percentages
Cyan63.8%
Magenta0.0%
Yellow63.8%
Key (black)14.5%
Color previews
#4fda4f text on a black background
contrast 11.47:1
Card sample
#4fda4f text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fda4f;
Background color
Panel with #4fda4f background
background-color: #4fda4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fda4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 218, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 218, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fda4f; background: linear-gradient(135deg, #4fda4f, #4FDAAC);