#7ccc4d
a balanced, vivid green · cool · closest name: forestgreen
RGB
124, 204, 77
HSL
98°, 56%, 55%
CMYK
39, 0, 62, 20
Luminance
0.4801
Every format
| HEX | #7ccc4d |
| RGB | rgb(124, 204, 77) |
| HSL | hsl(98, 56%, 55%) |
| CMYK | cmyk(39%, 0%, 62%, 20%) |
| LAB | lab(74.8 -46.4 54.1) |
| LCH | lch(74.8 71.3 130.6) |
| OKLCH | oklch(0.767 0.180 135.7) |
Copy-ready code
/* CSS */
color: #7ccc4d;
background-color: #7ccc4d;
/* Tailwind (arbitrary) */
class="text-[#7ccc4d] bg-[#7ccc4d]"
/* SCSS */
$brand: #7ccc4d;
/* SwiftUI */
Color(red: 0.486, green: 0.800, blue: 0.302)
/* Android */
Color.parseColor("#7ccc4d")Accessibility — WCAG contrast
Aa
#7ccc4d on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ccc4d on black: 10.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green80.0%
Blue30.2%
CMYK percentages
Cyan39.2%
Magenta0.0%
Yellow62.3%
Key (black)20.0%
Color previews
#7ccc4d text on a black background
contrast 10.60:1
Card sample
#7ccc4d text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ccc4d;
Background color
Panel with #7ccc4d background
background-color: #7ccc4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ccc4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 204, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 204, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ccc4d; background: linear-gradient(135deg, #7ccc4d, #4DCC73);