Shades of Lime Green #20C010
Tints of Lime Green #20C010
RGB
CMYK
RGB Variations
Color information
#20C010 (or 0x20C010) is known color: Lime Green. HEX triplet: 20, C0 and 10. RGB value is (32,192,16). Sum of RGB (Red+Green+Blue) = 32+192+16=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 192 (75.39% from 255 or 80% from 240); Blue value is 16 (6.64% from 255 or 6.67% from 240); Max value from RGB is 192 - color contains mainly: green. Hex color #20C010 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20C010 is #DF3FEF. Grayscale: #7C7C7C. Windows color (decimal): -14630896 or 1097760. OLE color: 1097760.
HSL color Cylindrical-coordinate representation of color #20C010: hue angle of 114.55º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #20C010 is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 192 | 16 | - |
| CMYK | 0.83 | 0 | 0.92 | 0.25 |
| HSL | 114.55º | 0.85% | 0.41% | - |
| HSV(B) | 114.55º | 0.92% | 0.75% | - |
| XYZ | 19.54 | 38.04 | 6.8 | - |
| YUV | 124.1 | 66.99 | 62.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 192 | 16 | 0.83 | 0 | 0.92 | 0.25 | 114.55 | 0.85 | 0.41 |
| Hex | 20 | C0 | 10 | 53 | 0 | 5C | 19 | 73 | 55 | 29 |
| Octal | 40 | 300 | 20 | 123 | 0 | 134 | 31 | 163 | 125 | 51 |
| Binary | 100000 | 11000000 | 10000 | 1010011 | 0 | 1011100 | 11001 | 1110011 | 1010101 | 101001 |
Color Harmonies of #20C010
Complementary color
Monochromatic Colors of #20C010
Black with #20C010
Text Example
Text Example
White with #20C010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C010; }
p { color: rgb(32,192,16); }
H1.HeaderClassName
{
color: #20C010;
}
.AnyTagClassName
{
color: #20C010;
}
</style>
background-color css
<style>
a { background-color: #20C010; }
a { background-color: rgb(32,192,16); }
div.DivClassName
{
background-color: #20C010;
}
.BgClassName
{
background-color: #20C010;
}
</style>
border-color css
<style>
span { border-color: #20C010; }
span { border-color: rgb(32,192,16); }
td.TdClassName
{
border-color: #20C010;
}
.TagClassName
{
border-color: #20C010;
}
</style>