#7cd424
a balanced, vivid green · cool · closest name: forestgreen
RGB
124, 212, 36
HSL
90°, 71%, 49%
CMYK
42, 0, 83, 17
Luminance
0.5150
Every format
| HEX | #7cd424 |
| RGB | rgb(124, 212, 36) |
| HSL | hsl(90, 71%, 49%) |
| CMYK | cmyk(42%, 0%, 83%, 17%) |
| LAB | lab(77.0 -52.3 70.3) |
| LCH | lch(77.0 87.7 126.6) |
| OKLCH | oklch(0.784 0.213 133.8) |
Copy-ready code
/* CSS */
color: #7cd424;
background-color: #7cd424;
/* Tailwind (arbitrary) */
class="text-[#7cd424] bg-[#7cd424]"
/* SCSS */
$brand: #7cd424;
/* SwiftUI */
Color(red: 0.486, green: 0.831, blue: 0.141)
/* Android */
Color.parseColor("#7cd424")Accessibility — WCAG contrast
Aa
#7cd424 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cd424 on black: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green83.1%
Blue14.1%
CMYK percentages
Cyan41.5%
Magenta0.0%
Yellow83.0%
Key (black)16.9%
Color previews
#7cd424 text on a black background
contrast 11.30:1
Card sample
#7cd424 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cd424;
Background color
Panel with #7cd424 background
background-color: #7cd424;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cd424;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 212, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 212, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cd424; background: linear-gradient(135deg, #7cd424, #24D441);