Shades of Lime Green #20C828
Tints of Lime Green #20C828
RGB
CMYK
RGB Variations
Color information
#20C828 (or 0x20C828) is known color: Lime Green. HEX triplet: 20, C8 and 28. RGB value is (32,200,40). Sum of RGB (Red+Green+Blue) = 32+200+40=272 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.76% from 272); Green value is 200 (78.52% from 255 or 73.53% from 272); Blue value is 40 (16.02% from 255 or 14.71% from 272); Max value from RGB is 200 - color contains mainly: green. Hex color #20C828 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C828 is #DF37D7. Grayscale: #848484. Windows color (decimal): -14628824 or 2672672. OLE color: 2672672.
HSL color Cylindrical-coordinate representation of color #20C828: hue angle of 122.86º 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 #20C828 is Cyan = 0.84, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 200 | 40 | - |
| CMYK | 0.84 | 0 | 0.8 | 0.22 |
| HSL | 122.86º | 0.72% | 0.45% | - |
| HSV(B) | 122.86º | 0.84% | 0.78% | - |
| XYZ | 21.63 | 41.77 | 8.93 | - |
| YUV | 131.53 | 76.34 | 57.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 200 | 40 | 0.84 | 0 | 0.8 | 0.22 | 122.86 | 0.72 | 0.45 |
| Hex | 20 | C8 | 28 | 54 | 0 | 50 | 16 | 7B | 48 | 2D |
| Octal | 40 | 310 | 50 | 124 | 0 | 120 | 26 | 173 | 110 | 55 |
| Binary | 100000 | 11001000 | 101000 | 1010100 | 0 | 1010000 | 10110 | 1111011 | 1001000 | 101101 |
Color Harmonies of #20C828
Complementary color
Monochromatic Colors of #20C828
Black with #20C828
Text Example
Text Example
White with #20C828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C828; }
p { color: rgb(32,200,40); }
H1.HeaderClassName
{
color: #20C828;
}
.AnyTagClassName
{
color: #20C828;
}
</style>
background-color css
<style>
a { background-color: #20C828; }
a { background-color: rgb(32,200,40); }
div.DivClassName
{
background-color: #20C828;
}
.BgClassName
{
background-color: #20C828;
}
</style>
border-color css
<style>
span { border-color: #20C828; }
span { border-color: rgb(32,200,40); }
td.TdClassName
{
border-color: #20C828;
}
.TagClassName
{
border-color: #20C828;
}
</style>