Shades of Lime Green #13D624
Tints of Lime Green #13D624
RGB
CMYK
RGB Variations
Color information
#13D624 (or 0x13D624) is known color: Lime Green. HEX triplet: 13, D6 and 24. RGB value is (19,214,36). Sum of RGB (Red+Green+Blue) = 19+214+36=269 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.06% from 269); Green value is 214 (83.98% from 255 or 79.55% from 269); Blue value is 36 (14.45% from 255 or 13.38% from 269); Max value from RGB is 214 - color contains mainly: green. Hex color #13D624 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D624 is #EC29DB. Grayscale: #878787. Windows color (decimal): -15477212 or 2414099. OLE color: 2414099.
HSL color Cylindrical-coordinate representation of color #13D624: hue angle of 125.23º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D624 is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 214 | 36 | - |
| CMYK | 0.91 | 0 | 0.83 | 0.16 |
| HSL | 125.23º | 0.84% | 0.46% | - |
| HSV(B) | 125.23º | 0.91% | 0.84% | - |
| XYZ | 24.63 | 48.36 | 9.7 | - |
| YUV | 135.4 | 71.9 | 44.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 214 | 36 | 0.91 | 0 | 0.83 | 0.16 | 125.23 | 0.84 | 0.46 |
| Hex | 13 | D6 | 24 | 5B | 0 | 53 | 10 | 7D | 54 | 2E |
| Octal | 23 | 326 | 44 | 133 | 0 | 123 | 20 | 175 | 124 | 56 |
| Binary | 10011 | 11010110 | 100100 | 1011011 | 0 | 1010011 | 10000 | 1111101 | 1010100 | 101110 |
Color Harmonies of #13D624
Complementary color
Monochromatic Colors of #13D624
Black with #13D624
Text Example
Text Example
White with #13D624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D624; }
p { color: rgb(19,214,36); }
H1.HeaderClassName
{
color: #13D624;
}
.AnyTagClassName
{
color: #13D624;
}
</style>
background-color css
<style>
a { background-color: #13D624; }
a { background-color: rgb(19,214,36); }
div.DivClassName
{
background-color: #13D624;
}
.BgClassName
{
background-color: #13D624;
}
</style>
border-color css
<style>
span { border-color: #13D624; }
span { border-color: rgb(19,214,36); }
td.TdClassName
{
border-color: #13D624;
}
.TagClassName
{
border-color: #13D624;
}
</style>