#7acf4f
a balanced, vivid green · cool · closest name: forestgreen
RGB
122, 207, 79
HSL
100°, 57%, 56%
CMYK
41, 0, 62, 19
Luminance
0.4933
Every format
| HEX | #7acf4f |
| RGB | rgb(122, 207, 79) |
| HSL | hsl(100, 57%, 56%) |
| CMYK | cmyk(41%, 0%, 62%, 19%) |
| LAB | lab(75.7 -48.1 54.2) |
| LCH | lch(75.7 72.5 131.6) |
| OKLCH | oklch(0.774 0.183 136.6) |
Copy-ready code
/* CSS */
color: #7acf4f;
background-color: #7acf4f;
/* Tailwind (arbitrary) */
class="text-[#7acf4f] bg-[#7acf4f]"
/* SCSS */
$brand: #7acf4f;
/* SwiftUI */
Color(red: 0.478, green: 0.812, blue: 0.310)
/* Android */
Color.parseColor("#7acf4f")Accessibility — WCAG contrast
Aa
#7acf4f on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7acf4f on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green81.2%
Blue31.0%
CMYK percentages
Cyan41.1%
Magenta0.0%
Yellow61.8%
Key (black)18.8%
Color previews
#7acf4f text on a black background
contrast 10.87:1
Card sample
#7acf4f text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7acf4f;
Background color
Panel with #7acf4f background
background-color: #7acf4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7acf4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 207, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 207, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7acf4f; background: linear-gradient(135deg, #7acf4f, #4FCF79);