Shades of Lime Green #13CF19
Tints of Lime Green #13CF19
RGB
CMYK
RGB Variations
Color information
#13CF19 (or 0x13CF19) is known color: Lime Green. HEX triplet: 13, CF and 19. RGB value is (19,207,25). Sum of RGB (Red+Green+Blue) = 19+207+25=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 207 (81.25% from 255 or 82.47% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 207 - color contains mainly: green. Hex color #13CF19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13CF19 is #EC30E6. Grayscale: #828282. Windows color (decimal): -15479015 or 1691411. OLE color: 1691411.
HSL color Cylindrical-coordinate representation of color #13CF19: hue angle of 121.91º 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 #13CF19 is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 207 | 25 | - |
| CMYK | 0.91 | 0 | 0.88 | 0.19 |
| HSL | 121.91º | 0.83% | 0.44% | - |
| HSV(B) | 121.91º | 0.91% | 0.81% | - |
| XYZ | 22.76 | 44.83 | 8.37 | - |
| YUV | 130.04 | 68.72 | 48.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 207 | 25 | 0.91 | 0 | 0.88 | 0.19 | 121.91 | 0.83 | 0.44 |
| Hex | 13 | CF | 19 | 5B | 0 | 58 | 13 | 7A | 53 | 2C |
| Octal | 23 | 317 | 31 | 133 | 0 | 130 | 23 | 172 | 123 | 54 |
| Binary | 10011 | 11001111 | 11001 | 1011011 | 0 | 1011000 | 10011 | 1111010 | 1010011 | 101100 |
Color Harmonies of #13CF19
Complementary color
Monochromatic Colors of #13CF19
Black with #13CF19
Text Example
Text Example
White with #13CF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CF19; }
p { color: rgb(19,207,25); }
H1.HeaderClassName
{
color: #13CF19;
}
.AnyTagClassName
{
color: #13CF19;
}
</style>
background-color css
<style>
a { background-color: #13CF19; }
a { background-color: rgb(19,207,25); }
div.DivClassName
{
background-color: #13CF19;
}
.BgClassName
{
background-color: #13CF19;
}
</style>
border-color css
<style>
span { border-color: #13CF19; }
span { border-color: rgb(19,207,25); }
td.TdClassName
{
border-color: #13CF19;
}
.TagClassName
{
border-color: #13CF19;
}
</style>