#4bc71f
a balanced, vivid green · cool · closest name: green
RGB
75, 199, 31
HSL
104°, 73%, 45%
CMYK
62, 0, 84, 22
Luminance
0.4244
Every format
| HEX | #4bc71f |
| RGB | rgb(75, 199, 31) |
| HSL | hsl(104, 73%, 45%) |
| CMYK | cmyk(62%, 0%, 84%, 22%) |
| LAB | lab(71.2 -61.6 65.7) |
| LCH | lch(71.2 90.0 133.2) |
| OKLCH | oklch(0.731 0.223 139.6) |
Copy-ready code
/* CSS */
color: #4bc71f;
background-color: #4bc71f;
/* Tailwind (arbitrary) */
class="text-[#4bc71f] bg-[#4bc71f]"
/* SCSS */
$brand: #4bc71f;
/* SwiftUI */
Color(red: 0.294, green: 0.780, blue: 0.122)
/* Android */
Color.parseColor("#4bc71f")Accessibility — WCAG contrast
Aa
#4bc71f on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bc71f on black: 9.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green78.0%
Blue12.2%
CMYK percentages
Cyan62.3%
Magenta0.0%
Yellow84.4%
Key (black)22.0%
Color previews
#4bc71f text on a black background
contrast 9.49:1
Card sample
#4bc71f text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bc71f;
Background color
Panel with #4bc71f background
background-color: #4bc71f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bc71f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 199, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 199, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bc71f; background: linear-gradient(135deg, #4bc71f, #1FC763);