#47ff35
a balanced, electric green · cool · closest name: lime
RGB
71, 255, 53
HSL
115°, 100%, 60%
CMYK
72, 0, 79, 0
Luminance
0.7312
Every format
| HEX | #47ff35 |
| RGB | rgb(71, 255, 53) |
| HSL | hsl(115, 100%, 60%) |
| CMYK | cmyk(72%, 0%, 79%, 0%) |
| LAB | lab(88.5 -78.9 75.9) |
| LCH | lch(88.5 109.5 136.1) |
| OKLCH | oklch(0.875 0.273 141.9) |
Copy-ready code
/* CSS */
color: #47ff35;
background-color: #47ff35;
/* Tailwind (arbitrary) */
class="text-[#47ff35] bg-[#47ff35]"
/* SCSS */
$brand: #47ff35;
/* SwiftUI */
Color(red: 0.278, green: 1.000, blue: 0.208)
/* Android */
Color.parseColor("#47ff35")Accessibility — WCAG contrast
Aa
#47ff35 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#47ff35 on black: 15.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green100.0%
Blue20.8%
CMYK percentages
Cyan72.2%
Magenta0.0%
Yellow79.2%
Key (black)0.0%
Color previews
#47ff35 text on a black background
contrast 15.62:1
Card sample
#47ff35 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47ff35;
Background color
Panel with #47ff35 background
background-color: #47ff35;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47ff35;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 255, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 255, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47ff35; background: linear-gradient(135deg, #47ff35, #35FFAA);