#71cc2f
a balanced, vivid green · cool · closest name: forestgreen
RGB
113, 204, 47
HSL
95°, 63%, 49%
CMYK
45, 0, 77, 20
Luminance
0.4690
Every format
| HEX | #71cc2f |
| RGB | rgb(113, 204, 47) |
| HSL | hsl(95, 63%, 49%) |
| CMYK | cmyk(45%, 0%, 77%, 20%) |
| LAB | lab(74.1 -52.2 64.5) |
| LCH | lch(74.1 83.0 129.0) |
| OKLCH | oklch(0.760 0.204 135.5) |
Copy-ready code
/* CSS */
color: #71cc2f;
background-color: #71cc2f;
/* Tailwind (arbitrary) */
class="text-[#71cc2f] bg-[#71cc2f]"
/* SCSS */
$brand: #71cc2f;
/* SwiftUI */
Color(red: 0.443, green: 0.800, blue: 0.184)
/* Android */
Color.parseColor("#71cc2f")Accessibility — WCAG contrast
Aa
#71cc2f on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71cc2f on black: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green80.0%
Blue18.4%
CMYK percentages
Cyan44.6%
Magenta0.0%
Yellow77.0%
Key (black)20.0%
Color previews
#71cc2f text on a black background
contrast 10.38:1
Card sample
#71cc2f text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71cc2f;
Background color
Panel with #71cc2f background
background-color: #71cc2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71cc2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 204, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 204, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71cc2f; background: linear-gradient(135deg, #71cc2f, #2FCC56);