#3ea310
a dark, electric green · cool · closest name: green
RGB
62, 163, 16
HSL
101°, 82%, 35%
CMYK
62, 0, 90, 36
Luminance
0.2726
Every format
| HEX | #3ea310 |
| RGB | rgb(62, 163, 16) |
| HSL | hsl(101, 82%, 35%) |
| CMYK | cmyk(62%, 0%, 90%, 36%) |
| LAB | lab(59.2 -52.9 58.3) |
| LCH | lch(59.2 78.7 132.2) |
| OKLCH | oklch(0.631 0.194 139.0) |
Copy-ready code
/* CSS */
color: #3ea310;
background-color: #3ea310;
/* Tailwind (arbitrary) */
class="text-[#3ea310] bg-[#3ea310]"
/* SCSS */
$brand: #3ea310;
/* SwiftUI */
Color(red: 0.243, green: 0.639, blue: 0.063)
/* Android */
Color.parseColor("#3ea310")Accessibility — WCAG contrast
Aa
#3ea310 on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3ea310 on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green63.9%
Blue6.3%
CMYK percentages
Cyan62.0%
Magenta0.0%
Yellow90.2%
Key (black)36.1%
Color previews
#3ea310 text on a black background
contrast 6.45:1
Card sample
#3ea310 text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ea310;
Background color
Panel with #3ea310 background
background-color: #3ea310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ea310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 163, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 163, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ea310; background: linear-gradient(135deg, #3ea310, #10A344);