Shades of Lime Green #37EC20
Tints of Lime Green #37EC20
RGB
CMYK
RGB Variations
Color information
#37EC20 (or 0x37EC20) is known color: Lime Green. HEX triplet: 37, EC and 20. RGB value is (55,236,32). Sum of RGB (Red+Green+Blue) = 55+236+32=323 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.03% from 323); Green value is 236 (92.58% from 255 or 73.07% from 323); Blue value is 32 (12.89% from 255 or 9.91% from 323); Max value from RGB is 236 - color contains mainly: green. Hex color #37EC20 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37EC20 is #C813DF. Grayscale: #9F9F9F. Windows color (decimal): -13112288 or 2157623. OLE color: 2157623.
HSL color Cylindrical-coordinate representation of color #37EC20: hue angle of 113.24º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #37EC20 is Cyan = 0.77, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 236 | 32 | - |
| CMYK | 0.77 | 0 | 0.86 | 0.07 |
| HSL | 113.24º | 0.84% | 0.53% | - |
| HSV(B) | 113.24º | 0.86% | 0.93% | - |
| XYZ | 31.83 | 60.91 | 11.45 | - |
| YUV | 158.63 | 56.53 | 54.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 236 | 32 | 0.77 | 0 | 0.86 | 0.07 | 113.24 | 0.84 | 0.53 |
| Hex | 37 | EC | 20 | 4D | 0 | 56 | 7 | 71 | 54 | 35 |
| Octal | 67 | 354 | 40 | 115 | 0 | 126 | 7 | 161 | 124 | 65 |
| Binary | 110111 | 11101100 | 100000 | 1001101 | 0 | 1010110 | 111 | 1110001 | 1010100 | 110101 |
Color Harmonies of #37EC20
Complementary color
Monochromatic Colors of #37EC20
Black with #37EC20
Text Example
Text Example
White with #37EC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EC20; }
p { color: rgb(55,236,32); }
H1.HeaderClassName
{
color: #37EC20;
}
.AnyTagClassName
{
color: #37EC20;
}
</style>
background-color css
<style>
a { background-color: #37EC20; }
a { background-color: rgb(55,236,32); }
div.DivClassName
{
background-color: #37EC20;
}
.BgClassName
{
background-color: #37EC20;
}
</style>
border-color css
<style>
span { border-color: #37EC20; }
span { border-color: rgb(55,236,32); }
td.TdClassName
{
border-color: #37EC20;
}
.TagClassName
{
border-color: #37EC20;
}
</style>