Shades of Lime Green #20C110
Tints of Lime Green #20C110
RGB
CMYK
RGB Variations
Color information
#20C110 (or 0x20C110) is known color: Lime Green. HEX triplet: 20, C1 and 10. RGB value is (32,193,16). Sum of RGB (Red+Green+Blue) = 32+193+16=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 193 (75.78% from 255 or 80.08% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 193 - color contains mainly: green. Hex color #20C110 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20C110 is #DF3EEF. Grayscale: #7D7D7D. Windows color (decimal): -14630640 or 1098016. OLE color: 1098016.
HSL color Cylindrical-coordinate representation of color #20C110: hue angle of 114.58º 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 #20C110 is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 193 | 16 | - |
| CMYK | 0.83 | 0 | 0.92 | 0.24 |
| HSL | 114.58º | 0.85% | 0.41% | - |
| HSV(B) | 114.58º | 0.92% | 0.76% | - |
| XYZ | 19.76 | 38.48 | 6.88 | - |
| YUV | 124.68 | 66.66 | 61.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 193 | 16 | 0.83 | 0 | 0.92 | 0.24 | 114.58 | 0.85 | 0.41 |
| Hex | 20 | C1 | 10 | 53 | 0 | 5C | 18 | 73 | 55 | 29 |
| Octal | 40 | 301 | 20 | 123 | 0 | 134 | 30 | 163 | 125 | 51 |
| Binary | 100000 | 11000001 | 10000 | 1010011 | 0 | 1011100 | 11000 | 1110011 | 1010101 | 101001 |
Color Harmonies of #20C110
Complementary color
Monochromatic Colors of #20C110
Black with #20C110
Text Example
Text Example
White with #20C110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C110; }
p { color: rgb(32,193,16); }
H1.HeaderClassName
{
color: #20C110;
}
.AnyTagClassName
{
color: #20C110;
}
</style>
background-color css
<style>
a { background-color: #20C110; }
a { background-color: rgb(32,193,16); }
div.DivClassName
{
background-color: #20C110;
}
.BgClassName
{
background-color: #20C110;
}
</style>
border-color css
<style>
span { border-color: #20C110; }
span { border-color: rgb(32,193,16); }
td.TdClassName
{
border-color: #20C110;
}
.TagClassName
{
border-color: #20C110;
}
</style>