Shades of Lime Green #19BC13
Tints of Lime Green #19BC13
RGB
CMYK
RGB Variations
Color information
#19BC13 (or 0x19BC13) is known color: Lime Green. HEX triplet: 19, BC and 13. RGB value is (25,188,19). Sum of RGB (Red+Green+Blue) = 25+188+19=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 188 (73.83% from 255 or 81.03% from 232); Blue value is 19 (7.81% from 255 or 8.19% from 232); Max value from RGB is 188 - color contains mainly: green. Hex color #19BC13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19BC13 is #E643EC. Grayscale: #787878. Windows color (decimal): -15090669 or 1293337. OLE color: 1293337.
HSL color Cylindrical-coordinate representation of color #19BC13: hue angle of 117.87º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19BC13 is Cyan = 0.87, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 188 | 19 | - |
| CMYK | 0.87 | 0 | 0.90 | 0.26 |
| HSL | 117.87º | 0.82% | 0.41% | - |
| HSV(B) | 117.87º | 0.9% | 0.74% | - |
| XYZ | 18.5 | 36.22 | 6.63 | - |
| YUV | 120 | 71 | 60.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 188 | 19 | 0.87 | 0 | 0.90 | 0.26 | 117.87 | 0.82 | 0.41 |
| Hex | 19 | BC | 13 | 57 | 0 | 5A | 1A | 76 | 52 | 29 |
| Octal | 31 | 274 | 23 | 127 | 0 | 132 | 32 | 166 | 122 | 51 |
| Binary | 11001 | 10111100 | 10011 | 1010111 | 0 | 1011010 | 11010 | 1110110 | 1010010 | 101001 |
Color Harmonies of #19BC13
Complementary color
Monochromatic Colors of #19BC13
Black with #19BC13
Text Example
Text Example
White with #19BC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BC13; }
p { color: rgb(25,188,19); }
H1.HeaderClassName
{
color: #19BC13;
}
.AnyTagClassName
{
color: #19BC13;
}
</style>
background-color css
<style>
a { background-color: #19BC13; }
a { background-color: rgb(25,188,19); }
div.DivClassName
{
background-color: #19BC13;
}
.BgClassName
{
background-color: #19BC13;
}
</style>
border-color css
<style>
span { border-color: #19BC13; }
span { border-color: rgb(25,188,19); }
td.TdClassName
{
border-color: #19BC13;
}
.TagClassName
{
border-color: #19BC13;
}
</style>