#7fcc2f
a balanced, vivid green · cool · closest name: forestgreen
RGB
127, 204, 47
HSL
89°, 63%, 49%
CMYK
38, 0, 77, 20
Luminance
0.4790
Every format
| HEX | #7fcc2f |
| RGB | rgb(127, 204, 47) |
| HSL | hsl(89, 63%, 49%) |
| CMYK | cmyk(38%, 0%, 77%, 20%) |
| LAB | lab(74.8 -47.6 65.3) |
| LCH | lch(74.8 80.8 126.1) |
| OKLCH | oklch(0.766 0.198 132.8) |
Copy-ready code
/* CSS */
color: #7fcc2f;
background-color: #7fcc2f;
/* Tailwind (arbitrary) */
class="text-[#7fcc2f] bg-[#7fcc2f]"
/* SCSS */
$brand: #7fcc2f;
/* SwiftUI */
Color(red: 0.498, green: 0.800, blue: 0.184)
/* Android */
Color.parseColor("#7fcc2f")Accessibility — WCAG contrast
Aa
#7fcc2f on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fcc2f on black: 10.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green80.0%
Blue18.4%
CMYK percentages
Cyan37.7%
Magenta0.0%
Yellow77.0%
Key (black)20.0%
Color previews
#7fcc2f text on a black background
contrast 10.58:1
Card sample
#7fcc2f text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fcc2f;
Background color
Panel with #7fcc2f background
background-color: #7fcc2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fcc2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 204, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 204, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fcc2f; background: linear-gradient(135deg, #7fcc2f, #2FCC48);