#4fcc4f
a balanced, vivid green · cool · closest name: forestgreen
RGB
79, 204, 79
HSL
120°, 55%, 56%
CMYK
61, 0, 61, 20
Luminance
0.4541
Every format
| HEX | #4fcc4f |
| RGB | rgb(79, 204, 79) |
| HSL | hsl(120, 55%, 56%) |
| CMYK | cmyk(61%, 0%, 61%, 20%) |
| LAB | lab(73.2 -58.8 50.9) |
| LCH | lch(73.2 77.8 139.1) |
| OKLCH | oklch(0.749 0.199 143.3) |
Copy-ready code
/* CSS */
color: #4fcc4f;
background-color: #4fcc4f;
/* Tailwind (arbitrary) */
class="text-[#4fcc4f] bg-[#4fcc4f]"
/* SCSS */
$brand: #4fcc4f;
/* SwiftUI */
Color(red: 0.310, green: 0.800, blue: 0.310)
/* Android */
Color.parseColor("#4fcc4f")Accessibility — WCAG contrast
Aa
#4fcc4f on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fcc4f on black: 10.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green80.0%
Blue31.0%
CMYK percentages
Cyan61.3%
Magenta0.0%
Yellow61.3%
Key (black)20.0%
Color previews
#4fcc4f text on a black background
contrast 10.08:1
Card sample
#4fcc4f text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fcc4f;
Background color
Panel with #4fcc4f background
background-color: #4fcc4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fcc4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 204, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 204, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fcc4f; background: linear-gradient(135deg, #4fcc4f, #4FCCA2);