Shades of Lime Green #13CC1D
Tints of Lime Green #13CC1D
RGB
CMYK
RGB Variations
Color information
#13CC1D (or 0x13CC1D) is known color: Lime Green. HEX triplet: 13, CC and 1D. RGB value is (19,204,29). Sum of RGB (Red+Green+Blue) = 19+204+29=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 204 (80.08% from 255 or 80.95% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 204 - color contains mainly: green. Hex color #13CC1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13CC1D is #EC33E2. Grayscale: #818181. Windows color (decimal): -15479779 or 1952787. OLE color: 1952787.
HSL color Cylindrical-coordinate representation of color #13CC1D: hue angle of 123.24º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CC1D is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 19 | 204 | 29 | - |
| CMYK | 0.91 | 0 | 0.86 | 0.2 |
| HSL | 123.24º | 0.83% | 0.44% | - |
| HSV(B) | 123.24º | 0.91% | 0.8% | - |
| XYZ | 22.08 | 43.41 | 8.38 | - |
| YUV | 128.74 | 71.71 | 49.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 204 | 29 | 0.91 | 0 | 0.86 | 0.2 | 123.24 | 0.83 | 0.44 |
| Hex | 13 | CC | 1D | 5B | 0 | 56 | 14 | 7B | 53 | 2C |
| Octal | 23 | 314 | 35 | 133 | 0 | 126 | 24 | 173 | 123 | 54 |
| Binary | 10011 | 11001100 | 11101 | 1011011 | 0 | 1010110 | 10100 | 1111011 | 1010011 | 101100 |
Color Harmonies of #13CC1D
Complementary color
Monochromatic Colors of #13CC1D
Black with #13CC1D
Text Example
Text Example
White with #13CC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CC1D; }
p { color: rgb(19,204,29); }
H1.HeaderClassName
{
color: #13CC1D;
}
.AnyTagClassName
{
color: #13CC1D;
}
</style>
background-color css
<style>
a { background-color: #13CC1D; }
a { background-color: rgb(19,204,29); }
div.DivClassName
{
background-color: #13CC1D;
}
.BgClassName
{
background-color: #13CC1D;
}
</style>
border-color css
<style>
span { border-color: #13CC1D; }
span { border-color: rgb(19,204,29); }
td.TdClassName
{
border-color: #13CC1D;
}
.TagClassName
{
border-color: #13CC1D;
}
</style>