#73b113
a dark, electric green · cool · closest name: olivedrab
RGB
115, 177, 19
HSL
84°, 81%, 38%
CMYK
35, 0, 89, 31
Luminance
0.3514
Every format
| HEX | #73b113 |
| RGB | rgb(115, 177, 19) |
| HSL | hsl(84, 81%, 38%) |
| CMYK | cmyk(35%, 0%, 89%, 31%) |
| LAB | lab(65.8 -41.6 64.2) |
| LCH | lch(65.8 76.5 123.0) |
| OKLCH | oklch(0.692 0.183 130.6) |
Copy-ready code
/* CSS */
color: #73b113;
background-color: #73b113;
/* Tailwind (arbitrary) */
class="text-[#73b113] bg-[#73b113]"
/* SCSS */
$brand: #73b113;
/* SwiftUI */
Color(red: 0.451, green: 0.694, blue: 0.075)
/* Android */
Color.parseColor("#73b113")Accessibility — WCAG contrast
Aa
#73b113 on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73b113 on black: 8.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green69.4%
Blue7.5%
CMYK percentages
Cyan35.0%
Magenta0.0%
Yellow89.3%
Key (black)30.6%
Color previews
#73b113 text on a black background
contrast 8.03:1
Card sample
#73b113 text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73b113;
Background color
Panel with #73b113 background
background-color: #73b113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73b113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 177, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 177, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73b113; background: linear-gradient(135deg, #73b113, #13B11C);