#6ecf2c
a balanced, vivid green · cool · closest name: forestgreen
RGB
110, 207, 44
HSL
96°, 65%, 49%
CMYK
47, 0, 79, 19
Luminance
0.4812
Every format
| HEX | #6ecf2c |
| RGB | rgb(110, 207, 44) |
| HSL | hsl(96, 65%, 49%) |
| CMYK | cmyk(47%, 0%, 79%, 19%) |
| LAB | lab(74.9 -54.5 66.1) |
| LCH | lch(74.9 85.6 129.5) |
| OKLCH | oklch(0.765 0.211 136.0) |
Copy-ready code
/* CSS */
color: #6ecf2c;
background-color: #6ecf2c;
/* Tailwind (arbitrary) */
class="text-[#6ecf2c] bg-[#6ecf2c]"
/* SCSS */
$brand: #6ecf2c;
/* SwiftUI */
Color(red: 0.431, green: 0.812, blue: 0.173)
/* Android */
Color.parseColor("#6ecf2c")Accessibility — WCAG contrast
Aa
#6ecf2c on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ecf2c on black: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green81.2%
Blue17.3%
CMYK percentages
Cyan46.9%
Magenta0.0%
Yellow78.7%
Key (black)18.8%
Color previews
#6ecf2c text on a black background
contrast 10.62:1
Card sample
#6ecf2c text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ecf2c;
Background color
Panel with #6ecf2c background
background-color: #6ecf2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ecf2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 207, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 207, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ecf2c; background: linear-gradient(135deg, #6ecf2c, #2CCF57);