Shades of Lime Green #27D712
Tints of Lime Green #27D712
RGB
CMYK
RGB Variations
Color information
#27D712 (or 0x27D712) is known color: Lime Green. HEX triplet: 27, D7 and 12. RGB value is (39,215,18). Sum of RGB (Red+Green+Blue) = 39+215+18=272 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.34% from 272); Green value is 215 (84.38% from 255 or 79.04% from 272); Blue value is 18 (7.42% from 255 or 6.62% from 272); Max value from RGB is 215 - color contains mainly: green. Hex color #27D712 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27D712 is #D828ED. Grayscale: #8C8C8C. Windows color (decimal): -14166254 or 1234727. OLE color: 1234727.
HSL color Cylindrical-coordinate representation of color #27D712: hue angle of 113.6º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #27D712 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 39 | 215 | 18 | - |
| CMYK | 0.82 | 0 | 0.92 | 0.16 |
| HSL | 113.6º | 0.85% | 0.46% | - |
| HSV(B) | 113.6º | 0.92% | 0.84% | - |
| XYZ | 25.25 | 49.08 | 8.71 | - |
| YUV | 139.92 | 59.19 | 56.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 215 | 18 | 0.82 | 0 | 0.92 | 0.16 | 113.6 | 0.85 | 0.46 |
| Hex | 27 | D7 | 12 | 52 | 0 | 5C | 10 | 72 | 55 | 2E |
| Octal | 47 | 327 | 22 | 122 | 0 | 134 | 20 | 162 | 125 | 56 |
| Binary | 100111 | 11010111 | 10010 | 1010010 | 0 | 1011100 | 10000 | 1110010 | 1010101 | 101110 |
Color Harmonies of #27D712
Complementary color
Monochromatic Colors of #27D712
Black with #27D712
Text Example
Text Example
White with #27D712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D712; }
p { color: rgb(39,215,18); }
H1.HeaderClassName
{
color: #27D712;
}
.AnyTagClassName
{
color: #27D712;
}
</style>
background-color css
<style>
a { background-color: #27D712; }
a { background-color: rgb(39,215,18); }
div.DivClassName
{
background-color: #27D712;
}
.BgClassName
{
background-color: #27D712;
}
</style>
border-color css
<style>
span { border-color: #27D712; }
span { border-color: rgb(39,215,18); }
td.TdClassName
{
border-color: #27D712;
}
.TagClassName
{
border-color: #27D712;
}
</style>