Shades of Lime Green #20C60A
Tints of Lime Green #20C60A
RGB
CMYK
RGB Variations
Color information
#20C60A (or 0x20C60A) is known color: Lime Green. HEX triplet: 20, C6 and 0A. RGB value is (32,198,10). Sum of RGB (Red+Green+Blue) = 32+198+10=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 198 (77.73% from 255 or 82.5% from 240); Blue value is 10 (4.30% from 255 or 4.17% from 240); Max value from RGB is 198 - color contains mainly: green. Hex color #20C60A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20C60A is #DF39F5. Grayscale: #7F7F7F. Windows color (decimal): -14629366 or 706080. OLE color: 706080.
HSL color Cylindrical-coordinate representation of color #20C60A: hue angle of 112.98º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #20C60A is Cyan = 0.84, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 198 | 10 | - |
| CMYK | 0.84 | 0 | 0.95 | 0.22 |
| HSL | 112.98º | 0.9% | 0.41% | - |
| HSV(B) | 112.98º | 0.95% | 0.78% | - |
| XYZ | 20.84 | 40.72 | 7.05 | - |
| YUV | 126.93 | 62 | 60.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 198 | 10 | 0.84 | 0 | 0.95 | 0.22 | 112.98 | 0.9 | 0.41 |
| Hex | 20 | C6 | A | 54 | 0 | 5F | 16 | 71 | 5A | 29 |
| Octal | 40 | 306 | 12 | 124 | 0 | 137 | 26 | 161 | 132 | 51 |
| Binary | 100000 | 11000110 | 1010 | 1010100 | 0 | 1011111 | 10110 | 1110001 | 1011010 | 101001 |
Color Harmonies of #20C60A
Complementary color
Monochromatic Colors of #20C60A
Black with #20C60A
Text Example
Text Example
White with #20C60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C60A; }
p { color: rgb(32,198,10); }
H1.HeaderClassName
{
color: #20C60A;
}
.AnyTagClassName
{
color: #20C60A;
}
</style>
background-color css
<style>
a { background-color: #20C60A; }
a { background-color: rgb(32,198,10); }
div.DivClassName
{
background-color: #20C60A;
}
.BgClassName
{
background-color: #20C60A;
}
</style>
border-color css
<style>
span { border-color: #20C60A; }
span { border-color: rgb(32,198,10); }
td.TdClassName
{
border-color: #20C60A;
}
.TagClassName
{
border-color: #20C60A;
}
</style>