#73fc40
a balanced, electric green · cool · closest name: lime
RGB
115, 252, 64
HSL
104°, 97%, 62%
CMYK
54, 0, 75, 1
Luminance
0.7364
Every format
| HEX | #73fc40 |
| RGB | rgb(115, 252, 64) |
| HSL | hsl(104, 97%, 62%) |
| CMYK | cmyk(54%, 0%, 75%, 1%) |
| LAB | lab(88.8 -68.3 73.3) |
| LCH | lch(88.8 100.2 132.9) |
| OKLCH | oklch(0.880 0.250 138.9) |
Copy-ready code
/* CSS */
color: #73fc40;
background-color: #73fc40;
/* Tailwind (arbitrary) */
class="text-[#73fc40] bg-[#73fc40]"
/* SCSS */
$brand: #73fc40;
/* SwiftUI */
Color(red: 0.451, green: 0.988, blue: 0.251)
/* Android */
Color.parseColor("#73fc40")Accessibility — WCAG contrast
Aa
#73fc40 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73fc40 on black: 15.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green98.8%
Blue25.1%
CMYK percentages
Cyan54.4%
Magenta0.0%
Yellow74.6%
Key (black)1.2%
Color previews
#73fc40 text on a black background
contrast 15.73:1
Card sample
#73fc40 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73fc40;
Background color
Panel with #73fc40 background
background-color: #73fc40;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73fc40;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 252, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 252, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73fc40; background: linear-gradient(135deg, #73fc40, #40FC8A);