#73eb2e
a balanced, electric green · cool · closest name: lime
RGB
115, 235, 46
HSL
98°, 83%, 55%
CMYK
51, 0, 80, 8
Luminance
0.6326
Every format
| HEX | #73eb2e |
| RGB | rgb(115, 235, 46) |
| HSL | hsl(98, 83%, 55%) |
| CMYK | cmyk(51%, 0%, 80%, 8%) |
| LAB | lab(83.6 -63.2 73.6) |
| LCH | lch(83.6 97.1 130.7) |
| OKLCH | oklch(0.838 0.239 137.2) |
Copy-ready code
/* CSS */
color: #73eb2e;
background-color: #73eb2e;
/* Tailwind (arbitrary) */
class="text-[#73eb2e] bg-[#73eb2e]"
/* SCSS */
$brand: #73eb2e;
/* SwiftUI */
Color(red: 0.451, green: 0.922, blue: 0.180)
/* Android */
Color.parseColor("#73eb2e")Accessibility — WCAG contrast
Aa
#73eb2e on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73eb2e on black: 13.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green92.2%
Blue18.0%
CMYK percentages
Cyan51.1%
Magenta0.0%
Yellow80.4%
Key (black)7.8%
Color previews
#73eb2e text on a black background
contrast 13.65:1
Card sample
#73eb2e text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73eb2e;
Background color
Panel with #73eb2e background
background-color: #73eb2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73eb2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 235, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 235, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73eb2e; background: linear-gradient(135deg, #73eb2e, #2EEB67);