#73bf13
a dark, electric green · cool · closest name: forestgreen
RGB
115, 191, 19
HSL
87°, 82%, 41%
CMYK
40, 0, 90, 25
Luminance
0.4095
Every format
| HEX | #73bf13 |
| RGB | rgb(115, 191, 19) |
| HSL | hsl(87, 82%, 41%) |
| CMYK | cmyk(40%, 0%, 90%, 25%) |
| LAB | lab(70.1 -47.5 67.8) |
| LCH | lch(70.1 82.8 125.0) |
| OKLCH | oklch(0.727 0.199 132.6) |
Copy-ready code
/* CSS */
color: #73bf13;
background-color: #73bf13;
/* Tailwind (arbitrary) */
class="text-[#73bf13] bg-[#73bf13]"
/* SCSS */
$brand: #73bf13;
/* SwiftUI */
Color(red: 0.451, green: 0.749, blue: 0.075)
/* Android */
Color.parseColor("#73bf13")Accessibility — WCAG contrast
Aa
#73bf13 on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73bf13 on black: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green74.9%
Blue7.5%
CMYK percentages
Cyan39.8%
Magenta0.0%
Yellow90.1%
Key (black)25.1%
Color previews
#73bf13 text on a black background
contrast 9.19:1
Card sample
#73bf13 text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73bf13;
Background color
Panel with #73bf13 background
background-color: #73bf13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73bf13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 191, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 191, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73bf13; background: linear-gradient(135deg, #73bf13, #13BF26);