Shades of Lime Green #13C310
Tints of Lime Green #13C310
RGB
CMYK
RGB Variations
Color information
#13C310 (or 0x13C310) is known color: Lime Green. HEX triplet: 13, C3 and 10. RGB value is (19,195,16). Sum of RGB (Red+Green+Blue) = 19+195+16=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 195 (76.56% from 255 or 84.78% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 195 - color contains mainly: green. Hex color #13C310 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13C310 is #EC3CEF. Grayscale: #7A7A7A. Windows color (decimal): -15482096 or 1098515. OLE color: 1098515.
HSL color Cylindrical-coordinate representation of color #13C310: hue angle of 118.99º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13C310 is Cyan = 0.90, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 195 | 16 | - |
| CMYK | 0.90 | 0 | 0.92 | 0.24 |
| HSL | 118.99º | 0.85% | 0.41% | - |
| HSV(B) | 118.99º | 0.92% | 0.76% | - |
| XYZ | 19.88 | 39.21 | 7.01 | - |
| YUV | 121.97 | 68.19 | 54.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 195 | 16 | 0.90 | 0 | 0.92 | 0.24 | 118.99 | 0.85 | 0.41 |
| Hex | 13 | C3 | 10 | 5A | 0 | 5C | 18 | 77 | 55 | 29 |
| Octal | 23 | 303 | 20 | 132 | 0 | 134 | 30 | 167 | 125 | 51 |
| Binary | 10011 | 11000011 | 10000 | 1011010 | 0 | 1011100 | 11000 | 1110111 | 1010101 | 101001 |
Color Harmonies of #13C310
Complementary color
Monochromatic Colors of #13C310
Black with #13C310
Text Example
Text Example
White with #13C310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C310; }
p { color: rgb(19,195,16); }
H1.HeaderClassName
{
color: #13C310;
}
.AnyTagClassName
{
color: #13C310;
}
</style>
background-color css
<style>
a { background-color: #13C310; }
a { background-color: rgb(19,195,16); }
div.DivClassName
{
background-color: #13C310;
}
.BgClassName
{
background-color: #13C310;
}
</style>
border-color css
<style>
span { border-color: #13C310; }
span { border-color: rgb(19,195,16); }
td.TdClassName
{
border-color: #13C310;
}
.TagClassName
{
border-color: #13C310;
}
</style>