#75f800
a balanced, electric green · cool · closest name: lime
RGB
117, 248, 0
HSL
92°, 100%, 49%
CMYK
53, 0, 100, 3
Luminance
0.7092
Every format
| HEX | #75f800 |
| RGB | rgb(117, 248, 0) |
| HSL | hsl(92, 100%, 49%) |
| CMYK | cmyk(53%, 0%, 100%, 3%) |
| LAB | lab(87.4 -68.4 83.7) |
| LCH | lch(87.4 108.1 129.2) |
| OKLCH | oklch(0.869 0.262 136.7) |
Copy-ready code
/* CSS */
color: #75f800;
background-color: #75f800;
/* Tailwind (arbitrary) */
class="text-[#75f800] bg-[#75f800]"
/* SCSS */
$brand: #75f800;
/* SwiftUI */
Color(red: 0.459, green: 0.973, blue: 0.000)
/* Android */
Color.parseColor("#75f800")Accessibility — WCAG contrast
Aa
#75f800 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75f800 on black: 15.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green97.3%
Blue0.0%
CMYK percentages
Cyan52.8%
Magenta0.0%
Yellow100.0%
Key (black)2.7%
Color previews
#75f800 text on a black background
contrast 15.18:1
Card sample
#75f800 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75f800;
Background color
Panel with #75f800 background
background-color: #75f800;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75f800;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 248, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 248, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75f800; background: linear-gradient(135deg, #75f800, #00F830);