#7bc748
a balanced, vivid green · cool · closest name: forestgreen
RGB
123, 199, 72
HSL
96°, 53%, 53%
CMYK
38, 0, 64, 22
Luminance
0.4553
Every format
| HEX | #7bc748 |
| RGB | rgb(123, 199, 72) |
| HSL | hsl(96, 53%, 53%) |
| CMYK | cmyk(38%, 0%, 64%, 22%) |
| LAB | lab(73.2 -45.1 54.5) |
| LCH | lch(73.2 70.8 129.6) |
| OKLCH | oklch(0.754 0.178 135.0) |
Copy-ready code
/* CSS */
color: #7bc748;
background-color: #7bc748;
/* Tailwind (arbitrary) */
class="text-[#7bc748] bg-[#7bc748]"
/* SCSS */
$brand: #7bc748;
/* SwiftUI */
Color(red: 0.482, green: 0.780, blue: 0.282)
/* Android */
Color.parseColor("#7bc748")Accessibility — WCAG contrast
Aa
#7bc748 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bc748 on black: 10.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green78.0%
Blue28.2%
CMYK percentages
Cyan38.2%
Magenta0.0%
Yellow63.8%
Key (black)22.0%
Color previews
#7bc748 text on a black background
contrast 10.11:1
Card sample
#7bc748 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bc748;
Background color
Panel with #7bc748 background
background-color: #7bc748;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bc748;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 199, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 199, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bc748; background: linear-gradient(135deg, #7bc748, #48C76A);