#07FF1D
A medium, vivid green closely aligning with Lime.
About #07FF1D
At its core, #07FF1D is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Lime. In the RGB color space, it consists of 7 red, 255 green, and 29 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 97% Cyan, 0% Magenta, 89% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
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#07FF1D
RGB7, 255, 29
HSL125.3°, 100.0%, 51.4%
CMYK97%, 0%, 89%, 0%
HSV125.3°, 97.3%, 100.0%
LAB87.8, -85.4, 80.3
XYZ36.1, 71.7, 13.1
Decimal524061
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.33:1
Text on #000000
AAA
1.31:1
Text on #F8FAFC
FAIL
13.03:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07FF1D;
}
.text-color {
color: #07FF1D;
}
.border-color {
border: 2px solid #07FF1D;
}