#94F17B
A light, vivid green closely aligning with Palegreen.
About #94F17B
Visually, #94F17B is defined as a vivid green. Designers often compare it to the standard color Palegreen. This translates to an RGB value of rgb(148, 241, 123).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 39% cyan, 0% magenta, 49% yellow, and 5% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#94F17B
RGB148, 241, 123
HSL107.3°, 80.8%, 71.4%
CMYK39%, 0%, 49%, 5%
HSV107.3°, 49.0%, 94.5%
LAB87.3, -49.2, 48.1
XYZ47.2, 70.6, 29.9
Decimal9761147
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.39:1
Text on #FFFFFF
FAIL
15.13:1
Text on #000000
AAA
1.33:1
Text on #F8FAFC
FAIL
12.86:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #94F17B;
}
.text-color {
color: #94F17B;
}
.border-color {
border: 2px solid #94F17B;
}