Shades of Lime Green #20C42D
Tints of Lime Green #20C42D
RGB
CMYK
RGB Variations
Color information
#20C42D (or 0x20C42D) is known color: Lime Green. HEX triplet: 20, C4 and 2D. RGB value is (32,196,45). Sum of RGB (Red+Green+Blue) = 32+196+45=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 196 (76.95% from 255 or 71.79% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 196 - color contains mainly: green. Hex color #20C42D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C42D is #DF3BD2. Grayscale: #828282. Windows color (decimal): -14629843 or 2999328. OLE color: 2999328.
HSL color Cylindrical-coordinate representation of color #20C42D: hue angle of 124.76º 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 #20C42D is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 196 | 45 | - |
| CMYK | 0.84 | 0 | 0.77 | 0.23 |
| HSL | 124.76º | 0.72% | 0.45% | - |
| HSV(B) | 124.76º | 0.84% | 0.77% | - |
| XYZ | 20.81 | 39.98 | 9.1 | - |
| YUV | 129.75 | 80.17 | 58.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 196 | 45 | 0.84 | 0 | 0.77 | 0.23 | 124.76 | 0.72 | 0.45 |
| Hex | 20 | C4 | 2D | 54 | 0 | 4D | 17 | 7D | 48 | 2D |
| Octal | 40 | 304 | 55 | 124 | 0 | 115 | 27 | 175 | 110 | 55 |
| Binary | 100000 | 11000100 | 101101 | 1010100 | 0 | 1001101 | 10111 | 1111101 | 1001000 | 101101 |
Color Harmonies of #20C42D
Complementary color
Monochromatic Colors of #20C42D
Black with #20C42D
Text Example
Text Example
White with #20C42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C42D; }
p { color: rgb(32,196,45); }
H1.HeaderClassName
{
color: #20C42D;
}
.AnyTagClassName
{
color: #20C42D;
}
</style>
background-color css
<style>
a { background-color: #20C42D; }
a { background-color: rgb(32,196,45); }
div.DivClassName
{
background-color: #20C42D;
}
.BgClassName
{
background-color: #20C42D;
}
</style>
border-color css
<style>
span { border-color: #20C42D; }
span { border-color: rgb(32,196,45); }
td.TdClassName
{
border-color: #20C42D;
}
.TagClassName
{
border-color: #20C42D;
}
</style>