Shades of Lime Green #13D526
Tints of Lime Green #13D526
RGB
CMYK
RGB Variations
Color information
#13D526 (or 0x13D526) is known color: Lime Green. HEX triplet: 13, D5 and 26. RGB value is (19,213,38). Sum of RGB (Red+Green+Blue) = 19+213+38=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 213 (83.59% from 255 or 78.89% from 270); Blue value is 38 (15.23% from 255 or 14.07% from 270); Max value from RGB is 213 - color contains mainly: green. Hex color #13D526 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D526 is #EC2AD9. Grayscale: #878787. Windows color (decimal): -15477466 or 2544915. OLE color: 2544915.
HSL color Cylindrical-coordinate representation of color #13D526: hue angle of 125.88º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D526 is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 213 | 38 | - |
| CMYK | 0.91 | 0 | 0.82 | 0.16 |
| HSL | 125.88º | 0.84% | 0.45% | - |
| HSV(B) | 125.88º | 0.91% | 0.84% | - |
| XYZ | 24.41 | 47.87 | 9.79 | - |
| YUV | 135.04 | 73.23 | 45.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 213 | 38 | 0.91 | 0 | 0.82 | 0.16 | 125.88 | 0.84 | 0.45 |
| Hex | 13 | D5 | 26 | 5B | 0 | 52 | 10 | 7E | 54 | 2D |
| Octal | 23 | 325 | 46 | 133 | 0 | 122 | 20 | 176 | 124 | 55 |
| Binary | 10011 | 11010101 | 100110 | 1011011 | 0 | 1010010 | 10000 | 1111110 | 1010100 | 101101 |
Color Harmonies of #13D526
Complementary color
Monochromatic Colors of #13D526
Black with #13D526
Text Example
Text Example
White with #13D526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D526; }
p { color: rgb(19,213,38); }
H1.HeaderClassName
{
color: #13D526;
}
.AnyTagClassName
{
color: #13D526;
}
</style>
background-color css
<style>
a { background-color: #13D526; }
a { background-color: rgb(19,213,38); }
div.DivClassName
{
background-color: #13D526;
}
.BgClassName
{
background-color: #13D526;
}
</style>
border-color css
<style>
span { border-color: #13D526; }
span { border-color: rgb(19,213,38); }
td.TdClassName
{
border-color: #13D526;
}
.TagClassName
{
border-color: #13D526;
}
</style>