#5ace02
a dark, electric green · cool · closest name: lime
RGB
90, 206, 2
HSL
94°, 98%, 41%
CMYK
56, 0, 99, 19
Luminance
0.4632
Every format
| HEX | #5ace02 |
| RGB | rgb(90, 206, 2) |
| HSL | hsl(94, 98%, 41%) |
| CMYK | cmyk(56%, 0%, 99%, 19%) |
| LAB | lab(73.8 -61.0 72.3) |
| LCH | lch(73.8 94.7 130.2) |
| OKLCH | oklch(0.754 0.230 137.5) |
Copy-ready code
/* CSS */
color: #5ace02;
background-color: #5ace02;
/* Tailwind (arbitrary) */
class="text-[#5ace02] bg-[#5ace02]"
/* SCSS */
$brand: #5ace02;
/* SwiftUI */
Color(red: 0.353, green: 0.808, blue: 0.008)
/* Android */
Color.parseColor("#5ace02")Accessibility — WCAG contrast
Aa
#5ace02 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ace02 on black: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green80.8%
Blue0.8%
CMYK percentages
Cyan56.3%
Magenta0.0%
Yellow99.0%
Key (black)19.2%
Color previews
#5ace02 text on a black background
contrast 10.26:1
Card sample
#5ace02 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ace02;
Background color
Panel with #5ace02 background
background-color: #5ace02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ace02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 206, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 206, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ace02; background: linear-gradient(135deg, #5ace02, #02CE32);