#71ee33
a balanced, electric green · cool · closest name: lime
RGB
113, 238, 51
HSL
100°, 85%, 57%
CMYK
53, 0, 79, 7
Luminance
0.6490
Every format
| HEX | #71ee33 |
| RGB | rgb(113, 238, 51) |
| HSL | hsl(100, 85%, 57%) |
| CMYK | cmyk(53%, 0%, 79%, 7%) |
| LAB | lab(84.4 -64.6 73.0) |
| LCH | lch(84.4 97.5 131.5) |
| OKLCH | oklch(0.844 0.241 137.9) |
Copy-ready code
/* CSS */
color: #71ee33;
background-color: #71ee33;
/* Tailwind (arbitrary) */
class="text-[#71ee33] bg-[#71ee33]"
/* SCSS */
$brand: #71ee33;
/* SwiftUI */
Color(red: 0.443, green: 0.933, blue: 0.200)
/* Android */
Color.parseColor("#71ee33")Accessibility — WCAG contrast
Aa
#71ee33 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71ee33 on black: 13.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green93.3%
Blue20.0%
CMYK percentages
Cyan52.5%
Magenta0.0%
Yellow78.6%
Key (black)6.7%
Color previews
#71ee33 text on a black background
contrast 13.98:1
Card sample
#71ee33 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71ee33;
Background color
Panel with #71ee33 background
background-color: #71ee33;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71ee33;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 238, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 238, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71ee33; background: linear-gradient(135deg, #71ee33, #33EE72);