#7bc928
a balanced, vivid green · cool · closest name: forestgreen
RGB
123, 201, 40
HSL
89°, 67%, 47%
CMYK
39, 0, 80, 21
Luminance
0.4614
Every format
| HEX | #7bc928 |
| RGB | rgb(123, 201, 40) |
| HSL | hsl(89, 67%, 47%) |
| CMYK | cmyk(39%, 0%, 80%, 21%) |
| LAB | lab(73.6 -48.1 66.3) |
| LCH | lch(73.6 81.9 126.0) |
| OKLCH | oklch(0.757 0.199 132.9) |
Copy-ready code
/* CSS */
color: #7bc928;
background-color: #7bc928;
/* Tailwind (arbitrary) */
class="text-[#7bc928] bg-[#7bc928]"
/* SCSS */
$brand: #7bc928;
/* SwiftUI */
Color(red: 0.482, green: 0.788, blue: 0.157)
/* Android */
Color.parseColor("#7bc928")Accessibility — WCAG contrast
Aa
#7bc928 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bc928 on black: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green78.8%
Blue15.7%
CMYK percentages
Cyan38.8%
Magenta0.0%
Yellow80.1%
Key (black)21.2%
Color previews
#7bc928 text on a black background
contrast 10.23:1
Card sample
#7bc928 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bc928;
Background color
Panel with #7bc928 background
background-color: #7bc928;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bc928;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 201, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 201, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bc928; background: linear-gradient(135deg, #7bc928, #28C940);