#4fd142
a balanced, vivid green · cool · closest name: forestgreen
RGB
79, 209, 66
HSL
115°, 61%, 54%
CMYK
62, 0, 68, 18
Luminance
0.4766
Every format
| HEX | #4fd142 |
| RGB | rgb(79, 209, 66) |
| HSL | hsl(115, 61%, 54%) |
| CMYK | cmyk(62%, 0%, 68%, 18%) |
| LAB | lab(74.6 -61.8 57.9) |
| LCH | lch(74.6 84.7 136.9) |
| OKLCH | oklch(0.761 0.214 141.8) |
Copy-ready code
/* CSS */
color: #4fd142;
background-color: #4fd142;
/* Tailwind (arbitrary) */
class="text-[#4fd142] bg-[#4fd142]"
/* SCSS */
$brand: #4fd142;
/* SwiftUI */
Color(red: 0.310, green: 0.820, blue: 0.259)
/* Android */
Color.parseColor("#4fd142")Accessibility — WCAG contrast
Aa
#4fd142 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fd142 on black: 10.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green82.0%
Blue25.9%
CMYK percentages
Cyan62.2%
Magenta0.0%
Yellow68.4%
Key (black)18.0%
Color previews
#4fd142 text on a black background
contrast 10.53:1
Card sample
#4fd142 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fd142;
Background color
Panel with #4fd142 background
background-color: #4fd142;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fd142;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 209, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 209, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fd142; background: linear-gradient(135deg, #4fd142, #42D194);