#2dbf1e
a dark, vivid green · cool · closest name: green
RGB
45, 191, 30
HSL
114°, 73%, 43%
CMYK
76, 0, 84, 25
Luminance
0.3791
Every format
| HEX | #2dbf1e |
| RGB | rgb(45, 191, 30) |
| HSL | hsl(114, 73%, 43%) |
| CMYK | cmyk(76%, 0%, 84%, 25%) |
| LAB | lab(68.0 -64.8 62.8) |
| LCH | lch(68.0 90.2 135.9) |
| OKLCH | oklch(0.703 0.224 141.9) |
Copy-ready code
/* CSS */
color: #2dbf1e;
background-color: #2dbf1e;
/* Tailwind (arbitrary) */
class="text-[#2dbf1e] bg-[#2dbf1e]"
/* SCSS */
$brand: #2dbf1e;
/* SwiftUI */
Color(red: 0.176, green: 0.749, blue: 0.118)
/* Android */
Color.parseColor("#2dbf1e")Accessibility — WCAG contrast
Aa
#2dbf1e on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dbf1e on black: 8.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green74.9%
Blue11.8%
CMYK percentages
Cyan76.4%
Magenta0.0%
Yellow84.3%
Key (black)25.1%
Color previews
#2dbf1e text on a black background
contrast 8.58:1
Card sample
#2dbf1e text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dbf1e;
Background color
Panel with #2dbf1e background
background-color: #2dbf1e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dbf1e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 191, 30, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 191, 30, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dbf1e; background: linear-gradient(135deg, #2dbf1e, #1EBF7A);