Shades of Lime Green #20CC07
Tints of Lime Green #20CC07
RGB
CMYK
RGB Variations
Color information
#20CC07 (or 0x20CC07) is known color: Lime Green. HEX triplet: 20, CC and 07. RGB value is (32,204,7). Sum of RGB (Red+Green+Blue) = 32+204+7=243 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.17% from 243); Green value is 204 (80.08% from 255 or 83.95% from 243); Blue value is 7 (3.12% from 255 or 2.88% from 243); Max value from RGB is 204 - color contains mainly: green. Hex color #20CC07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20CC07 is #DF33F8. Grayscale: #828282. Windows color (decimal): -14627833 or 511008. OLE color: 511008.
HSL color Cylindrical-coordinate representation of color #20CC07: hue angle of 112.39º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #20CC07 is Cyan = 0.84, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 204 | 7 | - |
| CMYK | 0.84 | 0 | 0.97 | 0.2 |
| HSL | 112.39º | 0.93% | 0.41% | - |
| HSV(B) | 112.39º | 0.97% | 0.8% | - |
| XYZ | 22.23 | 43.51 | 7.43 | - |
| YUV | 130.11 | 58.52 | 58.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 204 | 7 | 0.84 | 0 | 0.97 | 0.2 | 112.39 | 0.93 | 0.41 |
| Hex | 20 | CC | 7 | 54 | 0 | 61 | 14 | 70 | 5D | 29 |
| Octal | 40 | 314 | 7 | 124 | 0 | 141 | 24 | 160 | 135 | 51 |
| Binary | 100000 | 11001100 | 111 | 1010100 | 0 | 1100001 | 10100 | 1110000 | 1011101 | 101001 |
Color Harmonies of #20CC07
Complementary color
Monochromatic Colors of #20CC07
Black with #20CC07
Text Example
Text Example
White with #20CC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CC07; }
p { color: rgb(32,204,7); }
H1.HeaderClassName
{
color: #20CC07;
}
.AnyTagClassName
{
color: #20CC07;
}
</style>
background-color css
<style>
a { background-color: #20CC07; }
a { background-color: rgb(32,204,7); }
div.DivClassName
{
background-color: #20CC07;
}
.BgClassName
{
background-color: #20CC07;
}
</style>
border-color css
<style>
span { border-color: #20CC07; }
span { border-color: rgb(32,204,7); }
td.TdClassName
{
border-color: #20CC07;
}
.TagClassName
{
border-color: #20CC07;
}
</style>