#73f113
a balanced, electric green · cool · closest name: lime
RGB
115, 241, 19
HSL
94°, 89%, 51%
CMYK
52, 0, 92, 6
Luminance
0.6660
Every format
| HEX | #73f113 |
| RGB | rgb(115, 241, 19) |
| HSL | hsl(94, 89%, 51%) |
| CMYK | cmyk(52%, 0%, 92%, 6%) |
| LAB | lab(85.3 -66.2 80.3) |
| LCH | lch(85.3 104.1 129.5) |
| OKLCH | oklch(0.852 0.253 136.8) |
Copy-ready code
/* CSS */
color: #73f113;
background-color: #73f113;
/* Tailwind (arbitrary) */
class="text-[#73f113] bg-[#73f113]"
/* SCSS */
$brand: #73f113;
/* SwiftUI */
Color(red: 0.451, green: 0.945, blue: 0.075)
/* Android */
Color.parseColor("#73f113")Accessibility — WCAG contrast
Aa
#73f113 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73f113 on black: 14.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green94.5%
Blue7.5%
CMYK percentages
Cyan52.3%
Magenta0.0%
Yellow92.1%
Key (black)5.5%
Color previews
#73f113 text on a black background
contrast 14.32:1
Card sample
#73f113 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73f113;
Background color
Panel with #73f113 background
background-color: #73f113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73f113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 241, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 241, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73f113; background: linear-gradient(135deg, #73f113, #13F147);