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