#4fcb49
a balanced, vivid green · cool · closest name: forestgreen
RGB
79, 203, 73
HSL
117°, 56%, 54%
CMYK
61, 0, 64, 20
Luminance
0.4486
Every format
| HEX | #4fcb49 |
| RGB | rgb(79, 203, 73) |
| HSL | hsl(117, 56%, 54%) |
| CMYK | cmyk(61%, 0%, 64%, 20%) |
| LAB | lab(72.8 -59.1 53.1) |
| LCH | lch(72.8 79.4 138.0) |
| OKLCH | oklch(0.746 0.203 142.5) |
Copy-ready code
/* CSS */
color: #4fcb49;
background-color: #4fcb49;
/* Tailwind (arbitrary) */
class="text-[#4fcb49] bg-[#4fcb49]"
/* SCSS */
$brand: #4fcb49;
/* SwiftUI */
Color(red: 0.310, green: 0.796, blue: 0.286)
/* Android */
Color.parseColor("#4fcb49")Accessibility — WCAG contrast
Aa
#4fcb49 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fcb49 on black: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green79.6%
Blue28.6%
CMYK percentages
Cyan61.1%
Magenta0.0%
Yellow64.0%
Key (black)20.4%
Color previews
#4fcb49 text on a black background
contrast 9.97:1
Card sample
#4fcb49 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fcb49;
Background color
Panel with #4fcb49 background
background-color: #4fcb49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fcb49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 203, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 203, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fcb49; background: linear-gradient(135deg, #4fcb49, #49CB9A);