#2cc56f
a balanced, vivid green · cool · closest name: forestgreen
RGB
44, 197, 111
HSL
146°, 64%, 47%
CMYK
78, 0, 44, 23
Luminance
0.4162
Every format
| HEX | #2cc56f |
| RGB | rgb(44, 197, 111) |
| HSL | hsl(146, 64%, 47%) |
| CMYK | cmyk(78%, 0%, 44%, 23%) |
| LAB | lab(70.6 -57.8 32.3) |
| LCH | lch(70.6 66.2 150.8) |
| OKLCH | oklch(0.727 0.175 152.9) |
Copy-ready code
/* CSS */
color: #2cc56f;
background-color: #2cc56f;
/* Tailwind (arbitrary) */
class="text-[#2cc56f] bg-[#2cc56f]"
/* SCSS */
$brand: #2cc56f;
/* SwiftUI */
Color(red: 0.173, green: 0.773, blue: 0.435)
/* Android */
Color.parseColor("#2cc56f")Accessibility — WCAG contrast
Aa
#2cc56f on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cc56f on black: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green77.3%
Blue43.5%
CMYK percentages
Cyan77.7%
Magenta0.0%
Yellow43.7%
Key (black)22.7%
Color previews
#2cc56f text on a black background
contrast 9.32:1
Card sample
#2cc56f text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cc56f;
Background color
Panel with #2cc56f background
background-color: #2cc56f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cc56f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 197, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 197, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cc56f; background: linear-gradient(135deg, #2cc56f, #2CB5C5);