#4bc247
a balanced, vivid green · cool · closest name: forestgreen
RGB
75, 194, 71
HSL
118°, 50%, 52%
CMYK
61, 0, 63, 24
Luminance
0.4053
Every format
| HEX | #4bc247 |
| RGB | rgb(75, 194, 71) |
| HSL | hsl(118, 50%, 52%) |
| CMYK | cmyk(61%, 0%, 63%, 24%) |
| LAB | lab(69.8 -57.0 50.7) |
| LCH | lch(69.8 76.2 138.3) |
| OKLCH | oklch(0.721 0.195 142.7) |
Copy-ready code
/* CSS */
color: #4bc247;
background-color: #4bc247;
/* Tailwind (arbitrary) */
class="text-[#4bc247] bg-[#4bc247]"
/* SCSS */
$brand: #4bc247;
/* SwiftUI */
Color(red: 0.294, green: 0.761, blue: 0.278)
/* Android */
Color.parseColor("#4bc247")Accessibility — WCAG contrast
Aa
#4bc247 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bc247 on black: 9.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green76.1%
Blue27.8%
CMYK percentages
Cyan61.3%
Magenta0.0%
Yellow63.4%
Key (black)23.9%
Color previews
#4bc247 text on a black background
contrast 9.11:1
Card sample
#4bc247 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bc247;
Background color
Panel with #4bc247 background
background-color: #4bc247;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bc247;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 194, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 194, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bc247; background: linear-gradient(135deg, #4bc247, #47C295);