#7acf39
a balanced, vivid green · cool · closest name: forestgreen
RGB
122, 207, 57
HSL
94°, 61%, 52%
CMYK
41, 0, 73, 19
Luminance
0.4906
Every format
| HEX | #7acf39 |
| RGB | rgb(122, 207, 57) |
| HSL | hsl(94, 61%, 52%) |
| CMYK | cmyk(41%, 0%, 73%, 19%) |
| LAB | lab(75.5 -49.9 62.6) |
| LCH | lch(75.5 80.1 128.5) |
| OKLCH | oklch(0.772 0.198 134.7) |
Copy-ready code
/* CSS */
color: #7acf39;
background-color: #7acf39;
/* Tailwind (arbitrary) */
class="text-[#7acf39] bg-[#7acf39]"
/* SCSS */
$brand: #7acf39;
/* SwiftUI */
Color(red: 0.478, green: 0.812, blue: 0.224)
/* Android */
Color.parseColor("#7acf39")Accessibility — WCAG contrast
Aa
#7acf39 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7acf39 on black: 10.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green81.2%
Blue22.4%
CMYK percentages
Cyan41.1%
Magenta0.0%
Yellow72.5%
Key (black)18.8%
Color previews
#7acf39 text on a black background
contrast 10.81:1
Card sample
#7acf39 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7acf39;
Background color
Panel with #7acf39 background
background-color: #7acf39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7acf39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 207, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 207, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7acf39; background: linear-gradient(135deg, #7acf39, #39CF5C);