#73bc49
a balanced, vivid green · cool · closest name: forestgreen
RGB
115, 188, 73
HSL
98°, 46%, 51%
CMYK
39, 0, 61, 26
Luminance
0.4009
Every format
| HEX | #73bc49 |
| RGB | rgb(115, 188, 73) |
| HSL | hsl(98, 46%, 51%) |
| CMYK | cmyk(39%, 0%, 61%, 26%) |
| LAB | lab(69.5 -43.0 49.9) |
| LCH | lch(69.5 65.9 130.8) |
| OKLCH | oklch(0.723 0.166 135.8) |
Copy-ready code
/* CSS */
color: #73bc49;
background-color: #73bc49;
/* Tailwind (arbitrary) */
class="text-[#73bc49] bg-[#73bc49]"
/* SCSS */
$brand: #73bc49;
/* SwiftUI */
Color(red: 0.451, green: 0.737, blue: 0.286)
/* Android */
Color.parseColor("#73bc49")Accessibility — WCAG contrast
Aa
#73bc49 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73bc49 on black: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green73.7%
Blue28.6%
CMYK percentages
Cyan38.8%
Magenta0.0%
Yellow61.2%
Key (black)26.3%
Color previews
#73bc49 text on a black background
contrast 9.02:1
Card sample
#73bc49 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73bc49;
Background color
Panel with #73bc49 background
background-color: #73bc49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73bc49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 188, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 188, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73bc49; background: linear-gradient(135deg, #73bc49, #49BC6C);