Shades of Lime Green #20C43D
Tints of Lime Green #20C43D
RGB
CMYK
RGB Variations
Color information
#20C43D (or 0x20C43D) is known color: Lime Green. HEX triplet: 20, C4 and 3D. RGB value is (32,196,61). Sum of RGB (Red+Green+Blue) = 32+196+61=289 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.07% from 289); Green value is 196 (76.95% from 255 or 67.82% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 196 - color contains mainly: green. Hex color #20C43D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C43D is #DF3BC2. Grayscale: #838383. Windows color (decimal): -14629827 or 4047904. OLE color: 4047904.
HSL color Cylindrical-coordinate representation of color #20C43D: hue angle of 130.61º 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 #20C43D is Cyan = 0.84, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 196 | 61 | - |
| CMYK | 0.84 | 0 | 0.69 | 0.23 |
| HSL | 130.61º | 0.72% | 0.45% | - |
| HSV(B) | 130.61º | 0.84% | 0.77% | - |
| XYZ | 21.18 | 40.12 | 11.04 | - |
| YUV | 131.57 | 88.17 | 56.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 196 | 61 | 0.84 | 0 | 0.69 | 0.23 | 130.61 | 0.72 | 0.45 |
| Hex | 20 | C4 | 3D | 54 | 0 | 45 | 17 | 83 | 48 | 2D |
| Octal | 40 | 304 | 75 | 124 | 0 | 105 | 27 | 203 | 110 | 55 |
| Binary | 100000 | 11000100 | 111101 | 1010100 | 0 | 1000101 | 10111 | 10000011 | 1001000 | 101101 |
Color Harmonies of #20C43D
Complementary color
Monochromatic Colors of #20C43D
Black with #20C43D
Text Example
Text Example
White with #20C43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C43D; }
p { color: rgb(32,196,61); }
H1.HeaderClassName
{
color: #20C43D;
}
.AnyTagClassName
{
color: #20C43D;
}
</style>
background-color css
<style>
a { background-color: #20C43D; }
a { background-color: rgb(32,196,61); }
div.DivClassName
{
background-color: #20C43D;
}
.BgClassName
{
background-color: #20C43D;
}
</style>
border-color css
<style>
span { border-color: #20C43D; }
span { border-color: rgb(32,196,61); }
td.TdClassName
{
border-color: #20C43D;
}
.TagClassName
{
border-color: #20C43D;
}
</style>