#75eb47
a balanced, electric green · cool · closest name: lime
RGB
117, 235, 71
HSL
103°, 80%, 60%
CMYK
50, 0, 70, 8
Luminance
0.6365
Every format
| HEX | #75eb47 |
| RGB | rgb(117, 235, 71) |
| HSL | hsl(103, 80%, 60%) |
| CMYK | cmyk(50%, 0%, 70%, 8%) |
| LAB | lab(83.8 -61.2 66.0) |
| LCH | lch(83.8 90.0 132.8) |
| OKLCH | oklch(0.840 0.226 138.4) |
Copy-ready code
/* CSS */
color: #75eb47;
background-color: #75eb47;
/* Tailwind (arbitrary) */
class="text-[#75eb47] bg-[#75eb47]"
/* SCSS */
$brand: #75eb47;
/* SwiftUI */
Color(red: 0.459, green: 0.922, blue: 0.278)
/* Android */
Color.parseColor("#75eb47")Accessibility — WCAG contrast
Aa
#75eb47 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75eb47 on black: 13.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green92.2%
Blue27.8%
CMYK percentages
Cyan50.2%
Magenta0.0%
Yellow69.8%
Key (black)7.8%
Color previews
#75eb47 text on a black background
contrast 13.73:1
Card sample
#75eb47 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75eb47;
Background color
Panel with #75eb47 background
background-color: #75eb47;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75eb47;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 235, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 235, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75eb47; background: linear-gradient(135deg, #75eb47, #47EB86);