#7bd521
a balanced, vivid green · cool · closest name: lime
RGB
123, 213, 33
HSL
90°, 73%, 48%
CMYK
42, 0, 85, 17
Luminance
0.5191
Every format
| HEX | #7bd521 |
| RGB | rgb(123, 213, 33) |
| HSL | hsl(90, 73%, 48%) |
| CMYK | cmyk(42%, 0%, 85%, 17%) |
| LAB | lab(77.2 -53.1 71.2) |
| LCH | lch(77.2 88.9 126.7) |
| OKLCH | oklch(0.786 0.216 133.9) |
Copy-ready code
/* CSS */
color: #7bd521;
background-color: #7bd521;
/* Tailwind (arbitrary) */
class="text-[#7bd521] bg-[#7bd521]"
/* SCSS */
$brand: #7bd521;
/* SwiftUI */
Color(red: 0.482, green: 0.835, blue: 0.129)
/* Android */
Color.parseColor("#7bd521")Accessibility — WCAG contrast
Aa
#7bd521 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bd521 on black: 11.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green83.5%
Blue12.9%
CMYK percentages
Cyan42.3%
Magenta0.0%
Yellow84.5%
Key (black)16.5%
Color previews
#7bd521 text on a black background
contrast 11.38:1
Card sample
#7bd521 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bd521;
Background color
Panel with #7bd521 background
background-color: #7bd521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bd521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 213, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 213, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bd521; background: linear-gradient(135deg, #7bd521, #21D53F);