#7fd024
a balanced, vivid green · cool · closest name: forestgreen
RGB
127, 208, 36
HSL
88°, 71%, 48%
CMYK
39, 0, 83, 18
Luminance
0.4975
Every format
| HEX | #7fd024 |
| RGB | rgb(127, 208, 36) |
| HSL | hsl(88, 71%, 48%) |
| CMYK | cmyk(39%, 0%, 83%, 18%) |
| LAB | lab(75.9 -49.7 69.4) |
| LCH | lch(75.9 85.4 125.6) |
| OKLCH | oklch(0.776 0.207 132.8) |
Copy-ready code
/* CSS */
color: #7fd024;
background-color: #7fd024;
/* Tailwind (arbitrary) */
class="text-[#7fd024] bg-[#7fd024]"
/* SCSS */
$brand: #7fd024;
/* SwiftUI */
Color(red: 0.498, green: 0.816, blue: 0.141)
/* Android */
Color.parseColor("#7fd024")Accessibility — WCAG contrast
Aa
#7fd024 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fd024 on black: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green81.6%
Blue14.1%
CMYK percentages
Cyan38.9%
Magenta0.0%
Yellow82.7%
Key (black)18.4%
Color previews
#7fd024 text on a black background
contrast 10.95:1
Card sample
#7fd024 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fd024;
Background color
Panel with #7fd024 background
background-color: #7fd024;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fd024;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 208, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 208, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fd024; background: linear-gradient(135deg, #7fd024, #24D03C);