Shades of Lime Green #20C210
Tints of Lime Green #20C210
RGB
CMYK
RGB Variations
Color information
#20C210 (or 0x20C210) is known color: Lime Green. HEX triplet: 20, C2 and 10. RGB value is (32,194,16). Sum of RGB (Red+Green+Blue) = 32+194+16=242 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.22% from 242); Green value is 194 (76.17% from 255 or 80.17% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 194 - color contains mainly: green. Hex color #20C210 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20C210 is #DF3DEF. Grayscale: #7D7D7D. Windows color (decimal): -14630384 or 1098272. OLE color: 1098272.
HSL color Cylindrical-coordinate representation of color #20C210: hue angle of 114.61º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #20C210 is Cyan = 0.84, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 194 | 16 | - |
| CMYK | 0.84 | 0 | 0.92 | 0.24 |
| HSL | 114.61º | 0.85% | 0.41% | - |
| HSV(B) | 114.61º | 0.92% | 0.76% | - |
| XYZ | 19.98 | 38.93 | 6.95 | - |
| YUV | 125.27 | 66.33 | 61.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 194 | 16 | 0.84 | 0 | 0.92 | 0.24 | 114.61 | 0.85 | 0.41 |
| Hex | 20 | C2 | 10 | 54 | 0 | 5C | 18 | 73 | 55 | 29 |
| Octal | 40 | 302 | 20 | 124 | 0 | 134 | 30 | 163 | 125 | 51 |
| Binary | 100000 | 11000010 | 10000 | 1010100 | 0 | 1011100 | 11000 | 1110011 | 1010101 | 101001 |
Color Harmonies of #20C210
Complementary color
Monochromatic Colors of #20C210
Black with #20C210
Text Example
Text Example
White with #20C210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C210; }
p { color: rgb(32,194,16); }
H1.HeaderClassName
{
color: #20C210;
}
.AnyTagClassName
{
color: #20C210;
}
</style>
background-color css
<style>
a { background-color: #20C210; }
a { background-color: rgb(32,194,16); }
div.DivClassName
{
background-color: #20C210;
}
.BgClassName
{
background-color: #20C210;
}
</style>
border-color css
<style>
span { border-color: #20C210; }
span { border-color: rgb(32,194,16); }
td.TdClassName
{
border-color: #20C210;
}
.TagClassName
{
border-color: #20C210;
}
</style>