Shades of Lime Green #27D718
Tints of Lime Green #27D718
RGB
CMYK
RGB Variations
Color information
#27D718 (or 0x27D718) is known color: Lime Green. HEX triplet: 27, D7 and 18. RGB value is (39,215,24). Sum of RGB (Red+Green+Blue) = 39+215+24=278 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.03% from 278); Green value is 215 (84.38% from 255 or 77.34% from 278); Blue value is 24 (9.77% from 255 or 8.63% from 278); Max value from RGB is 215 - color contains mainly: green. Hex color #27D718 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27D718 is #D828E7. Grayscale: #8D8D8D. Windows color (decimal): -14166248 or 1627943. OLE color: 1627943.
HSL color Cylindrical-coordinate representation of color #27D718: hue angle of 115.29º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #27D718 is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 39 | 215 | 24 | - |
| CMYK | 0.82 | 0 | 0.89 | 0.16 |
| HSL | 115.29º | 0.8% | 0.47% | - |
| HSV(B) | 115.29º | 0.89% | 0.84% | - |
| XYZ | 25.3 | 49.1 | 9.01 | - |
| YUV | 140.6 | 62.19 | 55.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 215 | 24 | 0.82 | 0 | 0.89 | 0.16 | 115.29 | 0.8 | 0.47 |
| Hex | 27 | D7 | 18 | 52 | 0 | 59 | 10 | 73 | 50 | 2F |
| Octal | 47 | 327 | 30 | 122 | 0 | 131 | 20 | 163 | 120 | 57 |
| Binary | 100111 | 11010111 | 11000 | 1010010 | 0 | 1011001 | 10000 | 1110011 | 1010000 | 101111 |
Color Harmonies of #27D718
Complementary color
Monochromatic Colors of #27D718
Black with #27D718
Text Example
Text Example
White with #27D718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D718; }
p { color: rgb(39,215,24); }
H1.HeaderClassName
{
color: #27D718;
}
.AnyTagClassName
{
color: #27D718;
}
</style>
background-color css
<style>
a { background-color: #27D718; }
a { background-color: rgb(39,215,24); }
div.DivClassName
{
background-color: #27D718;
}
.BgClassName
{
background-color: #27D718;
}
</style>
border-color css
<style>
span { border-color: #27D718; }
span { border-color: rgb(39,215,24); }
td.TdClassName
{
border-color: #27D718;
}
.TagClassName
{
border-color: #27D718;
}
</style>