#7ae44f
a balanced, vivid green · cool · closest name: forestgreen
RGB
122, 228, 79
HSL
103°, 73%, 60%
CMYK
47, 0, 65, 11
Luminance
0.6019
Every format
| HEX | #7ae44f |
| RGB | rgb(122, 228, 79) |
| HSL | hsl(103, 73%, 60%) |
| CMYK | cmyk(47%, 0%, 65%, 11%) |
| LAB | lab(81.9 -56.5 61.0) |
| LCH | lch(81.9 83.2 132.8) |
| OKLCH | oklch(0.825 0.210 138.0) |
Copy-ready code
/* CSS */
color: #7ae44f;
background-color: #7ae44f;
/* Tailwind (arbitrary) */
class="text-[#7ae44f] bg-[#7ae44f]"
/* SCSS */
$brand: #7ae44f;
/* SwiftUI */
Color(red: 0.478, green: 0.894, blue: 0.310)
/* Android */
Color.parseColor("#7ae44f")Accessibility — WCAG contrast
Aa
#7ae44f on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ae44f on black: 13.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green89.4%
Blue31.0%
CMYK percentages
Cyan46.5%
Magenta0.0%
Yellow65.4%
Key (black)10.6%
Color previews
#7ae44f text on a black background
contrast 13.04:1
Card sample
#7ae44f text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ae44f;
Background color
Panel with #7ae44f background
background-color: #7ae44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ae44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 228, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 228, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ae44f; background: linear-gradient(135deg, #7ae44f, #4FE487);