#7cd340
a balanced, vivid green · cool · closest name: forestgreen
RGB
124, 211, 64
HSL
96°, 63%, 54%
CMYK
41, 0, 70, 17
Luminance
0.5124
Every format
| HEX | #7cd340 |
| RGB | rgb(124, 211, 64) |
| HSL | hsl(96, 63%, 54%) |
| CMYK | cmyk(41%, 0%, 70%, 17%) |
| LAB | lab(76.8 -50.4 61.5) |
| LCH | lch(76.8 79.5 129.3) |
| OKLCH | oklch(0.783 0.198 135.2) |
Copy-ready code
/* CSS */
color: #7cd340;
background-color: #7cd340;
/* Tailwind (arbitrary) */
class="text-[#7cd340] bg-[#7cd340]"
/* SCSS */
$brand: #7cd340;
/* SwiftUI */
Color(red: 0.486, green: 0.827, blue: 0.251)
/* Android */
Color.parseColor("#7cd340")Accessibility — WCAG contrast
Aa
#7cd340 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cd340 on black: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green82.7%
Blue25.1%
CMYK percentages
Cyan41.2%
Magenta0.0%
Yellow69.7%
Key (black)17.3%
Color previews
#7cd340 text on a black background
contrast 11.25:1
Card sample
#7cd340 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cd340;
Background color
Panel with #7cd340 background
background-color: #7cd340;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cd340;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 211, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 211, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cd340; background: linear-gradient(135deg, #7cd340, #40D366);