Shades of Lime Green #20C913
Tints of Lime Green #20C913
RGB
CMYK
RGB Variations
Color information
#20C913 (or 0x20C913) is known color: Lime Green. HEX triplet: 20, C9 and 13. RGB value is (32,201,19). Sum of RGB (Red+Green+Blue) = 32+201+19=252 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.70% from 252); Green value is 201 (78.91% from 255 or 79.76% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 201 - color contains mainly: green. Hex color #20C913 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20C913 is #DF36EC. Grayscale: #828282. Windows color (decimal): -14628589 or 1296672. OLE color: 1296672.
HSL color Cylindrical-coordinate representation of color #20C913: hue angle of 115.71º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #20C913 is Cyan = 0.84, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 201 | 19 | - |
| CMYK | 0.84 | 0 | 0.91 | 0.21 |
| HSL | 115.71º | 0.83% | 0.43% | - |
| HSV(B) | 115.71º | 0.91% | 0.79% | - |
| XYZ | 21.6 | 42.13 | 7.61 | - |
| YUV | 129.72 | 65.51 | 58.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 201 | 19 | 0.84 | 0 | 0.91 | 0.21 | 115.71 | 0.83 | 0.43 |
| Hex | 20 | C9 | 13 | 54 | 0 | 5B | 15 | 74 | 53 | 2B |
| Octal | 40 | 311 | 23 | 124 | 0 | 133 | 25 | 164 | 123 | 53 |
| Binary | 100000 | 11001001 | 10011 | 1010100 | 0 | 1011011 | 10101 | 1110100 | 1010011 | 101011 |
Color Harmonies of #20C913
Complementary color
Monochromatic Colors of #20C913
Black with #20C913
Text Example
Text Example
White with #20C913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C913; }
p { color: rgb(32,201,19); }
H1.HeaderClassName
{
color: #20C913;
}
.AnyTagClassName
{
color: #20C913;
}
</style>
background-color css
<style>
a { background-color: #20C913; }
a { background-color: rgb(32,201,19); }
div.DivClassName
{
background-color: #20C913;
}
.BgClassName
{
background-color: #20C913;
}
</style>
border-color css
<style>
span { border-color: #20C913; }
span { border-color: rgb(32,201,19); }
td.TdClassName
{
border-color: #20C913;
}
.TagClassName
{
border-color: #20C913;
}
</style>