#0ada2d
a dark, electric green · cool · closest name: lime
RGB
10, 218, 45
HSL
130°, 91%, 45%
CMYK
95, 0, 79, 15
Luminance
0.5040
Every format
| HEX | #0ada2d |
| RGB | rgb(10, 218, 45) |
| HSL | hsl(130, 91%, 45%) |
| CMYK | cmyk(95%, 0%, 79%, 15%) |
| LAB | lab(76.3 -74.7 66.4) |
| LCH | lch(76.3 100.0 138.4) |
| OKLCH | oklch(0.771 0.250 143.8) |
Copy-ready code
/* CSS */
color: #0ada2d;
background-color: #0ada2d;
/* Tailwind (arbitrary) */
class="text-[#0ada2d] bg-[#0ada2d]"
/* SCSS */
$brand: #0ada2d;
/* SwiftUI */
Color(red: 0.039, green: 0.855, blue: 0.176)
/* Android */
Color.parseColor("#0ada2d")Accessibility — WCAG contrast
Aa
#0ada2d on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ada2d on black: 11.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green85.5%
Blue17.6%
CMYK percentages
Cyan95.4%
Magenta0.0%
Yellow79.4%
Key (black)14.5%
Color previews
#0ada2d text on a black background
contrast 11.08:1
Card sample
#0ada2d text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ada2d;
Background color
Panel with #0ada2d background
background-color: #0ada2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ada2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 218, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 218, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ada2d; background: linear-gradient(135deg, #0ada2d, #0ADAB8);