#73fe21
a balanced, electric green · cool · closest name: lime
RGB
115, 254, 33
HSL
98°, 99%, 56%
CMYK
55, 0, 87, 0
Luminance
0.7464
Every format
| HEX | #73fe21 |
| RGB | rgb(115, 254, 33) |
| HSL | hsl(98, 99%, 56%) |
| CMYK | cmyk(55%, 0%, 87%, 0%) |
| LAB | lab(89.2 -70.3 81.5) |
| LCH | lch(89.2 107.6 130.8) |
| OKLCH | oklch(0.884 0.264 137.7) |
Copy-ready code
/* CSS */
color: #73fe21;
background-color: #73fe21;
/* Tailwind (arbitrary) */
class="text-[#73fe21] bg-[#73fe21]"
/* SCSS */
$brand: #73fe21;
/* SwiftUI */
Color(red: 0.451, green: 0.996, blue: 0.129)
/* Android */
Color.parseColor("#73fe21")Accessibility — WCAG contrast
Aa
#73fe21 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73fe21 on black: 15.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green99.6%
Blue12.9%
CMYK percentages
Cyan54.7%
Magenta0.0%
Yellow87.0%
Key (black)0.4%
Color previews
#73fe21 text on a black background
contrast 15.93:1
Card sample
#73fe21 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73fe21;
Background color
Panel with #73fe21 background
background-color: #73fe21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73fe21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 254, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 254, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73fe21; background: linear-gradient(135deg, #73fe21, #21FE62);