#2cc71c
a dark, electric green · cool · closest name: lime
RGB
44, 199, 28
HSL
114°, 75%, 45%
CMYK
78, 0, 86, 22
Luminance
0.4147
Every format
| HEX | #2cc71c |
| RGB | rgb(44, 199, 28) |
| HSL | hsl(114, 75%, 45%) |
| CMYK | cmyk(78%, 0%, 86%, 22%) |
| LAB | lab(70.5 -67.4 65.5) |
| LCH | lch(70.5 94.0 135.8) |
| OKLCH | oklch(0.724 0.233 141.9) |
Copy-ready code
/* CSS */
color: #2cc71c;
background-color: #2cc71c;
/* Tailwind (arbitrary) */
class="text-[#2cc71c] bg-[#2cc71c]"
/* SCSS */
$brand: #2cc71c;
/* SwiftUI */
Color(red: 0.173, green: 0.780, blue: 0.110)
/* Android */
Color.parseColor("#2cc71c")Accessibility — WCAG contrast
Aa
#2cc71c on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cc71c on black: 9.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green78.0%
Blue11.0%
CMYK percentages
Cyan77.9%
Magenta0.0%
Yellow85.9%
Key (black)22.0%
Color previews
#2cc71c text on a black background
contrast 9.29:1
Card sample
#2cc71c text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cc71c;
Background color
Panel with #2cc71c background
background-color: #2cc71c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cc71c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 199, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 199, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cc71c; background: linear-gradient(135deg, #2cc71c, #1CC77E);