#2cbd2f
a balanced, vivid green · cool · closest name: forestgreen
RGB
44, 189, 47
HSL
121°, 62%, 46%
CMYK
77, 0, 75, 26
Luminance
0.3714
Every format
| HEX | #2cbd2f |
| RGB | rgb(44, 189, 47) |
| HSL | hsl(121, 62%, 46%) |
| CMYK | cmyk(77%, 0%, 75%, 26%) |
| LAB | lab(67.4 -63.2 57.2) |
| LCH | lch(67.4 85.3 137.9) |
| OKLCH | oklch(0.698 0.215 143.1) |
Copy-ready code
/* CSS */
color: #2cbd2f;
background-color: #2cbd2f;
/* Tailwind (arbitrary) */
class="text-[#2cbd2f] bg-[#2cbd2f]"
/* SCSS */
$brand: #2cbd2f;
/* SwiftUI */
Color(red: 0.173, green: 0.741, blue: 0.184)
/* Android */
Color.parseColor("#2cbd2f")Accessibility — WCAG contrast
Aa
#2cbd2f on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cbd2f on black: 8.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green74.1%
Blue18.4%
CMYK percentages
Cyan76.7%
Magenta0.0%
Yellow75.1%
Key (black)25.9%
Color previews
#2cbd2f text on a black background
contrast 8.43:1
Card sample
#2cbd2f text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cbd2f;
Background color
Panel with #2cbd2f background
background-color: #2cbd2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cbd2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 189, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 189, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cbd2f; background: linear-gradient(135deg, #2cbd2f, #2CBD90);