#4fd440
a balanced, vivid green · cool · closest name: forestgreen
RGB
79, 212, 64
HSL
114°, 63%, 54%
CMYK
63, 0, 70, 17
Luminance
0.4912
Every format
| HEX | #4fd440 |
| RGB | rgb(79, 212, 64) |
| HSL | hsl(114, 63%, 54%) |
| CMYK | cmyk(63%, 0%, 70%, 17%) |
| LAB | lab(75.5 -63.0 59.6) |
| LCH | lch(75.5 86.8 136.6) |
| OKLCH | oklch(0.768 0.219 141.7) |
Copy-ready code
/* CSS */
color: #4fd440;
background-color: #4fd440;
/* Tailwind (arbitrary) */
class="text-[#4fd440] bg-[#4fd440]"
/* SCSS */
$brand: #4fd440;
/* SwiftUI */
Color(red: 0.310, green: 0.831, blue: 0.251)
/* Android */
Color.parseColor("#4fd440")Accessibility — WCAG contrast
Aa
#4fd440 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fd440 on black: 10.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green83.1%
Blue25.1%
CMYK percentages
Cyan62.7%
Magenta0.0%
Yellow69.8%
Key (black)16.9%
Color previews
#4fd440 text on a black background
contrast 10.82:1
Card sample
#4fd440 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fd440;
Background color
Panel with #4fd440 background
background-color: #4fd440;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fd440;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 212, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 212, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fd440; background: linear-gradient(135deg, #4fd440, #40D494);