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