#71e521
a balanced, electric green · cool · closest name: lime
RGB
113, 229, 33
HSL
96°, 79%, 51%
CMYK
51, 0, 86, 10
Luminance
0.5966
Every format
| HEX | #71e521 |
| RGB | rgb(113, 229, 33) |
| HSL | hsl(96, 79%, 51%) |
| CMYK | cmyk(51%, 0%, 86%, 10%) |
| LAB | lab(81.7 -62.2 74.9) |
| LCH | lch(81.7 97.4 129.7) |
| OKLCH | oklch(0.821 0.238 136.7) |
Copy-ready code
/* CSS */
color: #71e521;
background-color: #71e521;
/* Tailwind (arbitrary) */
class="text-[#71e521] bg-[#71e521]"
/* SCSS */
$brand: #71e521;
/* SwiftUI */
Color(red: 0.443, green: 0.898, blue: 0.129)
/* Android */
Color.parseColor("#71e521")Accessibility — WCAG contrast
Aa
#71e521 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71e521 on black: 12.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green89.8%
Blue12.9%
CMYK percentages
Cyan50.7%
Magenta0.0%
Yellow85.6%
Key (black)10.2%
Color previews
#71e521 text on a black background
contrast 12.93:1
Card sample
#71e521 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71e521;
Background color
Panel with #71e521 background
background-color: #71e521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71e521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 229, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 229, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71e521; background: linear-gradient(135deg, #71e521, #21E554);