Shades of Lime Green #20C926
Tints of Lime Green #20C926
RGB
CMYK
RGB Variations
Color information
#20C926 (or 0x20C926) is known color: Lime Green. HEX triplet: 20, C9 and 26. RGB value is (32,201,38). Sum of RGB (Red+Green+Blue) = 32+201+38=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 201 (78.91% from 255 or 74.17% from 271); Blue value is 38 (15.23% from 255 or 14.02% from 271); Max value from RGB is 201 - color contains mainly: green. Hex color #20C926 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C926 is #DF36D9. Grayscale: #848484. Windows color (decimal): -14628570 or 2541856. OLE color: 2541856.
HSL color Cylindrical-coordinate representation of color #20C926: hue angle of 122.13º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C926 is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 201 | 38 | - |
| CMYK | 0.84 | 0 | 0.81 | 0.21 |
| HSL | 122.13º | 0.73% | 0.46% | - |
| HSV(B) | 122.13º | 0.84% | 0.79% | - |
| XYZ | 21.83 | 42.22 | 8.83 | - |
| YUV | 131.89 | 75.01 | 56.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 201 | 38 | 0.84 | 0 | 0.81 | 0.21 | 122.13 | 0.73 | 0.46 |
| Hex | 20 | C9 | 26 | 54 | 0 | 51 | 15 | 7A | 49 | 2E |
| Octal | 40 | 311 | 46 | 124 | 0 | 121 | 25 | 172 | 111 | 56 |
| Binary | 100000 | 11001001 | 100110 | 1010100 | 0 | 1010001 | 10101 | 1111010 | 1001001 | 101110 |
Color Harmonies of #20C926
Complementary color
Monochromatic Colors of #20C926
Black with #20C926
Text Example
Text Example
White with #20C926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C926; }
p { color: rgb(32,201,38); }
H1.HeaderClassName
{
color: #20C926;
}
.AnyTagClassName
{
color: #20C926;
}
</style>
background-color css
<style>
a { background-color: #20C926; }
a { background-color: rgb(32,201,38); }
div.DivClassName
{
background-color: #20C926;
}
.BgClassName
{
background-color: #20C926;
}
</style>
border-color css
<style>
span { border-color: #20C926; }
span { border-color: rgb(32,201,38); }
td.TdClassName
{
border-color: #20C926;
}
.TagClassName
{
border-color: #20C926;
}
</style>