#0ac00a
a dark, electric green · cool · closest name: lime
RGB
10, 192, 10
HSL
120°, 90%, 40%
CMYK
95, 0, 95, 25
Luminance
0.3779
Every format
| HEX | #0ac00a |
| RGB | rgb(10, 192, 10) |
| HSL | hsl(120, 90%, 40%) |
| CMYK | cmyk(95%, 0%, 95%, 25%) |
| LAB | lab(67.9 -69.0 66.1) |
| LCH | lch(67.9 95.5 136.2) |
| OKLCH | oklch(0.701 0.236 142.5) |
Copy-ready code
/* CSS */
color: #0ac00a;
background-color: #0ac00a;
/* Tailwind (arbitrary) */
class="text-[#0ac00a] bg-[#0ac00a]"
/* SCSS */
$brand: #0ac00a;
/* SwiftUI */
Color(red: 0.039, green: 0.753, blue: 0.039)
/* Android */
Color.parseColor("#0ac00a")Accessibility — WCAG contrast
Aa
#0ac00a on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ac00a on black: 8.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green75.3%
Blue3.9%
CMYK percentages
Cyan94.8%
Magenta0.0%
Yellow94.8%
Key (black)24.7%
Color previews
#0ac00a text on a black background
contrast 8.56:1
Card sample
#0ac00a text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ac00a;
Background color
Panel with #0ac00a background
background-color: #0ac00a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ac00a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 192, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 192, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ac00a; background: linear-gradient(135deg, #0ac00a, #0AC083);