Shades of Lime Green #20C426
Tints of Lime Green #20C426
RGB
CMYK
RGB Variations
Color information
#20C426 (or 0x20C426) is known color: Lime Green. HEX triplet: 20, C4 and 26. RGB value is (32,196,38). Sum of RGB (Red+Green+Blue) = 32+196+38=266 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.03% from 266); Green value is 196 (76.95% from 255 or 73.68% from 266); Blue value is 38 (15.23% from 255 or 14.29% from 266); Max value from RGB is 196 - color contains mainly: green. Hex color #20C426 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C426 is #DF3BD9. Grayscale: #818181. Windows color (decimal): -14629850 or 2540576. OLE color: 2540576.
HSL color Cylindrical-coordinate representation of color #20C426: hue angle of 122.2º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C426 is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 196 | 38 | - |
| CMYK | 0.84 | 0 | 0.81 | 0.23 |
| HSL | 122.2º | 0.72% | 0.45% | - |
| HSV(B) | 122.2º | 0.84% | 0.77% | - |
| XYZ | 20.69 | 39.93 | 8.45 | - |
| YUV | 128.95 | 76.67 | 58.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 196 | 38 | 0.84 | 0 | 0.81 | 0.23 | 122.2 | 0.72 | 0.45 |
| Hex | 20 | C4 | 26 | 54 | 0 | 51 | 17 | 7A | 48 | 2D |
| Octal | 40 | 304 | 46 | 124 | 0 | 121 | 27 | 172 | 110 | 55 |
| Binary | 100000 | 11000100 | 100110 | 1010100 | 0 | 1010001 | 10111 | 1111010 | 1001000 | 101101 |
Color Harmonies of #20C426
Complementary color
Monochromatic Colors of #20C426
Black with #20C426
Text Example
Text Example
White with #20C426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C426; }
p { color: rgb(32,196,38); }
H1.HeaderClassName
{
color: #20C426;
}
.AnyTagClassName
{
color: #20C426;
}
</style>
background-color css
<style>
a { background-color: #20C426; }
a { background-color: rgb(32,196,38); }
div.DivClassName
{
background-color: #20C426;
}
.BgClassName
{
background-color: #20C426;
}
</style>
border-color css
<style>
span { border-color: #20C426; }
span { border-color: rgb(32,196,38); }
td.TdClassName
{
border-color: #20C426;
}
.TagClassName
{
border-color: #20C426;
}
</style>