#73fc2f
a balanced, electric green · cool · closest name: lime
RGB
115, 252, 47
HSL
100°, 97%, 59%
CMYK
54, 0, 81, 1
Luminance
0.7347
Every format
| HEX | #73fc2f |
| RGB | rgb(115, 252, 47) |
| HSL | hsl(100, 97%, 59%) |
| CMYK | cmyk(54%, 0%, 81%, 1%) |
| LAB | lab(88.7 -69.1 78.0) |
| LCH | lch(88.7 104.3 131.5) |
| OKLCH | oklch(0.879 0.257 138.1) |
Copy-ready code
/* CSS */
color: #73fc2f;
background-color: #73fc2f;
/* Tailwind (arbitrary) */
class="text-[#73fc2f] bg-[#73fc2f]"
/* SCSS */
$brand: #73fc2f;
/* SwiftUI */
Color(red: 0.451, green: 0.988, blue: 0.184)
/* Android */
Color.parseColor("#73fc2f")Accessibility — WCAG contrast
Aa
#73fc2f on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73fc2f on black: 15.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green98.8%
Blue18.4%
CMYK percentages
Cyan54.4%
Magenta0.0%
Yellow81.3%
Key (black)1.2%
Color previews
#73fc2f text on a black background
contrast 15.69:1
Card sample
#73fc2f text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73fc2f;
Background color
Panel with #73fc2f background
background-color: #73fc2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73fc2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 252, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 252, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73fc2f; background: linear-gradient(135deg, #73fc2f, #2FFC74);