#7ace3c
a balanced, vivid green · cool · closest name: forestgreen
RGB
122, 206, 60
HSL
95°, 60%, 52%
CMYK
41, 0, 71, 19
Luminance
0.4861
Every format
| HEX | #7ace3c |
| RGB | rgb(122, 206, 60) |
| HSL | hsl(95, 60%, 52%) |
| CMYK | cmyk(41%, 0%, 71%, 19%) |
| LAB | lab(75.2 -49.3 61.3) |
| LCH | lch(75.2 78.6 128.8) |
| OKLCH | oklch(0.770 0.195 134.8) |
Copy-ready code
/* CSS */
color: #7ace3c;
background-color: #7ace3c;
/* Tailwind (arbitrary) */
class="text-[#7ace3c] bg-[#7ace3c]"
/* SCSS */
$brand: #7ace3c;
/* SwiftUI */
Color(red: 0.478, green: 0.808, blue: 0.235)
/* Android */
Color.parseColor("#7ace3c")Accessibility — WCAG contrast
Aa
#7ace3c on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ace3c on black: 10.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green80.8%
Blue23.5%
CMYK percentages
Cyan40.8%
Magenta0.0%
Yellow70.9%
Key (black)19.2%
Color previews
#7ace3c text on a black background
contrast 10.72:1
Card sample
#7ace3c text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ace3c;
Background color
Panel with #7ace3c background
background-color: #7ace3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ace3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 206, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 206, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ace3c; background: linear-gradient(135deg, #7ace3c, #3CCE5F);