#75f113
a balanced, electric green · cool · closest name: lime
RGB
117, 241, 19
HSL
94°, 89%, 51%
CMYK
52, 0, 92, 6
Luminance
0.6674
Every format
| HEX | #75f113 |
| RGB | rgb(117, 241, 19) |
| HSL | hsl(94, 89%, 51%) |
| CMYK | cmyk(52%, 0%, 92%, 6%) |
| LAB | lab(85.4 -65.7 80.4) |
| LCH | lch(85.4 103.8 129.3) |
| OKLCH | oklch(0.852 0.253 136.6) |
Copy-ready code
/* CSS */
color: #75f113;
background-color: #75f113;
/* Tailwind (arbitrary) */
class="text-[#75f113] bg-[#75f113]"
/* SCSS */
$brand: #75f113;
/* SwiftUI */
Color(red: 0.459, green: 0.945, blue: 0.075)
/* Android */
Color.parseColor("#75f113")Accessibility — WCAG contrast
Aa
#75f113 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75f113 on black: 14.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green94.5%
Blue7.5%
CMYK percentages
Cyan51.5%
Magenta0.0%
Yellow92.1%
Key (black)5.5%
Color previews
#75f113 text on a black background
contrast 14.35:1
Card sample
#75f113 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75f113;
Background color
Panel with #75f113 background
background-color: #75f113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75f113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 241, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 241, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75f113; background: linear-gradient(135deg, #75f113, #13F145);