#07C533
A medium, vivid green closely aligning with Limegreen.
About #07C533
When working with digital screens, the color #07C533 is rendered by mixing light. Its closest recognized web color is Limegreen. This translates to an RGB value of rgb(7, 197, 51).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 96% cyan, 0% magenta, 74% yellow, and 23% black. The HSL representation is 133.9° hue, 93.1% saturation, and 40.0% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#07C533
RGB7, 197, 51
HSL133.9°, 93.1%, 40.0%
CMYK96%, 0%, 74%, 23%
HSV133.9°, 96.4%, 77.3%
LAB69.6, -68.5, 58.0
XYZ20.7, 40.2, 9.8
Decimal509235
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.32:1
Text on #FFFFFF
FAIL
9.04:1
Text on #000000
AAA
2.22:1
Text on #F8FAFC
FAIL
7.69:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07C533;
}
.text-color {
color: #07C533;
}
.border-color {
border: 2px solid #07C533;
}