#27F907
A medium, vivid green closely aligning with Lime.
About #27F907
When working with digital screens, the color #27F907 is rendered by mixing light. It is closely associated with the named CSS color Lime. This translates to an RGB value of rgb(39, 249, 7).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 84% cyan and 0% magenta inks. The HSL representation is 112.1° hue, 95.3% saturation, and 50.2% lightness.
When using this color as a background, text legibility must be considered. 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#27F907
RGB39, 249, 7
HSL112.1°, 95.3%, 50.2%
CMYK84%, 0%, 97%, 2%
HSV112.1°, 97.2%, 97.6%
LAB86.1, -82.6, 81.4
XYZ34.8, 68.2, 11.5
Decimal2619655
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.64:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.45:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #27F907;
}
.text-color {
color: #27F907;
}
.border-color {
border: 2px solid #27F907;
}