#2ac71a
a dark, electric green · cool · closest name: lime
RGB
42, 199, 26
HSL
115°, 77%, 44%
CMYK
79, 0, 87, 22
Luminance
0.4141
Every format
| HEX | #2ac71a |
| RGB | rgb(42, 199, 26) |
| HSL | hsl(115, 77%, 44%) |
| CMYK | cmyk(79%, 0%, 87%, 22%) |
| LAB | lab(70.5 -67.7 65.9) |
| LCH | lch(70.5 94.5 135.8) |
| OKLCH | oklch(0.723 0.234 141.9) |
Copy-ready code
/* CSS */
color: #2ac71a;
background-color: #2ac71a;
/* Tailwind (arbitrary) */
class="text-[#2ac71a] bg-[#2ac71a]"
/* SCSS */
$brand: #2ac71a;
/* SwiftUI */
Color(red: 0.165, green: 0.780, blue: 0.102)
/* Android */
Color.parseColor("#2ac71a")Accessibility — WCAG contrast
Aa
#2ac71a on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ac71a on black: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green78.0%
Blue10.2%
CMYK percentages
Cyan78.9%
Magenta0.0%
Yellow86.9%
Key (black)22.0%
Color previews
#2ac71a text on a black background
contrast 9.28:1
Card sample
#2ac71a text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ac71a;
Background color
Panel with #2ac71a background
background-color: #2ac71a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ac71a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 199, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 199, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ac71a; background: linear-gradient(135deg, #2ac71a, #1AC77D);