#2cd24f
a balanced, vivid green · cool · closest name: forestgreen
RGB
44, 210, 79
HSL
133°, 65%, 50%
CMYK
79, 0, 62, 18
Luminance
0.4719
Every format
| HEX | #2cd24f |
| RGB | rgb(44, 210, 79) |
| HSL | hsl(133, 65%, 50%) |
| CMYK | cmyk(79%, 0%, 62%, 18%) |
| LAB | lab(74.3 -66.8 52.0) |
| LCH | lch(74.3 84.7 142.1) |
| OKLCH | oklch(0.756 0.217 145.9) |
Copy-ready code
/* CSS */
color: #2cd24f;
background-color: #2cd24f;
/* Tailwind (arbitrary) */
class="text-[#2cd24f] bg-[#2cd24f]"
/* SCSS */
$brand: #2cd24f;
/* SwiftUI */
Color(red: 0.173, green: 0.824, blue: 0.310)
/* Android */
Color.parseColor("#2cd24f")Accessibility — WCAG contrast
Aa
#2cd24f on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cd24f on black: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green82.4%
Blue31.0%
CMYK percentages
Cyan79.0%
Magenta0.0%
Yellow62.4%
Key (black)17.6%
Color previews
#2cd24f text on a black background
contrast 10.44:1
Card sample
#2cd24f text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cd24f;
Background color
Panel with #2cd24f background
background-color: #2cd24f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cd24f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 210, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 210, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cd24f; background: linear-gradient(135deg, #2cd24f, #2CD2BE);