#7cd33b
a balanced, vivid green · cool · closest name: forestgreen
RGB
124, 211, 59
HSL
94°, 63%, 53%
CMYK
41, 0, 72, 17
Luminance
0.5119
Every format
| HEX | #7cd33b |
| RGB | rgb(124, 211, 59) |
| HSL | hsl(94, 63%, 53%) |
| CMYK | cmyk(41%, 0%, 72%, 17%) |
| LAB | lab(76.8 -50.7 63.3) |
| LCH | lch(76.8 81.1 128.7) |
| OKLCH | oklch(0.783 0.201 134.9) |
Copy-ready code
/* CSS */
color: #7cd33b;
background-color: #7cd33b;
/* Tailwind (arbitrary) */
class="text-[#7cd33b] bg-[#7cd33b]"
/* SCSS */
$brand: #7cd33b;
/* SwiftUI */
Color(red: 0.486, green: 0.827, blue: 0.231)
/* Android */
Color.parseColor("#7cd33b")Accessibility — WCAG contrast
Aa
#7cd33b on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cd33b on black: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green82.7%
Blue23.1%
CMYK percentages
Cyan41.2%
Magenta0.0%
Yellow72.0%
Key (black)17.3%
Color previews
#7cd33b text on a black background
contrast 11.24:1
Card sample
#7cd33b text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cd33b;
Background color
Panel with #7cd33b background
background-color: #7cd33b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cd33b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 211, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 211, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cd33b; background: linear-gradient(135deg, #7cd33b, #3BD35F);