#7cb340
a balanced, vivid green · cool · closest name: olivedrab
RGB
124, 179, 64
HSL
89°, 47%, 48%
CMYK
31, 0, 64, 30
Luminance
0.3690
Every format
| HEX | #7cb340 |
| RGB | rgb(124, 179, 64) |
| HSL | hsl(89, 47%, 48%) |
| CMYK | cmyk(31%, 0%, 64%, 30%) |
| LAB | lab(67.2 -36.7 51.3) |
| LCH | lch(67.2 63.1 125.6) |
| OKLCH | oklch(0.705 0.157 131.2) |
Copy-ready code
/* CSS */
color: #7cb340;
background-color: #7cb340;
/* Tailwind (arbitrary) */
class="text-[#7cb340] bg-[#7cb340]"
/* SCSS */
$brand: #7cb340;
/* SwiftUI */
Color(red: 0.486, green: 0.702, blue: 0.251)
/* Android */
Color.parseColor("#7cb340")Accessibility — WCAG contrast
Aa
#7cb340 on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cb340 on black: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green70.2%
Blue25.1%
CMYK percentages
Cyan30.7%
Magenta0.0%
Yellow64.2%
Key (black)29.8%
Color previews
#7cb340 text on a black background
contrast 8.38:1
Card sample
#7cb340 text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cb340;
Background color
Panel with #7cb340 background
background-color: #7cb340;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cb340;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 179, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 179, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cb340; background: linear-gradient(135deg, #7cb340, #40B351);