#75ce49
a balanced, vivid green · cool · closest name: forestgreen
RGB
117, 206, 73
HSL
100°, 58%, 55%
CMYK
43, 0, 65, 19
Luminance
0.4841
Every format
| HEX | #75ce49 |
| RGB | rgb(117, 206, 73) |
| HSL | hsl(100, 58%, 55%) |
| CMYK | cmyk(43%, 0%, 65%, 19%) |
| LAB | lab(75.1 -49.9 56.0) |
| LCH | lch(75.1 75.0 131.7) |
| OKLCH | oklch(0.768 0.189 136.9) |
Copy-ready code
/* CSS */
color: #75ce49;
background-color: #75ce49;
/* Tailwind (arbitrary) */
class="text-[#75ce49] bg-[#75ce49]"
/* SCSS */
$brand: #75ce49;
/* SwiftUI */
Color(red: 0.459, green: 0.808, blue: 0.286)
/* Android */
Color.parseColor("#75ce49")Accessibility — WCAG contrast
Aa
#75ce49 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75ce49 on black: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green80.8%
Blue28.6%
CMYK percentages
Cyan43.2%
Magenta0.0%
Yellow64.6%
Key (black)19.2%
Color previews
#75ce49 text on a black background
contrast 10.68:1
Card sample
#75ce49 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75ce49;
Background color
Panel with #75ce49 background
background-color: #75ce49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75ce49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 206, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 206, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75ce49; background: linear-gradient(135deg, #75ce49, #49CE76);