Shades of Lime Green #13CE14
Tints of Lime Green #13CE14
RGB
CMYK
RGB Variations
Color information
#13CE14 (or 0x13CE14) is known color: Lime Green. HEX triplet: 13, CE and 14. RGB value is (19,206,20). Sum of RGB (Red+Green+Blue) = 19+206+20=245 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.76% from 245); Green value is 206 (80.86% from 255 or 84.08% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 206 - color contains mainly: green. Hex color #13CE14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13CE14 is #EC31EB. Grayscale: #818181. Windows color (decimal): -15479276 or 1363475. OLE color: 1363475.
HSL color Cylindrical-coordinate representation of color #13CE14: hue angle of 120.32º 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 #13CE14 is Cyan = 0.91, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 206 | 20 | - |
| CMYK | 0.91 | 0 | 0.90 | 0.19 |
| HSL | 120.32º | 0.83% | 0.44% | - |
| HSV(B) | 120.32º | 0.91% | 0.81% | - |
| XYZ | 22.47 | 44.33 | 8.03 | - |
| YUV | 128.88 | 66.55 | 49.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 206 | 20 | 0.91 | 0 | 0.90 | 0.19 | 120.32 | 0.83 | 0.44 |
| Hex | 13 | CE | 14 | 5B | 0 | 5A | 13 | 78 | 53 | 2C |
| Octal | 23 | 316 | 24 | 133 | 0 | 132 | 23 | 170 | 123 | 54 |
| Binary | 10011 | 11001110 | 10100 | 1011011 | 0 | 1011010 | 10011 | 1111000 | 1010011 | 101100 |
Color Harmonies of #13CE14
Complementary color
Monochromatic Colors of #13CE14
Black with #13CE14
Text Example
Text Example
White with #13CE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CE14; }
p { color: rgb(19,206,20); }
H1.HeaderClassName
{
color: #13CE14;
}
.AnyTagClassName
{
color: #13CE14;
}
</style>
background-color css
<style>
a { background-color: #13CE14; }
a { background-color: rgb(19,206,20); }
div.DivClassName
{
background-color: #13CE14;
}
.BgClassName
{
background-color: #13CE14;
}
</style>
border-color css
<style>
span { border-color: #13CE14; }
span { border-color: rgb(19,206,20); }
td.TdClassName
{
border-color: #13CE14;
}
.TagClassName
{
border-color: #13CE14;
}
</style>