#7cdb3c
a balanced, vivid green · cool · closest name: forestgreen
RGB
124, 219, 60
HSL
96°, 69%, 55%
CMYK
43, 0, 73, 14
Luminance
0.5527
Every format
| HEX | #7cdb3c |
| RGB | rgb(124, 219, 60) |
| HSL | hsl(96, 69%, 55%) |
| CMYK | cmyk(43%, 0%, 73%, 14%) |
| LAB | lab(79.2 -53.8 65.3) |
| LCH | lch(79.2 84.6 129.5) |
| OKLCH | oklch(0.803 0.210 135.6) |
Copy-ready code
/* CSS */
color: #7cdb3c;
background-color: #7cdb3c;
/* Tailwind (arbitrary) */
class="text-[#7cdb3c] bg-[#7cdb3c]"
/* SCSS */
$brand: #7cdb3c;
/* SwiftUI */
Color(red: 0.486, green: 0.859, blue: 0.235)
/* Android */
Color.parseColor("#7cdb3c")Accessibility — WCAG contrast
Aa
#7cdb3c on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cdb3c on black: 12.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green85.9%
Blue23.5%
CMYK percentages
Cyan43.4%
Magenta0.0%
Yellow72.6%
Key (black)14.1%
Color previews
#7cdb3c text on a black background
contrast 12.05:1
Card sample
#7cdb3c text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cdb3c;
Background color
Panel with #7cdb3c background
background-color: #7cdb3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cdb3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 219, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 219, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cdb3c; background: linear-gradient(135deg, #7cdb3c, #3CDB66);