#7be032
a balanced, vivid green · cool · closest name: lime
RGB
123, 224, 50
HSL
95°, 74%, 54%
CMYK
45, 0, 78, 12
Luminance
0.5775
Every format
| HEX | #7be032 |
| RGB | rgb(123, 224, 50) |
| HSL | hsl(95, 74%, 54%) |
| CMYK | cmyk(45%, 0%, 78%, 12%) |
| LAB | lab(80.6 -56.6 69.9) |
| LCH | lch(80.6 89.9 129.0) |
| OKLCH | oklch(0.814 0.222 135.6) |
Copy-ready code
/* CSS */
color: #7be032;
background-color: #7be032;
/* Tailwind (arbitrary) */
class="text-[#7be032] bg-[#7be032]"
/* SCSS */
$brand: #7be032;
/* SwiftUI */
Color(red: 0.482, green: 0.878, blue: 0.196)
/* Android */
Color.parseColor("#7be032")Accessibility — WCAG contrast
Aa
#7be032 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7be032 on black: 12.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green87.8%
Blue19.6%
CMYK percentages
Cyan45.1%
Magenta0.0%
Yellow77.7%
Key (black)12.2%
Color previews
#7be032 text on a black background
contrast 12.55:1
Card sample
#7be032 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7be032;
Background color
Panel with #7be032 background
background-color: #7be032;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7be032;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 224, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 224, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7be032; background: linear-gradient(135deg, #7be032, #32E05D);