#4bc034
a balanced, vivid green · cool · closest name: forestgreen
RGB
75, 192, 52
HSL
110°, 57%, 48%
CMYK
61, 0, 73, 25
Luminance
0.3944
Every format
| HEX | #4bc034 |
| RGB | rgb(75, 192, 52) |
| HSL | hsl(110, 57%, 48%) |
| CMYK | cmyk(61%, 0%, 73%, 25%) |
| LAB | lab(69.1 -58.0 57.4) |
| LCH | lch(69.1 81.6 135.3) |
| OKLCH | oklch(0.714 0.205 140.7) |
Copy-ready code
/* CSS */
color: #4bc034;
background-color: #4bc034;
/* Tailwind (arbitrary) */
class="text-[#4bc034] bg-[#4bc034]"
/* SCSS */
$brand: #4bc034;
/* SwiftUI */
Color(red: 0.294, green: 0.753, blue: 0.204)
/* Android */
Color.parseColor("#4bc034")Accessibility — WCAG contrast
Aa
#4bc034 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bc034 on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green75.3%
Blue20.4%
CMYK percentages
Cyan60.9%
Magenta0.0%
Yellow72.9%
Key (black)24.7%
Color previews
#4bc034 text on a black background
contrast 8.89:1
Card sample
#4bc034 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bc034;
Background color
Panel with #4bc034 background
background-color: #4bc034;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bc034;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 192, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 192, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bc034; background: linear-gradient(135deg, #4bc034, #34C07A);