#2cc15f
a balanced, vivid green · cool · closest name: forestgreen
RGB
44, 193, 95
HSL
141°, 63%, 47%
CMYK
77, 0, 51, 24
Luminance
0.3950
Every format
| HEX | #2cc15f |
| RGB | rgb(44, 193, 95) |
| HSL | hsl(141, 63%, 47%) |
| CMYK | cmyk(77%, 0%, 51%, 24%) |
| LAB | lab(69.1 -59.1 38.5) |
| LCH | lch(69.1 70.5 146.9) |
| OKLCH | oklch(0.714 0.184 149.6) |
Copy-ready code
/* CSS */
color: #2cc15f;
background-color: #2cc15f;
/* Tailwind (arbitrary) */
class="text-[#2cc15f] bg-[#2cc15f]"
/* SCSS */
$brand: #2cc15f;
/* SwiftUI */
Color(red: 0.173, green: 0.757, blue: 0.373)
/* Android */
Color.parseColor("#2cc15f")Accessibility — WCAG contrast
Aa
#2cc15f on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cc15f on black: 8.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green75.7%
Blue37.3%
CMYK percentages
Cyan77.2%
Magenta0.0%
Yellow50.8%
Key (black)24.3%
Color previews
#2cc15f text on a black background
contrast 8.90:1
Card sample
#2cc15f text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cc15f;
Background color
Panel with #2cc15f background
background-color: #2cc15f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cc15f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 193, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 193, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cc15f; background: linear-gradient(135deg, #2cc15f, #2CC0C1);