#2bae2b
a dark, vivid green · cool · closest name: forestgreen
RGB
43, 174, 43
HSL
120°, 60%, 43%
CMYK
75, 0, 75, 32
Luminance
0.3096
Every format
| HEX | #2bae2b |
| RGB | rgb(43, 174, 43) |
| HSL | hsl(120, 60%, 43%) |
| CMYK | cmyk(75%, 0%, 75%, 32%) |
| LAB | lab(62.5 -58.9 53.7) |
| LCH | lch(62.5 79.8 137.6) |
| OKLCH | oklch(0.657 0.201 142.9) |
Copy-ready code
/* CSS */
color: #2bae2b;
background-color: #2bae2b;
/* Tailwind (arbitrary) */
class="text-[#2bae2b] bg-[#2bae2b]"
/* SCSS */
$brand: #2bae2b;
/* SwiftUI */
Color(red: 0.169, green: 0.682, blue: 0.169)
/* Android */
Color.parseColor("#2bae2b")Accessibility — WCAG contrast
Aa
#2bae2b on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bae2b on black: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green68.2%
Blue16.9%
CMYK percentages
Cyan75.3%
Magenta0.0%
Yellow75.3%
Key (black)31.8%
Color previews
#2bae2b text on a black background
contrast 7.19:1
Card sample
#2bae2b text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bae2b;
Background color
Panel with #2bae2b background
background-color: #2bae2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bae2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 174, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 174, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bae2b; background: linear-gradient(135deg, #2bae2b, #2BAE82);