Shades of Lime Green #13D326
Tints of Lime Green #13D326
RGB
CMYK
RGB Variations
Color information
#13D326 (or 0x13D326) is known color: Lime Green. HEX triplet: 13, D3 and 26. RGB value is (19,211,38). Sum of RGB (Red+Green+Blue) = 19+211+38=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 211 (82.81% from 255 or 78.73% from 268); Blue value is 38 (15.23% from 255 or 14.18% from 268); Max value from RGB is 211 - color contains mainly: green. Hex color #13D326 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D326 is #EC2CD9. Grayscale: #868686. Windows color (decimal): -15477978 or 2544403. OLE color: 2544403.
HSL color Cylindrical-coordinate representation of color #13D326: hue angle of 125.94º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D326 is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 19 | 211 | 38 | - |
| CMYK | 0.91 | 0 | 0.82 | 0.17 |
| HSL | 125.94º | 0.83% | 0.45% | - |
| HSV(B) | 125.94º | 0.91% | 0.83% | - |
| XYZ | 23.91 | 46.87 | 9.62 | - |
| YUV | 133.87 | 73.89 | 46.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 211 | 38 | 0.91 | 0 | 0.82 | 0.17 | 125.94 | 0.83 | 0.45 |
| Hex | 13 | D3 | 26 | 5B | 0 | 52 | 11 | 7E | 53 | 2D |
| Octal | 23 | 323 | 46 | 133 | 0 | 122 | 21 | 176 | 123 | 55 |
| Binary | 10011 | 11010011 | 100110 | 1011011 | 0 | 1010010 | 10001 | 1111110 | 1010011 | 101101 |
Color Harmonies of #13D326
Complementary color
Monochromatic Colors of #13D326
Black with #13D326
Text Example
Text Example
White with #13D326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D326; }
p { color: rgb(19,211,38); }
H1.HeaderClassName
{
color: #13D326;
}
.AnyTagClassName
{
color: #13D326;
}
</style>
background-color css
<style>
a { background-color: #13D326; }
a { background-color: rgb(19,211,38); }
div.DivClassName
{
background-color: #13D326;
}
.BgClassName
{
background-color: #13D326;
}
</style>
border-color css
<style>
span { border-color: #13D326; }
span { border-color: rgb(19,211,38); }
td.TdClassName
{
border-color: #13D326;
}
.TagClassName
{
border-color: #13D326;
}
</style>