Shades of Lime Green #20C436
Tints of Lime Green #20C436
RGB
CMYK
RGB Variations
Color information
#20C436 (or 0x20C436) is known color: Lime Green. HEX triplet: 20, C4 and 36. RGB value is (32,196,54). Sum of RGB (Red+Green+Blue) = 32+196+54=282 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.35% from 282); Green value is 196 (76.95% from 255 or 69.50% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 196 - color contains mainly: green. Hex color #20C436 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C436 is #DF3BC9. Grayscale: #838383. Windows color (decimal): -14629834 or 3589152. OLE color: 3589152.
HSL color Cylindrical-coordinate representation of color #20C436: hue angle of 128.05º 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 #20C436 is Cyan = 0.84, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 196 | 54 | - |
| CMYK | 0.84 | 0 | 0.72 | 0.23 |
| HSL | 128.05º | 0.72% | 0.45% | - |
| HSV(B) | 128.05º | 0.84% | 0.77% | - |
| XYZ | 21 | 40.05 | 10.11 | - |
| YUV | 130.78 | 84.67 | 57.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 196 | 54 | 0.84 | 0 | 0.72 | 0.23 | 128.05 | 0.72 | 0.45 |
| Hex | 20 | C4 | 36 | 54 | 0 | 48 | 17 | 80 | 48 | 2D |
| Octal | 40 | 304 | 66 | 124 | 0 | 110 | 27 | 200 | 110 | 55 |
| Binary | 100000 | 11000100 | 110110 | 1010100 | 0 | 1001000 | 10111 | 10000000 | 1001000 | 101101 |
Color Harmonies of #20C436
Complementary color
Monochromatic Colors of #20C436
Black with #20C436
Text Example
Text Example
White with #20C436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C436; }
p { color: rgb(32,196,54); }
H1.HeaderClassName
{
color: #20C436;
}
.AnyTagClassName
{
color: #20C436;
}
</style>
background-color css
<style>
a { background-color: #20C436; }
a { background-color: rgb(32,196,54); }
div.DivClassName
{
background-color: #20C436;
}
.BgClassName
{
background-color: #20C436;
}
</style>
border-color css
<style>
span { border-color: #20C436; }
span { border-color: rgb(32,196,54); }
td.TdClassName
{
border-color: #20C436;
}
.TagClassName
{
border-color: #20C436;
}
</style>