Shades of Lime Green #27D710
Tints of Lime Green #27D710
RGB
CMYK
RGB Variations
Color information
#27D710 (or 0x27D710) is known color: Lime Green. HEX triplet: 27, D7 and 10. RGB value is (39,215,16). Sum of RGB (Red+Green+Blue) = 39+215+16=270 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.44% from 270); Green value is 215 (84.38% from 255 or 79.63% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 215 - color contains mainly: green. Hex color #27D710 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27D710 is #D828EF. Grayscale: #8C8C8C. Windows color (decimal): -14166256 or 1103655. OLE color: 1103655.
HSL color Cylindrical-coordinate representation of color #27D710: hue angle of 113.07º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #27D710 is Cyan = 0.82, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 39 | 215 | 16 | - |
| CMYK | 0.82 | 0 | 0.93 | 0.16 |
| HSL | 113.07º | 0.86% | 0.45% | - |
| HSV(B) | 113.07º | 0.93% | 0.84% | - |
| XYZ | 25.23 | 49.07 | 8.63 | - |
| YUV | 139.69 | 58.19 | 56.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 215 | 16 | 0.82 | 0 | 0.93 | 0.16 | 113.07 | 0.86 | 0.45 |
| Hex | 27 | D7 | 10 | 52 | 0 | 5D | 10 | 71 | 56 | 2D |
| Octal | 47 | 327 | 20 | 122 | 0 | 135 | 20 | 161 | 126 | 55 |
| Binary | 100111 | 11010111 | 10000 | 1010010 | 0 | 1011101 | 10000 | 1110001 | 1010110 | 101101 |
Color Harmonies of #27D710
Complementary color
Monochromatic Colors of #27D710
Black with #27D710
Text Example
Text Example
White with #27D710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D710; }
p { color: rgb(39,215,16); }
H1.HeaderClassName
{
color: #27D710;
}
.AnyTagClassName
{
color: #27D710;
}
</style>
background-color css
<style>
a { background-color: #27D710; }
a { background-color: rgb(39,215,16); }
div.DivClassName
{
background-color: #27D710;
}
.BgClassName
{
background-color: #27D710;
}
</style>
border-color css
<style>
span { border-color: #27D710; }
span { border-color: rgb(39,215,16); }
td.TdClassName
{
border-color: #27D710;
}
.TagClassName
{
border-color: #27D710;
}
</style>