#2bc71f
a balanced, vivid green · cool · closest name: lime
RGB
43, 199, 31
HSL
116°, 73%, 45%
CMYK
78, 0, 84, 22
Luminance
0.4146
Every format
| HEX | #2bc71f |
| RGB | rgb(43, 199, 31) |
| HSL | hsl(116, 73%, 45%) |
| CMYK | cmyk(78%, 0%, 84%, 22%) |
| LAB | lab(70.5 -67.4 64.8) |
| LCH | lch(70.5 93.5 136.1) |
| OKLCH | oklch(0.724 0.232 142.1) |
Copy-ready code
/* CSS */
color: #2bc71f;
background-color: #2bc71f;
/* Tailwind (arbitrary) */
class="text-[#2bc71f] bg-[#2bc71f]"
/* SCSS */
$brand: #2bc71f;
/* SwiftUI */
Color(red: 0.169, green: 0.780, blue: 0.122)
/* Android */
Color.parseColor("#2bc71f")Accessibility — WCAG contrast
Aa
#2bc71f on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bc71f on black: 9.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green78.0%
Blue12.2%
CMYK percentages
Cyan78.4%
Magenta0.0%
Yellow84.4%
Key (black)22.0%
Color previews
#2bc71f text on a black background
contrast 9.29:1
Card sample
#2bc71f text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bc71f;
Background color
Panel with #2bc71f background
background-color: #2bc71f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bc71f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 199, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 199, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bc71f; background: linear-gradient(135deg, #2bc71f, #1FC783);