#73bf39
a balanced, vivid green · cool · closest name: forestgreen
RGB
115, 191, 57
HSL
94°, 54%, 49%
CMYK
40, 0, 70, 25
Luminance
0.4120
Every format
| HEX | #73bf39 |
| RGB | rgb(115, 191, 57) |
| HSL | hsl(94, 54%, 49%) |
| CMYK | cmyk(40%, 0%, 70%, 25%) |
| LAB | lab(70.3 -45.7 57.3) |
| LCH | lch(70.3 73.3 128.5) |
| OKLCH | oklch(0.729 0.182 134.5) |
Copy-ready code
/* CSS */
color: #73bf39;
background-color: #73bf39;
/* Tailwind (arbitrary) */
class="text-[#73bf39] bg-[#73bf39]"
/* SCSS */
$brand: #73bf39;
/* SwiftUI */
Color(red: 0.451, green: 0.749, blue: 0.224)
/* Android */
Color.parseColor("#73bf39")Accessibility — WCAG contrast
Aa
#73bf39 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73bf39 on black: 9.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green74.9%
Blue22.4%
CMYK percentages
Cyan39.8%
Magenta0.0%
Yellow70.2%
Key (black)25.1%
Color previews
#73bf39 text on a black background
contrast 9.24:1
Card sample
#73bf39 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73bf39;
Background color
Panel with #73bf39 background
background-color: #73bf39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73bf39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 191, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 191, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73bf39; background: linear-gradient(135deg, #73bf39, #39BF58);