Shades of Lime Green #20C428
Tints of Lime Green #20C428
RGB
CMYK
RGB Variations
Color information
#20C428 (or 0x20C428) is known color: Lime Green. HEX triplet: 20, C4 and 28. RGB value is (32,196,40). Sum of RGB (Red+Green+Blue) = 32+196+40=268 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.94% from 268); Green value is 196 (76.95% from 255 or 73.13% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 196 - color contains mainly: green. Hex color #20C428 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C428 is #DF3BD7. Grayscale: #818181. Windows color (decimal): -14629848 or 2671648. OLE color: 2671648.
HSL color Cylindrical-coordinate representation of color #20C428: hue angle of 122.93º 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 #20C428 is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 196 | 40 | - |
| CMYK | 0.84 | 0 | 0.80 | 0.23 |
| HSL | 122.93º | 0.72% | 0.45% | - |
| HSV(B) | 122.93º | 0.84% | 0.77% | - |
| XYZ | 20.72 | 39.94 | 8.62 | - |
| YUV | 129.18 | 77.67 | 58.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 196 | 40 | 0.84 | 0 | 0.80 | 0.23 | 122.93 | 0.72 | 0.45 |
| Hex | 20 | C4 | 28 | 54 | 0 | 50 | 17 | 7B | 48 | 2D |
| Octal | 40 | 304 | 50 | 124 | 0 | 120 | 27 | 173 | 110 | 55 |
| Binary | 100000 | 11000100 | 101000 | 1010100 | 0 | 1010000 | 10111 | 1111011 | 1001000 | 101101 |
Color Harmonies of #20C428
Complementary color
Monochromatic Colors of #20C428
Black with #20C428
Text Example
Text Example
White with #20C428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C428; }
p { color: rgb(32,196,40); }
H1.HeaderClassName
{
color: #20C428;
}
.AnyTagClassName
{
color: #20C428;
}
</style>
background-color css
<style>
a { background-color: #20C428; }
a { background-color: rgb(32,196,40); }
div.DivClassName
{
background-color: #20C428;
}
.BgClassName
{
background-color: #20C428;
}
</style>
border-color css
<style>
span { border-color: #20C428; }
span { border-color: rgb(32,196,40); }
td.TdClassName
{
border-color: #20C428;
}
.TagClassName
{
border-color: #20C428;
}
</style>