#7fc024
a dark, vivid green · cool · closest name: olivedrab
RGB
127, 192, 36
HSL
85°, 68%, 45%
CMYK
34, 0, 81, 25
Luminance
0.4234
Every format
| HEX | #7fc024 |
| RGB | rgb(127, 192, 36) |
| HSL | hsl(85, 68%, 45%) |
| CMYK | cmyk(34%, 0%, 81%, 25%) |
| LAB | lab(71.1 -43.1 65.1) |
| LCH | lch(71.1 78.1 123.5) |
| OKLCH | oklch(0.736 0.188 130.7) |
Copy-ready code
/* CSS */
color: #7fc024;
background-color: #7fc024;
/* Tailwind (arbitrary) */
class="text-[#7fc024] bg-[#7fc024]"
/* SCSS */
$brand: #7fc024;
/* SwiftUI */
Color(red: 0.498, green: 0.753, blue: 0.141)
/* Android */
Color.parseColor("#7fc024")Accessibility — WCAG contrast
Aa
#7fc024 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fc024 on black: 9.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green75.3%
Blue14.1%
CMYK percentages
Cyan33.9%
Magenta0.0%
Yellow81.3%
Key (black)24.7%
Color previews
#7fc024 text on a black background
contrast 9.47:1
Card sample
#7fc024 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fc024;
Background color
Panel with #7fc024 background
background-color: #7fc024;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fc024;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 192, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 192, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fc024; background: linear-gradient(135deg, #7fc024, #24C031);