#75c034
a balanced, vivid green · cool · closest name: forestgreen
RGB
117, 192, 52
HSL
92°, 57%, 48%
CMYK
39, 0, 73, 25
Luminance
0.4173
Every format
| HEX | #75c034 |
| RGB | rgb(117, 192, 52) |
| HSL | hsl(92, 57%, 48%) |
| CMYK | cmyk(39%, 0%, 73%, 25%) |
| LAB | lab(70.7 -45.7 59.5) |
| LCH | lch(70.7 75.1 127.5) |
| OKLCH | oklch(0.732 0.185 133.8) |
Copy-ready code
/* CSS */
color: #75c034;
background-color: #75c034;
/* Tailwind (arbitrary) */
class="text-[#75c034] bg-[#75c034]"
/* SCSS */
$brand: #75c034;
/* SwiftUI */
Color(red: 0.459, green: 0.753, blue: 0.204)
/* Android */
Color.parseColor("#75c034")Accessibility — WCAG contrast
Aa
#75c034 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#75c034 on black: 9.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green75.3%
Blue20.4%
CMYK percentages
Cyan39.1%
Magenta0.0%
Yellow72.9%
Key (black)24.7%
Color previews
#75c034 text on a black background
contrast 9.35:1
Card sample
#75c034 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75c034;
Background color
Panel with #75c034 background
background-color: #75c034;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75c034;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 192, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 192, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75c034; background: linear-gradient(135deg, #75c034, #34C050);