#2cc72d
a balanced, vivid green · cool · closest name: green
RGB
44, 199, 45
HSL
120°, 64%, 48%
CMYK
78, 0, 77, 22
Luminance
0.4157
Every format
| HEX | #2cc72d |
| RGB | rgb(44, 199, 45) |
| HSL | hsl(120, 64%, 48%) |
| CMYK | cmyk(78%, 0%, 77%, 22%) |
| LAB | lab(70.6 -66.5 61.0) |
| LCH | lch(70.6 90.2 137.4) |
| OKLCH | oklch(0.725 0.226 142.9) |
Copy-ready code
/* CSS */
color: #2cc72d;
background-color: #2cc72d;
/* Tailwind (arbitrary) */
class="text-[#2cc72d] bg-[#2cc72d]"
/* SCSS */
$brand: #2cc72d;
/* SwiftUI */
Color(red: 0.173, green: 0.780, blue: 0.176)
/* Android */
Color.parseColor("#2cc72d")Accessibility — WCAG contrast
Aa
#2cc72d on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cc72d on black: 9.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green78.0%
Blue17.6%
CMYK percentages
Cyan77.9%
Magenta0.0%
Yellow77.4%
Key (black)22.0%
Color previews
#2cc72d text on a black background
contrast 9.31:1
Card sample
#2cc72d text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cc72d;
Background color
Panel with #2cc72d background
background-color: #2cc72d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cc72d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 199, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 199, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cc72d; background: linear-gradient(135deg, #2cc72d, #2CC794);