#2ca310
a dark, electric green · cool · closest name: green
RGB
44, 163, 16
HSL
109°, 82%, 35%
CMYK
73, 0, 90, 36
Luminance
0.2677
Every format
| HEX | #2ca310 |
| RGB | rgb(44, 163, 16) |
| HSL | hsl(109, 82%, 35%) |
| CMYK | cmyk(73%, 0%, 90%, 36%) |
| LAB | lab(58.8 -56.7 57.7) |
| LCH | lch(58.8 80.9 134.5) |
| OKLCH | oklch(0.626 0.200 140.9) |
Copy-ready code
/* CSS */
color: #2ca310;
background-color: #2ca310;
/* Tailwind (arbitrary) */
class="text-[#2ca310] bg-[#2ca310]"
/* SCSS */
$brand: #2ca310;
/* SwiftUI */
Color(red: 0.173, green: 0.639, blue: 0.063)
/* Android */
Color.parseColor("#2ca310")Accessibility — WCAG contrast
Aa
#2ca310 on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2ca310 on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green63.9%
Blue6.3%
CMYK percentages
Cyan73.0%
Magenta0.0%
Yellow90.2%
Key (black)36.1%
Color previews
#2ca310 text on a black background
contrast 6.35:1
Card sample
#2ca310 text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ca310;
Background color
Panel with #2ca310 background
background-color: #2ca310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ca310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 163, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 163, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ca310; background: linear-gradient(135deg, #2ca310, #10A356);