#4fdb49
a balanced, vivid green · cool · closest name: forestgreen
RGB
79, 219, 73
HSL
118°, 67%, 57%
CMYK
64, 0, 67, 14
Luminance
0.5281
Every format
| HEX | #4fdb49 |
| RGB | rgb(79, 219, 73) |
| HSL | hsl(118, 67%, 57%) |
| CMYK | cmyk(64%, 0%, 67%, 14%) |
| LAB | lab(77.8 -64.6 58.5) |
| LCH | lch(77.8 87.2 137.8) |
| OKLCH | oklch(0.787 0.222 142.5) |
Copy-ready code
/* CSS */
color: #4fdb49;
background-color: #4fdb49;
/* Tailwind (arbitrary) */
class="text-[#4fdb49] bg-[#4fdb49]"
/* SCSS */
$brand: #4fdb49;
/* SwiftUI */
Color(red: 0.310, green: 0.859, blue: 0.286)
/* Android */
Color.parseColor("#4fdb49")Accessibility — WCAG contrast
Aa
#4fdb49 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fdb49 on black: 11.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green85.9%
Blue28.6%
CMYK percentages
Cyan63.9%
Magenta0.0%
Yellow66.7%
Key (black)14.1%
Color previews
#4fdb49 text on a black background
contrast 11.56:1
Card sample
#4fdb49 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fdb49;
Background color
Panel with #4fdb49 background
background-color: #4fdb49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fdb49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 219, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 219, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fdb49; background: linear-gradient(135deg, #4fdb49, #49DBA4);