Shades of Lime Green #37CC49
Tints of Lime Green #37CC49
RGB
CMYK
RGB Variations
Color information
#37CC49 (or 0x37CC49) is known color: Lime Green. HEX triplet: 37, CC and 49. RGB value is (55,204,73). Sum of RGB (Red+Green+Blue) = 55+204+73=332 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.57% from 332); Green value is 204 (80.08% from 255 or 61.45% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 204 - color contains mainly: green. Hex color #37CC49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37CC49 is #C833B6. Grayscale: #909090. Windows color (decimal): -13120439 or 4836407. OLE color: 4836407.
HSL color Cylindrical-coordinate representation of color #37CC49: hue angle of 127.25º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CC49 is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 55 | 204 | 73 | - |
| CMYK | 0.73 | 0 | 0.64 | 0.2 |
| HSL | 127.25º | 0.59% | 0.51% | - |
| HSV(B) | 127.25º | 0.73% | 0.8% | - |
| XYZ | 24.37 | 44.48 | 13.6 | - |
| YUV | 144.52 | 87.64 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 204 | 73 | 0.73 | 0 | 0.64 | 0.2 | 127.25 | 0.59 | 0.51 |
| Hex | 37 | CC | 49 | 49 | 0 | 40 | 14 | 7F | 3B | 33 |
| Octal | 67 | 314 | 111 | 111 | 0 | 100 | 24 | 177 | 73 | 63 |
| Binary | 110111 | 11001100 | 1001001 | 1001001 | 0 | 1000000 | 10100 | 1111111 | 111011 | 110011 |
Color Harmonies of #37CC49
Complementary color
Monochromatic Colors of #37CC49
Black with #37CC49
Text Example
Text Example
White with #37CC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CC49; }
p { color: rgb(55,204,73); }
H1.HeaderClassName
{
color: #37CC49;
}
.AnyTagClassName
{
color: #37CC49;
}
</style>
background-color css
<style>
a { background-color: #37CC49; }
a { background-color: rgb(55,204,73); }
div.DivClassName
{
background-color: #37CC49;
}
.BgClassName
{
background-color: #37CC49;
}
</style>
border-color css
<style>
span { border-color: #37CC49; }
span { border-color: rgb(55,204,73); }
td.TdClassName
{
border-color: #37CC49;
}
.TagClassName
{
border-color: #37CC49;
}
</style>