#44cc4f
a balanced, vivid green · cool · closest name: forestgreen
RGB
68, 204, 79
HSL
125°, 57%, 53%
CMYK
67, 0, 61, 20
Luminance
0.4498
Every format
| HEX | #44cc4f |
| RGB | rgb(68, 204, 79) |
| HSL | hsl(125, 57%, 53%) |
| CMYK | cmyk(67%, 0%, 61%, 20%) |
| LAB | lab(72.9 -61.1 50.5) |
| LCH | lch(72.9 79.3 140.4) |
| OKLCH | oklch(0.746 0.203 144.4) |
Copy-ready code
/* CSS */
color: #44cc4f;
background-color: #44cc4f;
/* Tailwind (arbitrary) */
class="text-[#44cc4f] bg-[#44cc4f]"
/* SCSS */
$brand: #44cc4f;
/* SwiftUI */
Color(red: 0.267, green: 0.800, blue: 0.310)
/* Android */
Color.parseColor("#44cc4f")Accessibility — WCAG contrast
Aa
#44cc4f on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44cc4f on black: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green80.0%
Blue31.0%
CMYK percentages
Cyan66.7%
Magenta0.0%
Yellow61.3%
Key (black)20.0%
Color previews
#44cc4f text on a black background
contrast 10.00:1
Card sample
#44cc4f text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44cc4f;
Background color
Panel with #44cc4f background
background-color: #44cc4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44cc4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 204, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 204, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44cc4f; background: linear-gradient(135deg, #44cc4f, #44CCAA);