#42F099
A light, vivid green closely aligning with Mediumspringgreen.
About #42F099
When working with digital screens, the color #42F099 is rendered by mixing light. Its closest recognized web color is Mediumspringgreen. This translates to an RGB value of rgb(66, 240, 153).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 72% Cyan, 0% Magenta, 36% Yellow, and 6% Black. 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. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#42F099
RGB66, 240, 153
HSL150.0°, 85.3%, 60.0%
CMYK72%, 0%, 36%, 6%
HSV150.0°, 72.5%, 94.1%
LAB84.9, -62.8, 29.8
XYZ39.2, 65.8, 40.8
Decimal4386969
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.48:1
Text on #FFFFFF
FAIL
14.16:1
Text on #000000
AAA
1.42:1
Text on #F8FAFC
FAIL
12.03:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #42F099;
}
.text-color {
color: #42F099;
}
.border-color {
border: 2px solid #42F099;
}