#7adc49
a balanced, vivid green · cool · closest name: forestgreen
RGB
122, 220, 73
HSL
100°, 68%, 58%
CMYK
45, 0, 67, 14
Luminance
0.5581
Every format
| HEX | #7adc49 |
| RGB | rgb(122, 220, 73) |
| HSL | hsl(100, 68%, 58%) |
| CMYK | cmyk(45%, 0%, 67%, 14%) |
| LAB | lab(79.5 -53.9 60.8) |
| LCH | lch(79.5 81.3 131.5) |
| OKLCH | oklch(0.805 0.204 137.0) |
Copy-ready code
/* CSS */
color: #7adc49;
background-color: #7adc49;
/* Tailwind (arbitrary) */
class="text-[#7adc49] bg-[#7adc49]"
/* SCSS */
$brand: #7adc49;
/* SwiftUI */
Color(red: 0.478, green: 0.863, blue: 0.286)
/* Android */
Color.parseColor("#7adc49")Accessibility — WCAG contrast
Aa
#7adc49 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7adc49 on black: 12.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green86.3%
Blue28.6%
CMYK percentages
Cyan44.5%
Magenta0.0%
Yellow66.8%
Key (black)13.7%
Color previews
#7adc49 text on a black background
contrast 12.16:1
Card sample
#7adc49 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7adc49;
Background color
Panel with #7adc49 background
background-color: #7adc49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7adc49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 220, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 220, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7adc49; background: linear-gradient(135deg, #7adc49, #49DC7A);