#71f366
a light, electric green · cool · closest name: lime
RGB
113, 243, 102
HSL
115°, 86%, 68%
CMYK
54, 0, 58, 5
Luminance
0.6857
Every format
| HEX | #71f366 |
| RGB | rgb(113, 243, 102) |
| HSL | hsl(115, 86%, 68%) |
| CMYK | cmyk(54%, 0%, 58%, 5%) |
| LAB | lab(86.3 -62.3 56.2) |
| LCH | lch(86.3 83.9 138.0) |
| OKLCH | oklch(0.861 0.215 142.1) |
Copy-ready code
/* CSS */
color: #71f366;
background-color: #71f366;
/* Tailwind (arbitrary) */
class="text-[#71f366] bg-[#71f366]"
/* SCSS */
$brand: #71f366;
/* SwiftUI */
Color(red: 0.443, green: 0.953, blue: 0.400)
/* Android */
Color.parseColor("#71f366")Accessibility — WCAG contrast
Aa
#71f366 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71f366 on black: 14.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green95.3%
Blue40.0%
CMYK percentages
Cyan53.5%
Magenta0.0%
Yellow58.0%
Key (black)4.7%
Color previews
#71f366 text on a black background
contrast 14.71:1
Card sample
#71f366 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71f366;
Background color
Panel with #71f366 background
background-color: #71f366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71f366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 243, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 243, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71f366; background: linear-gradient(135deg, #71f366, #66F3B9);