#75e721
a balanced, electric green · cool · closest name: lime
RGB
117, 231, 33
HSL
95°, 81%, 52%
CMYK
49, 0, 86, 9
Luminance
0.6104
Every format
| HEX | #75e721 |
| RGB | rgb(117, 231, 33) |
| HSL | hsl(95, 81%, 52%) |
| CMYK | cmyk(49%, 0%, 86%, 9%) |
| LAB | lab(82.4 -61.8 75.6) |
| LCH | lch(82.4 97.6 129.2) |
| OKLCH | oklch(0.828 0.239 136.3) |
Copy-ready code
/* CSS */
color: #75e721;
background-color: #75e721;
/* Tailwind (arbitrary) */
class="text-[#75e721] bg-[#75e721]"
/* SCSS */
$brand: #75e721;
/* SwiftUI */
Color(red: 0.459, green: 0.906, blue: 0.129)
/* Android */
Color.parseColor("#75e721")Accessibility — WCAG contrast
Aa
#75e721 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75e721 on black: 13.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green90.6%
Blue12.9%
CMYK percentages
Cyan49.4%
Magenta0.0%
Yellow85.7%
Key (black)9.4%
Color previews
#75e721 text on a black background
contrast 13.21:1
Card sample
#75e721 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75e721;
Background color
Panel with #75e721 background
background-color: #75e721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75e721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 231, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 231, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75e721; background: linear-gradient(135deg, #75e721, #21E751);