#258800
a dark, electric green · cool · closest name: green
RGB
37, 136, 0
HSL
104°, 100%, 27%
CMYK
73, 0, 100, 47
Luminance
0.1800
Every format
| HEX | #258800 |
| RGB | rgb(37, 136, 0) |
| HSL | hsl(104, 100%, 27%) |
| CMYK | cmyk(73%, 0%, 100%, 47%) |
| LAB | lab(49.5 -49.7 52.7) |
| LCH | lch(49.5 72.5 133.3) |
| OKLCH | oklch(0.548 0.177 140.3) |
Copy-ready code
/* CSS */
color: #258800;
background-color: #258800;
/* Tailwind (arbitrary) */
class="text-[#258800] bg-[#258800]"
/* SCSS */
$brand: #258800;
/* SwiftUI */
Color(red: 0.145, green: 0.533, blue: 0.000)
/* Android */
Color.parseColor("#258800")Accessibility — WCAG contrast
Aa
#258800 on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#258800 on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green53.3%
Blue0.0%
CMYK percentages
Cyan72.8%
Magenta0.0%
Yellow100.0%
Key (black)46.7%
Color previews
#258800 text on a black background
contrast 4.60:1
Card sample
#258800 text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #258800;
Background color
Panel with #258800 background
background-color: #258800;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #258800;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 136, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 136, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #258800; background: linear-gradient(135deg, #258800, #008836);