#71ff4e
a light, electric green · cool · closest name: lime
RGB
113, 255, 78
HSL
108°, 100%, 65%
CMYK
56, 0, 69, 0
Luminance
0.7558
Every format
| HEX | #71ff4e |
| RGB | rgb(113, 255, 78) |
| HSL | hsl(108, 100%, 65%) |
| CMYK | cmyk(56%, 0%, 69%, 0%) |
| LAB | lab(89.7 -68.8 69.5) |
| LCH | lch(89.7 97.8 134.7) |
| OKLCH | oklch(0.888 0.246 140.1) |
Copy-ready code
/* CSS */
color: #71ff4e;
background-color: #71ff4e;
/* Tailwind (arbitrary) */
class="text-[#71ff4e] bg-[#71ff4e]"
/* SCSS */
$brand: #71ff4e;
/* SwiftUI */
Color(red: 0.443, green: 1.000, blue: 0.306)
/* Android */
Color.parseColor("#71ff4e")Accessibility — WCAG contrast
Aa
#71ff4e on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71ff4e on black: 16.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green100.0%
Blue30.6%
CMYK percentages
Cyan55.7%
Magenta0.0%
Yellow69.4%
Key (black)0.0%
Color previews
#71ff4e text on a black background
contrast 16.12:1
Card sample
#71ff4e text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71ff4e;
Background color
Panel with #71ff4e background
background-color: #71ff4e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71ff4e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 255, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 255, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71ff4e; background: linear-gradient(135deg, #71ff4e, #4EFFA1);