#2cc83c
a balanced, vivid green · cool · closest name: forestgreen
RGB
44, 200, 60
HSL
126°, 64%, 48%
CMYK
78, 0, 70, 22
Luminance
0.4217
Every format
| HEX | #2cc83c |
| RGB | rgb(44, 200, 60) |
| HSL | hsl(126, 64%, 48%) |
| CMYK | cmyk(78%, 0%, 70%, 22%) |
| LAB | lab(71.0 -65.6 56.2) |
| LCH | lch(71.0 86.4 139.4) |
| OKLCH | oklch(0.728 0.219 144.1) |
Copy-ready code
/* CSS */
color: #2cc83c;
background-color: #2cc83c;
/* Tailwind (arbitrary) */
class="text-[#2cc83c] bg-[#2cc83c]"
/* SCSS */
$brand: #2cc83c;
/* SwiftUI */
Color(red: 0.173, green: 0.784, blue: 0.235)
/* Android */
Color.parseColor("#2cc83c")Accessibility — WCAG contrast
Aa
#2cc83c on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cc83c on black: 9.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green78.4%
Blue23.5%
CMYK percentages
Cyan78.0%
Magenta0.0%
Yellow70.0%
Key (black)21.6%
Color previews
#2cc83c text on a black background
contrast 9.43:1
Card sample
#2cc83c text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cc83c;
Background color
Panel with #2cc83c background
background-color: #2cc83c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cc83c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 200, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 200, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cc83c; background: linear-gradient(135deg, #2cc83c, #2CC8A4);