#339713
a dark, electric green · cool · closest name: green
RGB
51, 151, 19
HSL
106°, 78%, 33%
CMYK
66, 0, 87, 41
Luminance
0.2288
Every format
| HEX | #339713 |
| RGB | rgb(51, 151, 19) |
| HSL | hsl(106, 78%, 33%) |
| CMYK | cmyk(66%, 0%, 87%, 41%) |
| LAB | lab(55.0 -51.2 53.9) |
| LCH | lch(55.0 74.3 133.6) |
| OKLCH | oklch(0.595 0.184 140.0) |
Copy-ready code
/* CSS */
color: #339713;
background-color: #339713;
/* Tailwind (arbitrary) */
class="text-[#339713] bg-[#339713]"
/* SCSS */
$brand: #339713;
/* SwiftUI */
Color(red: 0.200, green: 0.592, blue: 0.075)
/* Android */
Color.parseColor("#339713")Accessibility — WCAG contrast
Aa
#339713 on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#339713 on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green59.2%
Blue7.5%
CMYK percentages
Cyan66.2%
Magenta0.0%
Yellow87.4%
Key (black)40.8%
Color previews
#339713 text on a black background
contrast 5.58:1
Card sample
#339713 text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #339713;
Background color
Panel with #339713 background
background-color: #339713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #339713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 151, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 151, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #339713; background: linear-gradient(135deg, #339713, #13974B);