#47eb62
a balanced, electric green · cool · closest name: lime
RGB
71, 235, 98
HSL
130°, 80%, 60%
CMYK
70, 0, 58, 8
Luminance
0.6164
Every format
| HEX | #47eb62 |
| RGB | rgb(71, 235, 98) |
| HSL | hsl(130, 80%, 60%) |
| CMYK | cmyk(70%, 0%, 58%, 8%) |
| LAB | lab(82.7 -68.8 53.5) |
| LCH | lch(82.7 87.2 142.1) |
| OKLCH | oklch(0.828 0.225 145.8) |
Copy-ready code
/* CSS */
color: #47eb62;
background-color: #47eb62;
/* Tailwind (arbitrary) */
class="text-[#47eb62] bg-[#47eb62]"
/* SCSS */
$brand: #47eb62;
/* SwiftUI */
Color(red: 0.278, green: 0.922, blue: 0.384)
/* Android */
Color.parseColor("#47eb62")Accessibility — WCAG contrast
Aa
#47eb62 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#47eb62 on black: 13.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green92.2%
Blue38.4%
CMYK percentages
Cyan69.8%
Magenta0.0%
Yellow58.3%
Key (black)7.8%
Color previews
#47eb62 text on a black background
contrast 13.33:1
Card sample
#47eb62 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47eb62;
Background color
Panel with #47eb62 background
background-color: #47eb62;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47eb62;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 235, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 235, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47eb62; background: linear-gradient(135deg, #47eb62, #47EBCF);