#42F892
A light, vivid green closely aligning with Mediumspringgreen.
About #42F892
Visually, #42F892 is defined as a vivid green. Its closest recognized web color is Mediumspringgreen. This translates to an RGB value of rgb(66, 248, 146).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 73% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#42F892
RGB66, 248, 146
HSL146.4°, 92.9%, 61.6%
CMYK73%, 0%, 41%, 3%
HSV146.4°, 73.4%, 97.3%
LAB87.2, -66.9, 36.3
XYZ41.0, 70.4, 38.6
Decimal4389010
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.39:1
Text on #FFFFFF
FAIL
15.07:1
Text on #000000
AAA
1.33:1
Text on #F8FAFC
FAIL
12.81:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #42F892;
}
.text-color {
color: #42F892;
}
.border-color {
border: 2px solid #42F892;
}