Shades of Lime Green #20C52D
Tints of Lime Green #20C52D
RGB
CMYK
RGB Variations
Color information
#20C52D (or 0x20C52D) is known color: Lime Green. HEX triplet: 20, C5 and 2D. RGB value is (32,197,45). Sum of RGB (Red+Green+Blue) = 32+197+45=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 197 (77.34% from 255 or 71.90% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 197 - color contains mainly: green. Hex color #20C52D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C52D is #DF3AD2. Grayscale: #828282. Windows color (decimal): -14629587 or 2999584. OLE color: 2999584.
HSL color Cylindrical-coordinate representation of color #20C52D: hue angle of 124.73º 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 #20C52D is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 197 | 45 | - |
| CMYK | 0.84 | 0 | 0.77 | 0.23 |
| HSL | 124.73º | 0.72% | 0.45% | - |
| HSV(B) | 124.73º | 0.84% | 0.77% | - |
| XYZ | 21.04 | 40.43 | 9.18 | - |
| YUV | 130.34 | 79.84 | 57.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 197 | 45 | 0.84 | 0 | 0.77 | 0.23 | 124.73 | 0.72 | 0.45 |
| Hex | 20 | C5 | 2D | 54 | 0 | 4D | 17 | 7D | 48 | 2D |
| Octal | 40 | 305 | 55 | 124 | 0 | 115 | 27 | 175 | 110 | 55 |
| Binary | 100000 | 11000101 | 101101 | 1010100 | 0 | 1001101 | 10111 | 1111101 | 1001000 | 101101 |
Color Harmonies of #20C52D
Complementary color
Monochromatic Colors of #20C52D
Black with #20C52D
Text Example
Text Example
White with #20C52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C52D; }
p { color: rgb(32,197,45); }
H1.HeaderClassName
{
color: #20C52D;
}
.AnyTagClassName
{
color: #20C52D;
}
</style>
background-color css
<style>
a { background-color: #20C52D; }
a { background-color: rgb(32,197,45); }
div.DivClassName
{
background-color: #20C52D;
}
.BgClassName
{
background-color: #20C52D;
}
</style>
border-color css
<style>
span { border-color: #20C52D; }
span { border-color: rgb(32,197,45); }
td.TdClassName
{
border-color: #20C52D;
}
.TagClassName
{
border-color: #20C52D;
}
</style>