#71f04c
a balanced, electric green · cool · closest name: lime
RGB
113, 240, 76
HSL
107°, 85%, 62%
CMYK
53, 0, 68, 6
Luminance
0.6635
Every format
| HEX | #71f04c |
| RGB | rgb(113, 240, 76) |
| HSL | hsl(107, 85%, 62%) |
| CMYK | cmyk(53%, 0%, 68%, 6%) |
| LAB | lab(85.2 -63.7 65.5) |
| LCH | lch(85.2 91.4 134.2) |
| OKLCH | oklch(0.851 0.230 139.5) |
Copy-ready code
/* CSS */
color: #71f04c;
background-color: #71f04c;
/* Tailwind (arbitrary) */
class="text-[#71f04c] bg-[#71f04c]"
/* SCSS */
$brand: #71f04c;
/* SwiftUI */
Color(red: 0.443, green: 0.941, blue: 0.298)
/* Android */
Color.parseColor("#71f04c")Accessibility — WCAG contrast
Aa
#71f04c on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71f04c on black: 14.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green94.1%
Blue29.8%
CMYK percentages
Cyan52.9%
Magenta0.0%
Yellow68.3%
Key (black)5.9%
Color previews
#71f04c text on a black background
contrast 14.27:1
Card sample
#71f04c text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71f04c;
Background color
Panel with #71f04c background
background-color: #71f04c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71f04c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 240, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 240, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71f04c; background: linear-gradient(135deg, #71f04c, #4CF095);