#73b310
a dark, electric green · cool · closest name: olivedrab
RGB
115, 179, 16
HSL
84°, 84%, 38%
CMYK
36, 0, 91, 30
Luminance
0.3592
Every format
| HEX | #73b310 |
| RGB | rgb(115, 179, 16) |
| HSL | hsl(84, 84%, 38%) |
| CMYK | cmyk(36%, 0%, 91%, 30%) |
| LAB | lab(66.5 -42.6 65.2) |
| LCH | lch(66.5 77.9 123.1) |
| OKLCH | oklch(0.697 0.186 130.9) |
Copy-ready code
/* CSS */
color: #73b310;
background-color: #73b310;
/* Tailwind (arbitrary) */
class="text-[#73b310] bg-[#73b310]"
/* SCSS */
$brand: #73b310;
/* SwiftUI */
Color(red: 0.451, green: 0.702, blue: 0.063)
/* Android */
Color.parseColor("#73b310")Accessibility — WCAG contrast
Aa
#73b310 on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73b310 on black: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green70.2%
Blue6.3%
CMYK percentages
Cyan35.8%
Magenta0.0%
Yellow91.1%
Key (black)29.8%
Color previews
#73b310 text on a black background
contrast 8.18:1
Card sample
#73b310 text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73b310;
Background color
Panel with #73b310 background
background-color: #73b310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73b310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 179, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 179, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73b310; background: linear-gradient(135deg, #73b310, #10B31A);