#5ad430
a balanced, vivid green · cool · closest name: lime
RGB
90, 212, 48
HSL
105°, 66%, 51%
CMYK
58, 0, 77, 17
Luminance
0.4947
Every format
| HEX | #5ad430 |
| RGB | rgb(90, 212, 48) |
| HSL | hsl(105, 66%, 51%) |
| CMYK | cmyk(58%, 0%, 77%, 17%) |
| LAB | lab(75.7 -61.6 65.5) |
| LCH | lch(75.7 89.9 133.3) |
| OKLCH | oklch(0.771 0.224 139.3) |
Copy-ready code
/* CSS */
color: #5ad430;
background-color: #5ad430;
/* Tailwind (arbitrary) */
class="text-[#5ad430] bg-[#5ad430]"
/* SCSS */
$brand: #5ad430;
/* SwiftUI */
Color(red: 0.353, green: 0.831, blue: 0.188)
/* Android */
Color.parseColor("#5ad430")Accessibility — WCAG contrast
Aa
#5ad430 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ad430 on black: 10.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green83.1%
Blue18.8%
CMYK percentages
Cyan57.5%
Magenta0.0%
Yellow77.4%
Key (black)16.9%
Color previews
#5ad430 text on a black background
contrast 10.89:1
Card sample
#5ad430 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ad430;
Background color
Panel with #5ad430 background
background-color: #5ad430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ad430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 212, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 212, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ad430; background: linear-gradient(135deg, #5ad430, #30D473);