Shades of Lime Green #37E532
Tints of Lime Green #37E532
RGB
CMYK
RGB Variations
Color information
#37E532 (or 0x37E532) is known color: Lime Green. HEX triplet: 37, E5 and 32. RGB value is (55,229,50). Sum of RGB (Red+Green+Blue) = 55+229+50=334 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.47% from 334); Green value is 229 (89.84% from 255 or 68.56% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 229 - color contains mainly: green. Hex color #37E532 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37E532 is #C81ACD. Grayscale: #9D9D9D. Windows color (decimal): -13114062 or 3335479. OLE color: 3335479.
HSL color Cylindrical-coordinate representation of color #37E532: hue angle of 118.32º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37E532 is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 55 | 229 | 50 | - |
| CMYK | 0.76 | 0 | 0.78 | 0.10 |
| HSL | 118.32º | 0.77% | 0.55% | - |
| HSV(B) | 118.32º | 0.78% | 0.9% | - |
| XYZ | 30.17 | 57.08 | 12.45 | - |
| YUV | 156.57 | 67.85 | 55.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 229 | 50 | 0.76 | 0 | 0.78 | 0.10 | 118.32 | 0.77 | 0.55 |
| Hex | 37 | E5 | 32 | 4C | 0 | 4E | A | 76 | 4D | 37 |
| Octal | 67 | 345 | 62 | 114 | 0 | 116 | 12 | 166 | 115 | 67 |
| Binary | 110111 | 11100101 | 110010 | 1001100 | 0 | 1001110 | 1010 | 1110110 | 1001101 | 110111 |
Color Harmonies of #37E532
Complementary color
Monochromatic Colors of #37E532
Black with #37E532
Text Example
Text Example
White with #37E532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37E532; }
p { color: rgb(55,229,50); }
H1.HeaderClassName
{
color: #37E532;
}
.AnyTagClassName
{
color: #37E532;
}
</style>
background-color css
<style>
a { background-color: #37E532; }
a { background-color: rgb(55,229,50); }
div.DivClassName
{
background-color: #37E532;
}
.BgClassName
{
background-color: #37E532;
}
</style>
border-color css
<style>
span { border-color: #37E532; }
span { border-color: rgb(55,229,50); }
td.TdClassName
{
border-color: #37E532;
}
.TagClassName
{
border-color: #37E532;
}
</style>