#71fc2f
a balanced, electric green · cool · closest name: lime
RGB
113, 252, 47
HSL
101°, 97%, 59%
CMYK
55, 0, 81, 1
Luminance
0.7334
Every format
| HEX | #71fc2f |
| RGB | rgb(113, 252, 47) |
| HSL | hsl(101, 97%, 59%) |
| CMYK | cmyk(55%, 0%, 81%, 1%) |
| LAB | lab(88.6 -69.7 77.9) |
| LCH | lch(88.6 104.5 131.8) |
| OKLCH | oklch(0.879 0.258 138.3) |
Copy-ready code
/* CSS */
color: #71fc2f;
background-color: #71fc2f;
/* Tailwind (arbitrary) */
class="text-[#71fc2f] bg-[#71fc2f]"
/* SCSS */
$brand: #71fc2f;
/* SwiftUI */
Color(red: 0.443, green: 0.988, blue: 0.184)
/* Android */
Color.parseColor("#71fc2f")Accessibility — WCAG contrast
Aa
#71fc2f on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71fc2f on black: 15.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green98.8%
Blue18.4%
CMYK percentages
Cyan55.2%
Magenta0.0%
Yellow81.3%
Key (black)1.2%
Color previews
#71fc2f text on a black background
contrast 15.67:1
Card sample
#71fc2f text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71fc2f;
Background color
Panel with #71fc2f background
background-color: #71fc2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71fc2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 252, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 252, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71fc2f; background: linear-gradient(135deg, #71fc2f, #2FFC76);