Shades of Lime Green #20C61A
Tints of Lime Green #20C61A
RGB
CMYK
RGB Variations
Color information
#20C61A (or 0x20C61A) is known color: Lime Green. HEX triplet: 20, C6 and 1A. RGB value is (32,198,26). Sum of RGB (Red+Green+Blue) = 32+198+26=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 198 (77.73% from 255 or 77.34% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 198 - color contains mainly: green. Hex color #20C61A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C61A is #DF39E5. Grayscale: #818181. Windows color (decimal): -14629350 or 1754656. OLE color: 1754656.
HSL color Cylindrical-coordinate representation of color #20C61A: hue angle of 117.91º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20C61A is Cyan = 0.84, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 198 | 26 | - |
| CMYK | 0.84 | 0 | 0.87 | 0.22 |
| HSL | 117.91º | 0.77% | 0.44% | - |
| HSV(B) | 117.91º | 0.87% | 0.78% | - |
| XYZ | 20.98 | 40.77 | 7.74 | - |
| YUV | 128.76 | 70 | 58.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 198 | 26 | 0.84 | 0 | 0.87 | 0.22 | 117.91 | 0.77 | 0.44 |
| Hex | 20 | C6 | 1A | 54 | 0 | 57 | 16 | 76 | 4D | 2C |
| Octal | 40 | 306 | 32 | 124 | 0 | 127 | 26 | 166 | 115 | 54 |
| Binary | 100000 | 11000110 | 11010 | 1010100 | 0 | 1010111 | 10110 | 1110110 | 1001101 | 101100 |
Color Harmonies of #20C61A
Complementary color
Monochromatic Colors of #20C61A
Black with #20C61A
Text Example
Text Example
White with #20C61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C61A; }
p { color: rgb(32,198,26); }
H1.HeaderClassName
{
color: #20C61A;
}
.AnyTagClassName
{
color: #20C61A;
}
</style>
background-color css
<style>
a { background-color: #20C61A; }
a { background-color: rgb(32,198,26); }
div.DivClassName
{
background-color: #20C61A;
}
.BgClassName
{
background-color: #20C61A;
}
</style>
border-color css
<style>
span { border-color: #20C61A; }
span { border-color: rgb(32,198,26); }
td.TdClassName
{
border-color: #20C61A;
}
.TagClassName
{
border-color: #20C61A;
}
</style>