#07C549
A medium, vivid green closely aligning with Limegreen.
About #07C549
When working with digital screens, the color #07C549 is rendered by mixing light. It is closely associated with the named CSS color Limegreen. In the RGB color space, it consists of 7 red, 197 green, and 73 blue.
If you are designing for print, the four-color process is what matters most. The color uses 96% Cyan, 0% Magenta, 63% Yellow, and 23% Black. The HSL representation is 140.8° hue, 93.1% saturation, and 40.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#07C549
RGB7, 197, 73
HSL140.8°, 93.1%, 40.0%
CMYK96%, 0%, 63%, 23%
HSV140.8°, 96.4%, 77.3%
LAB69.8, -66.3, 49.5
XYZ21.3, 40.5, 13.0
Decimal509257
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.31:1
Text on #FFFFFF
FAIL
9.09:1
Text on #000000
AAA
2.21:1
Text on #F8FAFC
FAIL
7.73:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07C549;
}
.text-color {
color: #07C549;
}
.border-color {
border: 2px solid #07C549;
}