#007C07
A dark, vivid green closely aligning with Green.
About #007C07
When working with digital screens, the color #007C07 is rendered by mixing light. It is closely associated with the named CSS color Green. This translates to an RGB value of rgb(0, 124, 7).
If you are designing for print, the four-color process is what matters most. The color uses 100% Cyan, 0% Magenta, 94% Yellow, and 51% Black. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#007C07
RGB0, 124, 7
HSL123.4°, 100.0%, 24.3%
CMYK100%, 0%, 94%, 51%
HSV123.4°, 100.0%, 48.6%
LAB44.8, -50.2, 47.3
XYZ7.2, 14.4, 2.6
Decimal31751
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.40:1
Text on #FFFFFF
AA
3.89:1
Text on #000000
AA Large
5.16:1
Text on #F8FAFC
AA
3.30:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #007C07;
}
.text-color {
color: #007C07;
}
.border-color {
border: 2px solid #007C07;
}