#5ad331
a balanced, vivid green · cool · closest name: lime
RGB
90, 211, 49
HSL
105°, 65%, 51%
CMYK
57, 0, 77, 17
Luminance
0.4898
Every format
| HEX | #5ad331 |
| RGB | rgb(90, 211, 49) |
| HSL | hsl(105, 65%, 51%) |
| CMYK | cmyk(57%, 0%, 77%, 17%) |
| LAB | lab(75.4 -61.2 64.8) |
| LCH | lch(75.4 89.2 133.3) |
| OKLCH | oklch(0.768 0.222 139.3) |
Copy-ready code
/* CSS */
color: #5ad331;
background-color: #5ad331;
/* Tailwind (arbitrary) */
class="text-[#5ad331] bg-[#5ad331]"
/* SCSS */
$brand: #5ad331;
/* SwiftUI */
Color(red: 0.353, green: 0.827, blue: 0.192)
/* Android */
Color.parseColor("#5ad331")Accessibility — WCAG contrast
Aa
#5ad331 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ad331 on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green82.7%
Blue19.2%
CMYK percentages
Cyan57.3%
Magenta0.0%
Yellow76.8%
Key (black)17.3%
Color previews
#5ad331 text on a black background
contrast 10.80:1
Card sample
#5ad331 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ad331;
Background color
Panel with #5ad331 background
background-color: #5ad331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ad331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 211, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 211, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ad331; background: linear-gradient(135deg, #5ad331, #31D374);