#47c412
a dark, electric green · cool · closest name: green
RGB
71, 196, 18
HSL
102°, 83%, 42%
CMYK
64, 0, 91, 23
Luminance
0.4086
Every format
| HEX | #47c412 |
| RGB | rgb(71, 196, 18) |
| HSL | hsl(102, 83%, 42%) |
| CMYK | cmyk(64%, 0%, 91%, 23%) |
| LAB | lab(70.1 -62.0 67.3) |
| LCH | lch(70.1 91.5 132.7) |
| OKLCH | oklch(0.722 0.225 139.4) |
Copy-ready code
/* CSS */
color: #47c412;
background-color: #47c412;
/* Tailwind (arbitrary) */
class="text-[#47c412] bg-[#47c412]"
/* SCSS */
$brand: #47c412;
/* SwiftUI */
Color(red: 0.278, green: 0.769, blue: 0.071)
/* Android */
Color.parseColor("#47c412")Accessibility — WCAG contrast
Aa
#47c412 on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#47c412 on black: 9.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green76.9%
Blue7.1%
CMYK percentages
Cyan63.8%
Magenta0.0%
Yellow90.8%
Key (black)23.1%
Color previews
#47c412 text on a black background
contrast 9.17:1
Card sample
#47c412 text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47c412;
Background color
Panel with #47c412 background
background-color: #47c412;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47c412;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 196, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 196, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47c412; background: linear-gradient(135deg, #47c412, #12C454);