Shades of Lime Green #27CE13
Tints of Lime Green #27CE13
RGB
CMYK
RGB Variations
Color information
#27CE13 (or 0x27CE13) is known color: Lime Green. HEX triplet: 27, CE and 13. RGB value is (39,206,19). Sum of RGB (Red+Green+Blue) = 39+206+19=264 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.77% from 264); Green value is 206 (80.86% from 255 or 78.03% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 206 - color contains mainly: green. Hex color #27CE13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27CE13 is #D831EC. Grayscale: #878787. Windows color (decimal): -14168557 or 1297959. OLE color: 1297959.
HSL color Cylindrical-coordinate representation of color #27CE13: hue angle of 113.58º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #27CE13 is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 206 | 19 | - |
| CMYK | 0.81 | 0 | 0.91 | 0.19 |
| HSL | 113.58º | 0.83% | 0.44% | - |
| HSV(B) | 113.58º | 0.91% | 0.81% | - |
| XYZ | 23.03 | 44.62 | 8.02 | - |
| YUV | 134.75 | 62.67 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 206 | 19 | 0.81 | 0 | 0.91 | 0.19 | 113.58 | 0.83 | 0.44 |
| Hex | 27 | CE | 13 | 51 | 0 | 5B | 13 | 72 | 53 | 2C |
| Octal | 47 | 316 | 23 | 121 | 0 | 133 | 23 | 162 | 123 | 54 |
| Binary | 100111 | 11001110 | 10011 | 1010001 | 0 | 1011011 | 10011 | 1110010 | 1010011 | 101100 |
Color Harmonies of #27CE13
Complementary color
Monochromatic Colors of #27CE13
Black with #27CE13
Text Example
Text Example
White with #27CE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CE13; }
p { color: rgb(39,206,19); }
H1.HeaderClassName
{
color: #27CE13;
}
.AnyTagClassName
{
color: #27CE13;
}
</style>
background-color css
<style>
a { background-color: #27CE13; }
a { background-color: rgb(39,206,19); }
div.DivClassName
{
background-color: #27CE13;
}
.BgClassName
{
background-color: #27CE13;
}
</style>
border-color css
<style>
span { border-color: #27CE13; }
span { border-color: rgb(39,206,19); }
td.TdClassName
{
border-color: #27CE13;
}
.TagClassName
{
border-color: #27CE13;
}
</style>