#7cd142
a balanced, vivid green · cool · closest name: forestgreen
RGB
124, 209, 66
HSL
96°, 61%, 54%
CMYK
41, 0, 68, 18
Luminance
0.5028
Every format
| HEX | #7cd142 |
| RGB | rgb(124, 209, 66) |
| HSL | hsl(96, 61%, 54%) |
| CMYK | cmyk(41%, 0%, 68%, 18%) |
| LAB | lab(76.2 -49.4 60.1) |
| LCH | lch(76.2 77.8 129.4) |
| OKLCH | oklch(0.779 0.194 135.2) |
Copy-ready code
/* CSS */
color: #7cd142;
background-color: #7cd142;
/* Tailwind (arbitrary) */
class="text-[#7cd142] bg-[#7cd142]"
/* SCSS */
$brand: #7cd142;
/* SwiftUI */
Color(red: 0.486, green: 0.820, blue: 0.259)
/* Android */
Color.parseColor("#7cd142")Accessibility — WCAG contrast
Aa
#7cd142 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cd142 on black: 11.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green82.0%
Blue25.9%
CMYK percentages
Cyan40.7%
Magenta0.0%
Yellow68.4%
Key (black)18.0%
Color previews
#7cd142 text on a black background
contrast 11.06:1
Card sample
#7cd142 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cd142;
Background color
Panel with #7cd142 background
background-color: #7cd142;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cd142;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 209, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 209, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cd142; background: linear-gradient(135deg, #7cd142, #42D167);