#7eda21
a balanced, vivid green · cool · closest name: lime
RGB
126, 218, 33
HSL
90°, 74%, 49%
CMYK
42, 0, 85, 15
Luminance
0.5469
Every format
| HEX | #7eda21 |
| RGB | rgb(126, 218, 33) |
| HSL | hsl(90, 74%, 49%) |
| CMYK | cmyk(42%, 0%, 85%, 15%) |
| LAB | lab(78.9 -54.1 72.7) |
| LCH | lch(78.9 90.6 126.7) |
| OKLCH | oklch(0.800 0.220 133.9) |
Copy-ready code
/* CSS */
color: #7eda21;
background-color: #7eda21;
/* Tailwind (arbitrary) */
class="text-[#7eda21] bg-[#7eda21]"
/* SCSS */
$brand: #7eda21;
/* SwiftUI */
Color(red: 0.494, green: 0.855, blue: 0.129)
/* Android */
Color.parseColor("#7eda21")Accessibility — WCAG contrast
Aa
#7eda21 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7eda21 on black: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green85.5%
Blue12.9%
CMYK percentages
Cyan42.2%
Magenta0.0%
Yellow84.9%
Key (black)14.5%
Color previews
#7eda21 text on a black background
contrast 11.94:1
Card sample
#7eda21 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7eda21;
Background color
Panel with #7eda21 background
background-color: #7eda21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7eda21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 218, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 218, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7eda21; background: linear-gradient(135deg, #7eda21, #21DA3F);