#78cf49
a balanced, vivid green · cool · closest name: forestgreen
RGB
120, 207, 73
HSL
99°, 58%, 55%
CMYK
42, 0, 65, 19
Luminance
0.4910
Every format
| HEX | #78cf49 |
| RGB | rgb(120, 207, 73) |
| HSL | hsl(99, 58%, 55%) |
| CMYK | cmyk(42%, 0%, 65%, 19%) |
| LAB | lab(75.5 -49.3 56.5) |
| LCH | lch(75.5 75.0 131.1) |
| OKLCH | oklch(0.772 0.189 136.4) |
Copy-ready code
/* CSS */
color: #78cf49;
background-color: #78cf49;
/* Tailwind (arbitrary) */
class="text-[#78cf49] bg-[#78cf49]"
/* SCSS */
$brand: #78cf49;
/* SwiftUI */
Color(red: 0.471, green: 0.812, blue: 0.286)
/* Android */
Color.parseColor("#78cf49")Accessibility — WCAG contrast
Aa
#78cf49 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#78cf49 on black: 10.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green81.2%
Blue28.6%
CMYK percentages
Cyan42.0%
Magenta0.0%
Yellow64.7%
Key (black)18.8%
Color previews
#78cf49 text on a black background
contrast 10.82:1
Card sample
#78cf49 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #78cf49;
Background color
Panel with #78cf49 background
background-color: #78cf49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #78cf49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 207, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 207, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #78cf49; background: linear-gradient(135deg, #78cf49, #49CF73);