#2cc613
a dark, electric green · cool · closest name: lime
RGB
44, 198, 19
HSL
112°, 83%, 43%
CMYK
78, 0, 90, 22
Luminance
0.4097
Every format
| HEX | #2cc613 |
| RGB | rgb(44, 198, 19) |
| HSL | hsl(112, 83%, 43%) |
| CMYK | cmyk(78%, 0%, 90%, 22%) |
| LAB | lab(70.2 -67.4 66.9) |
| LCH | lch(70.2 95.0 135.2) |
| OKLCH | oklch(0.721 0.235 141.6) |
Copy-ready code
/* CSS */
color: #2cc613;
background-color: #2cc613;
/* Tailwind (arbitrary) */
class="text-[#2cc613] bg-[#2cc613]"
/* SCSS */
$brand: #2cc613;
/* SwiftUI */
Color(red: 0.173, green: 0.776, blue: 0.075)
/* Android */
Color.parseColor("#2cc613")Accessibility — WCAG contrast
Aa
#2cc613 on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cc613 on black: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green77.6%
Blue7.5%
CMYK percentages
Cyan77.8%
Magenta0.0%
Yellow90.4%
Key (black)22.4%
Color previews
#2cc613 text on a black background
contrast 9.19:1
Card sample
#2cc613 text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cc613;
Background color
Panel with #2cc613 background
background-color: #2cc613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cc613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 198, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 198, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cc613; background: linear-gradient(135deg, #2cc613, #13C671);