#75fe13
a balanced, electric green · cool · closest name: lime
RGB
117, 254, 19
HSL
95°, 99%, 54%
CMYK
54, 0, 93, 0
Luminance
0.7471
Every format
| HEX | #75fe13 |
| RGB | rgb(117, 254, 19) |
| HSL | hsl(95, 99%, 54%) |
| CMYK | cmyk(54%, 0%, 93%, 0%) |
| LAB | lab(89.3 -70.2 83.6) |
| LCH | lch(89.3 109.1 130.0) |
| OKLCH | oklch(0.884 0.266 137.2) |
Copy-ready code
/* CSS */
color: #75fe13;
background-color: #75fe13;
/* Tailwind (arbitrary) */
class="text-[#75fe13] bg-[#75fe13]"
/* SCSS */
$brand: #75fe13;
/* SwiftUI */
Color(red: 0.459, green: 0.996, blue: 0.075)
/* Android */
Color.parseColor("#75fe13")Accessibility — WCAG contrast
Aa
#75fe13 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75fe13 on black: 15.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green99.6%
Blue7.5%
CMYK percentages
Cyan53.9%
Magenta0.0%
Yellow92.5%
Key (black)0.4%
Color previews
#75fe13 text on a black background
contrast 15.94:1
Card sample
#75fe13 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75fe13;
Background color
Panel with #75fe13 background
background-color: #75fe13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75fe13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 254, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 254, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75fe13; background: linear-gradient(135deg, #75fe13, #13FE4E);