Shades of Lime Green #27B713
Tints of Lime Green #27B713
RGB
CMYK
RGB Variations
Color information
#27B713 (or 0x27B713) is known color: Lime Green. HEX triplet: 27, B7 and 13. RGB value is (39,183,19). Sum of RGB (Red+Green+Blue) = 39+183+19=241 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.18% from 241); Green value is 183 (71.88% from 255 or 75.93% from 241); Blue value is 19 (7.81% from 255 or 7.88% from 241); Max value from RGB is 183 - color contains mainly: green. Hex color #27B713 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27B713 is #D848EC. Grayscale: #797979. Windows color (decimal): -14174445 or 1292071. OLE color: 1292071.
HSL color Cylindrical-coordinate representation of color #27B713: hue angle of 112.68º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #27B713 is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 39 | 183 | 19 | - |
| CMYK | 0.79 | 0 | 0.90 | 0.28 |
| HSL | 112.68º | 0.81% | 0.4% | - |
| HSV(B) | 112.68º | 0.9% | 0.72% | - |
| XYZ | 17.89 | 34.35 | 6.3 | - |
| YUV | 121.25 | 70.29 | 69.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 183 | 19 | 0.79 | 0 | 0.90 | 0.28 | 112.68 | 0.81 | 0.4 |
| Hex | 27 | B7 | 13 | 4F | 0 | 5A | 1C | 71 | 51 | 28 |
| Octal | 47 | 267 | 23 | 117 | 0 | 132 | 34 | 161 | 121 | 50 |
| Binary | 100111 | 10110111 | 10011 | 1001111 | 0 | 1011010 | 11100 | 1110001 | 1010001 | 101000 |
Color Harmonies of #27B713
Complementary color
Monochromatic Colors of #27B713
Black with #27B713
Text Example
Text Example
White with #27B713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27B713; }
p { color: rgb(39,183,19); }
H1.HeaderClassName
{
color: #27B713;
}
.AnyTagClassName
{
color: #27B713;
}
</style>
background-color css
<style>
a { background-color: #27B713; }
a { background-color: rgb(39,183,19); }
div.DivClassName
{
background-color: #27B713;
}
.BgClassName
{
background-color: #27B713;
}
</style>
border-color css
<style>
span { border-color: #27B713; }
span { border-color: rgb(39,183,19); }
td.TdClassName
{
border-color: #27B713;
}
.TagClassName
{
border-color: #27B713;
}
</style>