Shades of Lime Green #13CE1D
Tints of Lime Green #13CE1D
RGB
CMYK
RGB Variations
Color information
#13CE1D (or 0x13CE1D) is known color: Lime Green. HEX triplet: 13, CE and 1D. RGB value is (19,206,29). Sum of RGB (Red+Green+Blue) = 19+206+29=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 206 (80.86% from 255 or 81.10% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 206 - color contains mainly: green. Hex color #13CE1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13CE1D is #EC31E2. Grayscale: #828282. Windows color (decimal): -15479267 or 1953299. OLE color: 1953299.
HSL color Cylindrical-coordinate representation of color #13CE1D: hue angle of 123.21º 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 #13CE1D is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 206 | 29 | - |
| CMYK | 0.91 | 0 | 0.86 | 0.19 |
| HSL | 123.21º | 0.83% | 0.44% | - |
| HSV(B) | 123.21º | 0.91% | 0.81% | - |
| XYZ | 22.56 | 44.37 | 8.54 | - |
| YUV | 129.91 | 71.05 | 48.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 206 | 29 | 0.91 | 0 | 0.86 | 0.19 | 123.21 | 0.83 | 0.44 |
| Hex | 13 | CE | 1D | 5B | 0 | 56 | 13 | 7B | 53 | 2C |
| Octal | 23 | 316 | 35 | 133 | 0 | 126 | 23 | 173 | 123 | 54 |
| Binary | 10011 | 11001110 | 11101 | 1011011 | 0 | 1010110 | 10011 | 1111011 | 1010011 | 101100 |
Color Harmonies of #13CE1D
Complementary color
Monochromatic Colors of #13CE1D
Black with #13CE1D
Text Example
Text Example
White with #13CE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CE1D; }
p { color: rgb(19,206,29); }
H1.HeaderClassName
{
color: #13CE1D;
}
.AnyTagClassName
{
color: #13CE1D;
}
</style>
background-color css
<style>
a { background-color: #13CE1D; }
a { background-color: rgb(19,206,29); }
div.DivClassName
{
background-color: #13CE1D;
}
.BgClassName
{
background-color: #13CE1D;
}
</style>
border-color css
<style>
span { border-color: #13CE1D; }
span { border-color: rgb(19,206,29); }
td.TdClassName
{
border-color: #13CE1D;
}
.TagClassName
{
border-color: #13CE1D;
}
</style>