#47e430
a balanced, electric green · cool · closest name: lime
RGB
71, 228, 48
HSL
112°, 77%, 54%
CMYK
69, 0, 79, 11
Luminance
0.5704
Every format
| HEX | #47e430 |
| RGB | rgb(71, 228, 48) |
| HSL | hsl(112, 77%, 54%) |
| CMYK | cmyk(69%, 0%, 79%, 11%) |
| LAB | lab(80.2 -71.0 69.5) |
| LCH | lch(80.2 99.3 135.6) |
| OKLCH | oklch(0.806 0.248 141.4) |
Copy-ready code
/* CSS */
color: #47e430;
background-color: #47e430;
/* Tailwind (arbitrary) */
class="text-[#47e430] bg-[#47e430]"
/* SCSS */
$brand: #47e430;
/* SwiftUI */
Color(red: 0.278, green: 0.894, blue: 0.188)
/* Android */
Color.parseColor("#47e430")Accessibility — WCAG contrast
Aa
#47e430 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#47e430 on black: 12.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green89.4%
Blue18.8%
CMYK percentages
Cyan68.9%
Magenta0.0%
Yellow78.9%
Key (black)10.6%
Color previews
#47e430 text on a black background
contrast 12.41:1
Card sample
#47e430 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47e430;
Background color
Panel with #47e430 background
background-color: #47e430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47e430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 228, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 228, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47e430; background: linear-gradient(135deg, #47e430, #30E491);