#49cb2c
a balanced, vivid green · cool · closest name: forestgreen
RGB
73, 203, 44
HSL
109°, 64%, 48%
CMYK
64, 0, 78, 20
Luminance
0.4431
Every format
| HEX | #49cb2c |
| RGB | rgb(73, 203, 44) |
| HSL | hsl(109, 64%, 48%) |
| CMYK | cmyk(64%, 0%, 78%, 20%) |
| LAB | lab(72.4 -62.7 63.3) |
| LCH | lch(72.4 89.1 134.7) |
| OKLCH | oklch(0.742 0.222 140.6) |
Copy-ready code
/* CSS */
color: #49cb2c;
background-color: #49cb2c;
/* Tailwind (arbitrary) */
class="text-[#49cb2c] bg-[#49cb2c]"
/* SCSS */
$brand: #49cb2c;
/* SwiftUI */
Color(red: 0.286, green: 0.796, blue: 0.173)
/* Android */
Color.parseColor("#49cb2c")Accessibility — WCAG contrast
Aa
#49cb2c on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#49cb2c on black: 9.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green79.6%
Blue17.3%
CMYK percentages
Cyan64.0%
Magenta0.0%
Yellow78.3%
Key (black)20.4%
Color previews
#49cb2c text on a black background
contrast 9.86:1
Card sample
#49cb2c text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49cb2c;
Background color
Panel with #49cb2c background
background-color: #49cb2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49cb2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 203, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 203, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49cb2c; background: linear-gradient(135deg, #49cb2c, #2CCB79);