#378200
a dark, electric green · cool · closest name: green
RGB
55, 130, 0
HSL
95°, 100%, 26%
CMYK
58, 0, 100, 49
Luminance
0.1678
Every format
| HEX | #378200 |
| RGB | rgb(55, 130, 0) |
| HSL | hsl(95, 100%, 26%) |
| CMYK | cmyk(58%, 0%, 100%, 49%) |
| LAB | lab(48.0 -43.3 51.7) |
| LCH | lch(48.0 67.4 129.9) |
| OKLCH | oklch(0.537 0.164 137.3) |
Copy-ready code
/* CSS */
color: #378200;
background-color: #378200;
/* Tailwind (arbitrary) */
class="text-[#378200] bg-[#378200]"
/* SCSS */
$brand: #378200;
/* SwiftUI */
Color(red: 0.216, green: 0.510, blue: 0.000)
/* Android */
Color.parseColor("#378200")Accessibility — WCAG contrast
Aa
#378200 on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#378200 on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green51.0%
Blue0.0%
CMYK percentages
Cyan57.7%
Magenta0.0%
Yellow100.0%
Key (black)49.0%
Color previews
#378200 text on a black background
contrast 4.36:1
Card sample
#378200 text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #378200;
Background color
Panel with #378200 background
background-color: #378200;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #378200;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 130, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 130, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #378200; background: linear-gradient(135deg, #378200, #008220);