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