#4fac3c
a balanced, vivid green · cool · closest name: forestgreen
RGB
79, 172, 60
HSL
110°, 48%, 46%
CMYK
54, 0, 65, 33
Luminance
0.3149
Every format
| HEX | #4fac3c |
| RGB | rgb(79, 172, 60) |
| HSL | hsl(110, 48%, 46%) |
| CMYK | cmyk(54%, 0%, 65%, 33%) |
| LAB | lab(62.9 -48.9 47.8) |
| LCH | lch(62.9 68.4 135.6) |
| OKLCH | oklch(0.664 0.174 140.5) |
Copy-ready code
/* CSS */
color: #4fac3c;
background-color: #4fac3c;
/* Tailwind (arbitrary) */
class="text-[#4fac3c] bg-[#4fac3c]"
/* SCSS */
$brand: #4fac3c;
/* SwiftUI */
Color(red: 0.310, green: 0.675, blue: 0.235)
/* Android */
Color.parseColor("#4fac3c")Accessibility — WCAG contrast
Aa
#4fac3c on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fac3c on black: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green67.5%
Blue23.5%
CMYK percentages
Cyan54.1%
Magenta0.0%
Yellow65.1%
Key (black)32.5%
Color previews
#4fac3c text on a black background
contrast 7.30:1
Card sample
#4fac3c text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fac3c;
Background color
Panel with #4fac3c background
background-color: #4fac3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fac3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 172, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 172, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fac3c; background: linear-gradient(135deg, #4fac3c, #3CAC74);