#71ef1a
a balanced, electric green · cool · closest name: lime
RGB
113, 239, 26
HSL
96°, 87%, 52%
CMYK
53, 0, 89, 6
Luminance
0.6532
Every format
| HEX | #71ef1a |
| RGB | rgb(113, 239, 26) |
| HSL | hsl(96, 87%, 52%) |
| CMYK | cmyk(53%, 0%, 89%, 6%) |
| LAB | lab(84.7 -65.9 78.8) |
| LCH | lch(84.7 102.7 129.9) |
| OKLCH | oklch(0.846 0.251 137.0) |
Copy-ready code
/* CSS */
color: #71ef1a;
background-color: #71ef1a;
/* Tailwind (arbitrary) */
class="text-[#71ef1a] bg-[#71ef1a]"
/* SCSS */
$brand: #71ef1a;
/* SwiftUI */
Color(red: 0.443, green: 0.937, blue: 0.102)
/* Android */
Color.parseColor("#71ef1a")Accessibility — WCAG contrast
Aa
#71ef1a on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71ef1a on black: 14.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green93.7%
Blue10.2%
CMYK percentages
Cyan52.7%
Magenta0.0%
Yellow89.1%
Key (black)6.3%
Color previews
#71ef1a text on a black background
contrast 14.06:1
Card sample
#71ef1a text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71ef1a;
Background color
Panel with #71ef1a background
background-color: #71ef1a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71ef1a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 239, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 239, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71ef1a; background: linear-gradient(135deg, #71ef1a, #1AEF51);