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