#44bc2f
a balanced, vivid green · cool · closest name: forestgreen
RGB
68, 188, 47
HSL
111°, 60%, 46%
CMYK
64, 0, 75, 26
Luminance
0.3740
Every format
| HEX | #44bc2f |
| RGB | rgb(68, 188, 47) |
| HSL | hsl(111, 60%, 46%) |
| CMYK | cmyk(64%, 0%, 75%, 26%) |
| LAB | lab(67.6 -58.5 57.6) |
| LCH | lch(67.6 82.1 135.5) |
| OKLCH | oklch(0.701 0.206 141.0) |
Copy-ready code
/* CSS */
color: #44bc2f;
background-color: #44bc2f;
/* Tailwind (arbitrary) */
class="text-[#44bc2f] bg-[#44bc2f]"
/* SCSS */
$brand: #44bc2f;
/* SwiftUI */
Color(red: 0.267, green: 0.737, blue: 0.184)
/* Android */
Color.parseColor("#44bc2f")Accessibility — WCAG contrast
Aa
#44bc2f on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44bc2f on black: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green73.7%
Blue18.4%
CMYK percentages
Cyan63.8%
Magenta0.0%
Yellow75.0%
Key (black)26.3%
Color previews
#44bc2f text on a black background
contrast 8.48:1
Card sample
#44bc2f text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44bc2f;
Background color
Panel with #44bc2f background
background-color: #44bc2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44bc2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 188, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 188, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44bc2f; background: linear-gradient(135deg, #44bc2f, #2FBC78);