#49FF92
A light, vivid green closely aligning with Mediumspringgreen.
About #49FF92
When working with digital screens, the color #49FF92 is rendered by mixing light. Designers often compare it to the standard color Mediumspringgreen. This translates to an RGB value of rgb(73, 255, 146).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 71% cyan, 0% magenta, 43% yellow, and 0% black. The HSL representation is 144.1° hue, 100.0% saturation, and 64.3% lightness.
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#49FF92
RGB73, 255, 146
HSL144.1°, 100.0%, 64.3%
CMYK71%, 0%, 43%, 0%
HSV144.1°, 71.4%, 100.0%
LAB89.4, -68.4, 39.2
XYZ43.7, 75.0, 39.4
Decimal4849554
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.31:1
Text on #FFFFFF
FAIL
16.00:1
Text on #000000
AAA
1.25:1
Text on #F8FAFC
FAIL
13.60:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49FF92;
}
.text-color {
color: #49FF92;
}
.border-color {
border: 2px solid #49FF92;
}