#7cc755
a balanced, vivid green · cool · closest name: forestgreen
RGB
124, 199, 85
HSL
100°, 50%, 56%
CMYK
38, 0, 57, 22
Luminance
0.4579
Every format
| HEX | #7cc755 |
| RGB | rgb(124, 199, 85) |
| HSL | hsl(100, 50%, 56%) |
| CMYK | cmyk(38%, 0%, 57%, 22%) |
| LAB | lab(73.4 -43.5 49.0) |
| LCH | lch(73.4 65.5 131.6) |
| OKLCH | oklch(0.756 0.167 136.2) |
Copy-ready code
/* CSS */
color: #7cc755;
background-color: #7cc755;
/* Tailwind (arbitrary) */
class="text-[#7cc755] bg-[#7cc755]"
/* SCSS */
$brand: #7cc755;
/* SwiftUI */
Color(red: 0.486, green: 0.780, blue: 0.333)
/* Android */
Color.parseColor("#7cc755")Accessibility — WCAG contrast
Aa
#7cc755 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cc755 on black: 10.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green78.0%
Blue33.3%
CMYK percentages
Cyan37.7%
Magenta0.0%
Yellow57.3%
Key (black)22.0%
Color previews
#7cc755 text on a black background
contrast 10.16:1
Card sample
#7cc755 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cc755;
Background color
Panel with #7cc755 background
background-color: #7cc755;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cc755;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 199, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 199, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cc755; background: linear-gradient(135deg, #7cc755, #55C77A);