Shades of Lime Green #20C626
Tints of Lime Green #20C626
RGB
CMYK
RGB Variations
Color information
#20C626 (or 0x20C626) is known color: Lime Green. HEX triplet: 20, C6 and 26. RGB value is (32,198,38). Sum of RGB (Red+Green+Blue) = 32+198+38=268 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.94% from 268); Green value is 198 (77.73% from 255 or 73.88% from 268); Blue value is 38 (15.23% from 255 or 14.18% from 268); Max value from RGB is 198 - color contains mainly: green. Hex color #20C626 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C626 is #DF39D9. Grayscale: #828282. Windows color (decimal): -14629338 or 2541088. OLE color: 2541088.
HSL color Cylindrical-coordinate representation of color #20C626: hue angle of 122.17º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C626 is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 198 | 38 | - |
| CMYK | 0.84 | 0 | 0.81 | 0.22 |
| HSL | 122.17º | 0.72% | 0.45% | - |
| HSV(B) | 122.17º | 0.84% | 0.78% | - |
| XYZ | 21.14 | 40.84 | 8.6 | - |
| YUV | 130.13 | 76 | 58.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 198 | 38 | 0.84 | 0 | 0.81 | 0.22 | 122.17 | 0.72 | 0.45 |
| Hex | 20 | C6 | 26 | 54 | 0 | 51 | 16 | 7A | 48 | 2D |
| Octal | 40 | 306 | 46 | 124 | 0 | 121 | 26 | 172 | 110 | 55 |
| Binary | 100000 | 11000110 | 100110 | 1010100 | 0 | 1010001 | 10110 | 1111010 | 1001000 | 101101 |
Color Harmonies of #20C626
Complementary color
Monochromatic Colors of #20C626
Black with #20C626
Text Example
Text Example
White with #20C626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C626; }
p { color: rgb(32,198,38); }
H1.HeaderClassName
{
color: #20C626;
}
.AnyTagClassName
{
color: #20C626;
}
</style>
background-color css
<style>
a { background-color: #20C626; }
a { background-color: rgb(32,198,38); }
div.DivClassName
{
background-color: #20C626;
}
.BgClassName
{
background-color: #20C626;
}
</style>
border-color css
<style>
span { border-color: #20C626; }
span { border-color: rgb(32,198,38); }
td.TdClassName
{
border-color: #20C626;
}
.TagClassName
{
border-color: #20C626;
}
</style>