Shades of Lime Green #20C00A
Tints of Lime Green #20C00A
RGB
CMYK
RGB Variations
Color information
#20C00A (or 0x20C00A) is known color: Lime Green. HEX triplet: 20, C0 and 0A. RGB value is (32,192,10). Sum of RGB (Red+Green+Blue) = 32+192+10=234 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.68% from 234); Green value is 192 (75.39% from 255 or 82.05% from 234); Blue value is 10 (4.30% from 255 or 4.27% from 234); Max value from RGB is 192 - color contains mainly: green. Hex color #20C00A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20C00A is #DF3FF5. Grayscale: #7B7B7B. Windows color (decimal): -14630902 or 704544. OLE color: 704544.
HSL color Cylindrical-coordinate representation of color #20C00A: hue angle of 112.75º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #20C00A is Cyan = 0.83, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 192 | 10 | - |
| CMYK | 0.83 | 0 | 0.95 | 0.25 |
| HSL | 112.75º | 0.9% | 0.4% | - |
| HSV(B) | 112.75º | 0.95% | 0.75% | - |
| XYZ | 19.5 | 38.03 | 6.6 | - |
| YUV | 123.41 | 63.99 | 62.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 192 | 10 | 0.83 | 0 | 0.95 | 0.25 | 112.75 | 0.9 | 0.4 |
| Hex | 20 | C0 | A | 53 | 0 | 5F | 19 | 71 | 5A | 28 |
| Octal | 40 | 300 | 12 | 123 | 0 | 137 | 31 | 161 | 132 | 50 |
| Binary | 100000 | 11000000 | 1010 | 1010011 | 0 | 1011111 | 11001 | 1110001 | 1011010 | 101000 |
Color Harmonies of #20C00A
Complementary color
Monochromatic Colors of #20C00A
Black with #20C00A
Text Example
Text Example
White with #20C00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C00A; }
p { color: rgb(32,192,10); }
H1.HeaderClassName
{
color: #20C00A;
}
.AnyTagClassName
{
color: #20C00A;
}
</style>
background-color css
<style>
a { background-color: #20C00A; }
a { background-color: rgb(32,192,10); }
div.DivClassName
{
background-color: #20C00A;
}
.BgClassName
{
background-color: #20C00A;
}
</style>
border-color css
<style>
span { border-color: #20C00A; }
span { border-color: rgb(32,192,10); }
td.TdClassName
{
border-color: #20C00A;
}
.TagClassName
{
border-color: #20C00A;
}
</style>