#73ff73
a light, electric green · cool · closest name: lime
RGB
115, 255, 115
HSL
120°, 100%, 73%
CMYK
55, 0, 55, 0
Luminance
0.7640
Every format
| HEX | #73ff73 |
| RGB | rgb(115, 255, 115) |
| HSL | hsl(120, 100%, 73%) |
| CMYK | cmyk(55%, 0%, 55%, 0%) |
| LAB | lab(90.0 -64.7 54.8) |
| LCH | lch(90.0 84.8 139.7) |
| OKLCH | oklch(0.892 0.219 143.5) |
Copy-ready code
/* CSS */
color: #73ff73;
background-color: #73ff73;
/* Tailwind (arbitrary) */
class="text-[#73ff73] bg-[#73ff73]"
/* SCSS */
$brand: #73ff73;
/* SwiftUI */
Color(red: 0.451, green: 1.000, blue: 0.451)
/* Android */
Color.parseColor("#73ff73")Accessibility — WCAG contrast
Aa
#73ff73 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73ff73 on black: 16.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green100.0%
Blue45.1%
CMYK percentages
Cyan54.9%
Magenta0.0%
Yellow54.9%
Key (black)0.0%
Color previews
#73ff73 text on a black background
contrast 16.28:1
Card sample
#73ff73 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73ff73;
Background color
Panel with #73ff73 background
background-color: #73ff73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73ff73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 255, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 255, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73ff73; background: linear-gradient(135deg, #73ff73, #73FFD0);