Shades of Lime Green #20C037
Tints of Lime Green #20C037
RGB
CMYK
RGB Variations
Color information
#20C037 (or 0x20C037) is known color: Lime Green. HEX triplet: 20, C0 and 37. RGB value is (32,192,55). Sum of RGB (Red+Green+Blue) = 32+192+55=279 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.47% from 279); Green value is 192 (75.39% from 255 or 68.82% from 279); Blue value is 55 (21.88% from 255 or 19.71% from 279); Max value from RGB is 192 - color contains mainly: green. Hex color #20C037 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C037 is #DF3FC8. Grayscale: #808080. Windows color (decimal): -14630857 or 3653664. OLE color: 3653664.
HSL color Cylindrical-coordinate representation of color #20C037: hue angle of 128.62º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20C037 is Cyan = 0.83, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 192 | 55 | - |
| CMYK | 0.83 | 0 | 0.71 | 0.25 |
| HSL | 128.63º | 0.71% | 0.44% | - |
| HSV(B) | 128.63º | 0.83% | 0.75% | - |
| XYZ | 20.13 | 38.28 | 9.94 | - |
| YUV | 128.54 | 86.49 | 59.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 192 | 55 | 0.83 | 0 | 0.71 | 0.25 | 128.63 | 0.71 | 0.44 |
| Hex | 20 | C0 | 37 | 53 | 0 | 47 | 19 | 81 | 47 | 2C |
| Octal | 40 | 300 | 67 | 123 | 0 | 107 | 31 | 201 | 107 | 54 |
| Binary | 100000 | 11000000 | 110111 | 1010011 | 0 | 1000111 | 11001 | 10000001 | 1000111 | 101100 |
Color Harmonies of #20C037
Complementary color
Monochromatic Colors of #20C037
Black with #20C037
Text Example
Text Example
White with #20C037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C037; }
p { color: rgb(32,192,55); }
H1.HeaderClassName
{
color: #20C037;
}
.AnyTagClassName
{
color: #20C037;
}
</style>
background-color css
<style>
a { background-color: #20C037; }
a { background-color: rgb(32,192,55); }
div.DivClassName
{
background-color: #20C037;
}
.BgClassName
{
background-color: #20C037;
}
</style>
border-color css
<style>
span { border-color: #20C037; }
span { border-color: rgb(32,192,55); }
td.TdClassName
{
border-color: #20C037;
}
.TagClassName
{
border-color: #20C037;
}
</style>