#47ff44
a balanced, electric green · cool · closest name: lime
RGB
71, 255, 68
HSL
119°, 100%, 63%
CMYK
72, 0, 73, 0
Luminance
0.7328
Every format
| HEX | #47ff44 |
| RGB | rgb(71, 255, 68) |
| HSL | hsl(119, 100%, 63%) |
| CMYK | cmyk(72%, 0%, 73%, 0%) |
| LAB | lab(88.6 -78.0 71.5) |
| LCH | lch(88.6 105.8 137.5) |
| OKLCH | oklch(0.876 0.266 142.7) |
Copy-ready code
/* CSS */
color: #47ff44;
background-color: #47ff44;
/* Tailwind (arbitrary) */
class="text-[#47ff44] bg-[#47ff44]"
/* SCSS */
$brand: #47ff44;
/* SwiftUI */
Color(red: 0.278, green: 1.000, blue: 0.267)
/* Android */
Color.parseColor("#47ff44")Accessibility — WCAG contrast
Aa
#47ff44 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#47ff44 on black: 15.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green100.0%
Blue26.7%
CMYK percentages
Cyan72.2%
Magenta0.0%
Yellow73.3%
Key (black)0.0%
Color previews
#47ff44 text on a black background
contrast 15.66:1
Card sample
#47ff44 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47ff44;
Background color
Panel with #47ff44 background
background-color: #47ff44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47ff44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 255, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 255, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47ff44; background: linear-gradient(135deg, #47ff44, #44FFBD);