Shades of Lime Green #13C90C
Tints of Lime Green #13C90C
RGB
CMYK
RGB Variations
Color information
#13C90C (or 0x13C90C) is known color: Lime Green. HEX triplet: 13, C9 and 0C. RGB value is (19,201,12). Sum of RGB (Red+Green+Blue) = 19+201+12=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 201 (78.91% from 255 or 86.64% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 201 - color contains mainly: green. Hex color #13C90C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13C90C is #EC36F3. Grayscale: #7D7D7D. Windows color (decimal): -15480564 or 837907. OLE color: 837907.
HSL color Cylindrical-coordinate representation of color #13C90C: hue angle of 117.78º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #13C90C is Cyan = 0.91, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 201 | 12 | - |
| CMYK | 0.91 | 0 | 0.94 | 0.21 |
| HSL | 117.78º | 0.89% | 0.42% | - |
| HSV(B) | 117.78º | 0.94% | 0.79% | - |
| XYZ | 21.22 | 41.94 | 7.32 | - |
| YUV | 125.04 | 64.2 | 52.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 201 | 12 | 0.91 | 0 | 0.94 | 0.21 | 117.78 | 0.89 | 0.42 |
| Hex | 13 | C9 | C | 5B | 0 | 5E | 15 | 76 | 59 | 2A |
| Octal | 23 | 311 | 14 | 133 | 0 | 136 | 25 | 166 | 131 | 52 |
| Binary | 10011 | 11001001 | 1100 | 1011011 | 0 | 1011110 | 10101 | 1110110 | 1011001 | 101010 |
Color Harmonies of #13C90C
Complementary color
Monochromatic Colors of #13C90C
Black with #13C90C
Text Example
Text Example
White with #13C90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C90C; }
p { color: rgb(19,201,12); }
H1.HeaderClassName
{
color: #13C90C;
}
.AnyTagClassName
{
color: #13C90C;
}
</style>
background-color css
<style>
a { background-color: #13C90C; }
a { background-color: rgb(19,201,12); }
div.DivClassName
{
background-color: #13C90C;
}
.BgClassName
{
background-color: #13C90C;
}
</style>
border-color css
<style>
span { border-color: #13C90C; }
span { border-color: rgb(19,201,12); }
td.TdClassName
{
border-color: #13C90C;
}
.TagClassName
{
border-color: #13C90C;
}
</style>