Shades of Lime Green #13D121
Tints of Lime Green #13D121
RGB
CMYK
RGB Variations
Color information
#13D121 (or 0x13D121) is known color: Lime Green. HEX triplet: 13, D1 and 21. RGB value is (19,209,33). Sum of RGB (Red+Green+Blue) = 19+209+33=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 209 (82.03% from 255 or 80.08% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 209 - color contains mainly: green. Hex color #13D121 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D121 is #EC2EDE. Grayscale: #848484. Windows color (decimal): -15478495 or 2216211. OLE color: 2216211.
HSL color Cylindrical-coordinate representation of color #13D121: hue angle of 124.42º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D121 is Cyan = 0.91, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 209 | 33 | - |
| CMYK | 0.91 | 0 | 0.84 | 0.18 |
| HSL | 124.42º | 0.83% | 0.45% | - |
| HSV(B) | 124.42º | 0.91% | 0.82% | - |
| XYZ | 23.34 | 45.85 | 9.06 | - |
| YUV | 132.13 | 72.05 | 47.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 209 | 33 | 0.91 | 0 | 0.84 | 0.18 | 124.42 | 0.83 | 0.45 |
| Hex | 13 | D1 | 21 | 5B | 0 | 54 | 12 | 7C | 53 | 2D |
| Octal | 23 | 321 | 41 | 133 | 0 | 124 | 22 | 174 | 123 | 55 |
| Binary | 10011 | 11010001 | 100001 | 1011011 | 0 | 1010100 | 10010 | 1111100 | 1010011 | 101101 |
Color Harmonies of #13D121
Complementary color
Monochromatic Colors of #13D121
Black with #13D121
Text Example
Text Example
White with #13D121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D121; }
p { color: rgb(19,209,33); }
H1.HeaderClassName
{
color: #13D121;
}
.AnyTagClassName
{
color: #13D121;
}
</style>
background-color css
<style>
a { background-color: #13D121; }
a { background-color: rgb(19,209,33); }
div.DivClassName
{
background-color: #13D121;
}
.BgClassName
{
background-color: #13D121;
}
</style>
border-color css
<style>
span { border-color: #13D121; }
span { border-color: rgb(19,209,33); }
td.TdClassName
{
border-color: #13D121;
}
.TagClassName
{
border-color: #13D121;
}
</style>