#7cd24b
a balanced, vivid green · cool · closest name: forestgreen
RGB
124, 210, 75
HSL
98°, 60%, 56%
CMYK
41, 0, 64, 18
Luminance
0.5089
Every format
| HEX | #7cd24b |
| RGB | rgb(124, 210, 75) |
| HSL | hsl(98, 60%, 56%) |
| CMYK | cmyk(41%, 0%, 64%, 18%) |
| LAB | lab(76.6 -49.1 56.9) |
| LCH | lch(76.6 75.2 130.8) |
| OKLCH | oklch(0.782 0.189 136.1) |
Copy-ready code
/* CSS */
color: #7cd24b;
background-color: #7cd24b;
/* Tailwind (arbitrary) */
class="text-[#7cd24b] bg-[#7cd24b]"
/* SCSS */
$brand: #7cd24b;
/* SwiftUI */
Color(red: 0.486, green: 0.824, blue: 0.294)
/* Android */
Color.parseColor("#7cd24b")Accessibility — WCAG contrast
Aa
#7cd24b on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cd24b on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green82.4%
Blue29.4%
CMYK percentages
Cyan41.0%
Magenta0.0%
Yellow64.3%
Key (black)17.6%
Color previews
#7cd24b text on a black background
contrast 11.18:1
Card sample
#7cd24b text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cd24b;
Background color
Panel with #7cd24b background
background-color: #7cd24b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cd24b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 210, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 210, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cd24b; background: linear-gradient(135deg, #7cd24b, #4BD274);