#2cd722
a balanced, vivid green · cool · closest name: lime
RGB
44, 215, 34
HSL
117°, 73%, 49%
CMYK
80, 0, 84, 16
Luminance
0.4925
Every format
| HEX | #2cd722 |
| RGB | rgb(44, 215, 34) |
| HSL | hsl(117, 73%, 49%) |
| CMYK | cmyk(80%, 0%, 84%, 16%) |
| LAB | lab(75.6 -71.8 68.7) |
| LCH | lch(75.6 99.4 136.3) |
| OKLCH | oklch(0.766 0.247 142.2) |
Copy-ready code
/* CSS */
color: #2cd722;
background-color: #2cd722;
/* Tailwind (arbitrary) */
class="text-[#2cd722] bg-[#2cd722]"
/* SCSS */
$brand: #2cd722;
/* SwiftUI */
Color(red: 0.173, green: 0.843, blue: 0.133)
/* Android */
Color.parseColor("#2cd722")Accessibility — WCAG contrast
Aa
#2cd722 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cd722 on black: 10.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green84.3%
Blue13.3%
CMYK percentages
Cyan79.5%
Magenta0.0%
Yellow84.2%
Key (black)15.7%
Color previews
#2cd722 text on a black background
contrast 10.85:1
Card sample
#2cd722 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cd722;
Background color
Panel with #2cd722 background
background-color: #2cd722;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cd722;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 215, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 215, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cd722; background: linear-gradient(135deg, #2cd722, #22D791);