Shades of Lime Green #13CE19
Tints of Lime Green #13CE19
RGB
CMYK
RGB Variations
Color information
#13CE19 (or 0x13CE19) is known color: Lime Green. HEX triplet: 13, CE and 19. RGB value is (19,206,25). Sum of RGB (Red+Green+Blue) = 19+206+25=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 206 (80.86% from 255 or 82.4% from 250); Blue value is 25 (10.16% from 255 or 10% from 250); Max value from RGB is 206 - color contains mainly: green. Hex color #13CE19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13CE19 is #EC31E6. Grayscale: #818181. Windows color (decimal): -15479271 or 1691155. OLE color: 1691155.
HSL color Cylindrical-coordinate representation of color #13CE19: hue angle of 121.93º 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 #13CE19 is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 206 | 25 | - |
| CMYK | 0.91 | 0 | 0.88 | 0.19 |
| HSL | 121.93º | 0.83% | 0.44% | - |
| HSV(B) | 121.93º | 0.91% | 0.81% | - |
| XYZ | 22.52 | 44.35 | 8.29 | - |
| YUV | 129.45 | 69.05 | 49.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 206 | 25 | 0.91 | 0 | 0.88 | 0.19 | 121.93 | 0.83 | 0.44 |
| Hex | 13 | CE | 19 | 5B | 0 | 58 | 13 | 7A | 53 | 2C |
| Octal | 23 | 316 | 31 | 133 | 0 | 130 | 23 | 172 | 123 | 54 |
| Binary | 10011 | 11001110 | 11001 | 1011011 | 0 | 1011000 | 10011 | 1111010 | 1010011 | 101100 |
Color Harmonies of #13CE19
Complementary color
Monochromatic Colors of #13CE19
Black with #13CE19
Text Example
Text Example
White with #13CE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CE19; }
p { color: rgb(19,206,25); }
H1.HeaderClassName
{
color: #13CE19;
}
.AnyTagClassName
{
color: #13CE19;
}
</style>
background-color css
<style>
a { background-color: #13CE19; }
a { background-color: rgb(19,206,25); }
div.DivClassName
{
background-color: #13CE19;
}
.BgClassName
{
background-color: #13CE19;
}
</style>
border-color css
<style>
span { border-color: #13CE19; }
span { border-color: rgb(19,206,25); }
td.TdClassName
{
border-color: #13CE19;
}
.TagClassName
{
border-color: #13CE19;
}
</style>