#75f268
a light, electric green · cool · closest name: lime
RGB
117, 242, 104
HSL
114°, 84%, 68%
CMYK
52, 0, 57, 5
Luminance
0.6829
Every format
| HEX | #75f268 |
| RGB | rgb(117, 242, 104) |
| HSL | hsl(114, 84%, 68%) |
| CMYK | cmyk(52%, 0%, 57%, 5%) |
| LAB | lab(86.2 -60.7 55.2) |
| LCH | lch(86.2 82.0 137.7) |
| OKLCH | oklch(0.860 0.211 141.8) |
Copy-ready code
/* CSS */
color: #75f268;
background-color: #75f268;
/* Tailwind (arbitrary) */
class="text-[#75f268] bg-[#75f268]"
/* SCSS */
$brand: #75f268;
/* SwiftUI */
Color(red: 0.459, green: 0.949, blue: 0.408)
/* Android */
Color.parseColor("#75f268")Accessibility — WCAG contrast
Aa
#75f268 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75f268 on black: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green94.9%
Blue40.8%
CMYK percentages
Cyan51.7%
Magenta0.0%
Yellow57.0%
Key (black)5.1%
Color previews
#75f268 text on a black background
contrast 14.66:1
Card sample
#75f268 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75f268;
Background color
Panel with #75f268 background
background-color: #75f268;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75f268;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 242, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 242, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75f268; background: linear-gradient(135deg, #75f268, #68F2B7);