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