#73fe49
a balanced, electric green · cool · closest name: lime
RGB
115, 254, 73
HSL
106°, 99%, 64%
CMYK
55, 0, 71, 0
Luminance
0.7501
Every format
| HEX | #73fe49 |
| RGB | rgb(115, 254, 73) |
| HSL | hsl(106, 99%, 64%) |
| CMYK | cmyk(55%, 0%, 71%, 0%) |
| LAB | lab(89.4 -68.3 71.0) |
| LCH | lch(89.4 98.5 133.9) |
| OKLCH | oklch(0.886 0.247 139.5) |
Copy-ready code
/* CSS */
color: #73fe49;
background-color: #73fe49;
/* Tailwind (arbitrary) */
class="text-[#73fe49] bg-[#73fe49]"
/* SCSS */
$brand: #73fe49;
/* SwiftUI */
Color(red: 0.451, green: 0.996, blue: 0.286)
/* Android */
Color.parseColor("#73fe49")Accessibility — WCAG contrast
Aa
#73fe49 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73fe49 on black: 16.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green99.6%
Blue28.6%
CMYK percentages
Cyan54.7%
Magenta0.0%
Yellow71.3%
Key (black)0.4%
Color previews
#73fe49 text on a black background
contrast 16.00:1
Card sample
#73fe49 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73fe49;
Background color
Panel with #73fe49 background
background-color: #73fe49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73fe49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 254, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 254, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73fe49; background: linear-gradient(135deg, #73fe49, #49FE98);