#7ccf49
a balanced, vivid green · cool · closest name: forestgreen
RGB
124, 207, 73
HSL
97°, 58%, 55%
CMYK
40, 0, 65, 19
Luminance
0.4939
Every format
| HEX | #7ccf49 |
| RGB | rgb(124, 207, 73) |
| HSL | hsl(97, 58%, 55%) |
| CMYK | cmyk(40%, 0%, 65%, 19%) |
| LAB | lab(75.7 -48.0 56.8) |
| LCH | lch(75.7 74.4 130.2) |
| OKLCH | oklch(0.774 0.187 135.6) |
Copy-ready code
/* CSS */
color: #7ccf49;
background-color: #7ccf49;
/* Tailwind (arbitrary) */
class="text-[#7ccf49] bg-[#7ccf49]"
/* SCSS */
$brand: #7ccf49;
/* SwiftUI */
Color(red: 0.486, green: 0.812, blue: 0.286)
/* Android */
Color.parseColor("#7ccf49")Accessibility — WCAG contrast
Aa
#7ccf49 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ccf49 on black: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green81.2%
Blue28.6%
CMYK percentages
Cyan40.1%
Magenta0.0%
Yellow64.7%
Key (black)18.8%
Color previews
#7ccf49 text on a black background
contrast 10.88:1
Card sample
#7ccf49 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ccf49;
Background color
Panel with #7ccf49 background
background-color: #7ccf49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ccf49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 207, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 207, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ccf49; background: linear-gradient(135deg, #7ccf49, #49CF6F);