#07F833
A medium, vivid green closely aligning with Lime.
About #07F833
Visually, #07F833 is defined as a vivid green. Its closest recognized web color is Lime. Its digital footprint relies on 7 parts red, 248 parts green, and 51 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 97% C, 0% M, 79% Y, and 3% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#07F833
RGB7, 248, 51
HSL131.0°, 94.5%, 50.0%
CMYK97%, 0%, 79%, 3%
HSV131.0°, 97.2%, 97.3%
LAB85.7, -82.6, 73.6
XYZ34.3, 67.4, 14.3
Decimal522291
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.48:1
Text on #000000
AAA
1.39:1
Text on #F8FAFC
FAIL
12.31:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07F833;
}
.text-color {
color: #07F833;
}
.border-color {
border: 2px solid #07F833;
}