#7bd721
a balanced, vivid green · cool · closest name: lime
RGB
123, 215, 33
HSL
90°, 73%, 49%
CMYK
43, 0, 85, 16
Luminance
0.5292
Every format
| HEX | #7bd721 |
| RGB | rgb(123, 215, 33) |
| HSL | hsl(90, 73%, 49%) |
| CMYK | cmyk(43%, 0%, 85%, 16%) |
| LAB | lab(77.8 -53.9 71.8) |
| LCH | lch(77.8 89.8 126.9) |
| OKLCH | oklch(0.791 0.218 134.1) |
Copy-ready code
/* CSS */
color: #7bd721;
background-color: #7bd721;
/* Tailwind (arbitrary) */
class="text-[#7bd721] bg-[#7bd721]"
/* SCSS */
$brand: #7bd721;
/* SwiftUI */
Color(red: 0.482, green: 0.843, blue: 0.129)
/* Android */
Color.parseColor("#7bd721")Accessibility — WCAG contrast
Aa
#7bd721 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bd721 on black: 11.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green84.3%
Blue12.9%
CMYK percentages
Cyan42.8%
Magenta0.0%
Yellow84.7%
Key (black)15.7%
Color previews
#7bd721 text on a black background
contrast 11.58:1
Card sample
#7bd721 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bd721;
Background color
Panel with #7bd721 background
background-color: #7bd721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bd721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 215, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 215, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bd721; background: linear-gradient(135deg, #7bd721, #21D740);