#7cdb49
a balanced, vivid green · cool · closest name: forestgreen
RGB
124, 219, 73
HSL
99°, 67%, 57%
CMYK
43, 0, 67, 14
Luminance
0.5543
Every format
| HEX | #7cdb49 |
| RGB | rgb(124, 219, 73) |
| HSL | hsl(99, 67%, 57%) |
| CMYK | cmyk(43%, 0%, 67%, 14%) |
| LAB | lab(79.3 -52.9 60.6) |
| LCH | lch(79.3 80.4 131.1) |
| OKLCH | oklch(0.804 0.202 136.6) |
Copy-ready code
/* CSS */
color: #7cdb49;
background-color: #7cdb49;
/* Tailwind (arbitrary) */
class="text-[#7cdb49] bg-[#7cdb49]"
/* SCSS */
$brand: #7cdb49;
/* SwiftUI */
Color(red: 0.486, green: 0.859, blue: 0.286)
/* Android */
Color.parseColor("#7cdb49")Accessibility — WCAG contrast
Aa
#7cdb49 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cdb49 on black: 12.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green85.9%
Blue28.6%
CMYK percentages
Cyan43.4%
Magenta0.0%
Yellow66.7%
Key (black)14.1%
Color previews
#7cdb49 text on a black background
contrast 12.09:1
Card sample
#7cdb49 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cdb49;
Background color
Panel with #7cdb49 background
background-color: #7cdb49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cdb49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 219, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 219, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cdb49; background: linear-gradient(135deg, #7cdb49, #49DB77);