#245c01
a deep, electric green · cool · closest name: forestgreen
RGB
36, 92, 1
HSL
97°, 98%, 18%
CMYK
61, 0, 99, 64
Luminance
0.0803
Every format
| HEX | #245c01 |
| RGB | rgb(36, 92, 1) |
| HSL | hsl(97, 98%, 18%) |
| CMYK | cmyk(61%, 0%, 99%, 64%) |
| LAB | lab(34.0 -34.0 40.1) |
| LCH | lch(34.0 52.6 130.3) |
| OKLCH | oklch(0.420 0.128 137.6) |
Copy-ready code
/* CSS */
color: #245c01;
background-color: #245c01;
/* Tailwind (arbitrary) */
class="text-[#245c01] bg-[#245c01]"
/* SCSS */
$brand: #245c01;
/* SwiftUI */
Color(red: 0.141, green: 0.361, blue: 0.004)
/* Android */
Color.parseColor("#245c01")Accessibility — WCAG contrast
Aa
#245c01 on white: 8.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#245c01 on black: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green36.1%
Blue0.4%
CMYK percentages
Cyan60.9%
Magenta0.0%
Yellow98.9%
Key (black)63.9%
Color previews
#245c01 text on a black background
contrast 2.61:1
Card sample
#245c01 text on a white background
contrast 8.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #245c01;
Background color
Panel with #245c01 background
background-color: #245c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #245c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 92, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 92, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #245c01; background: linear-gradient(135deg, #245c01, #015C1B);