Shades of Lime Green #37C852
Tints of Lime Green #37C852
RGB
CMYK
RGB Variations
Color information
#37C852 (or 0x37C852) is known color: Lime Green. HEX triplet: 37, C8 and 52. RGB value is (55,200,82). Sum of RGB (Red+Green+Blue) = 55+200+82=337 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.32% from 337); Green value is 200 (78.52% from 255 or 59.35% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 200 - color contains mainly: green. Hex color #37C852 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #37C852 is #C837AD. Grayscale: #8F8F8F. Windows color (decimal): -13121454 or 5425207. OLE color: 5425207.
HSL color Cylindrical-coordinate representation of color #37C852: hue angle of 131.17º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37C852 is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 55 | 200 | 82 | - |
| CMYK | 0.72 | 0 | 0.59 | 0.22 |
| HSL | 131.17º | 0.57% | 0.5% | - |
| HSV(B) | 131.17º | 0.73% | 0.78% | - |
| XYZ | 23.75 | 42.73 | 14.98 | - |
| YUV | 143.19 | 93.46 | 65.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 200 | 82 | 0.72 | 0 | 0.59 | 0.22 | 131.17 | 0.57 | 0.5 |
| Hex | 37 | C8 | 52 | 48 | 0 | 3B | 16 | 83 | 39 | 32 |
| Octal | 67 | 310 | 122 | 110 | 0 | 73 | 26 | 203 | 71 | 62 |
| Binary | 110111 | 11001000 | 1010010 | 1001000 | 0 | 111011 | 10110 | 10000011 | 111001 | 110010 |
Color Harmonies of #37C852
Complementary color
Monochromatic Colors of #37C852
Black with #37C852
Text Example
Text Example
White with #37C852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C852; }
p { color: rgb(55,200,82); }
H1.HeaderClassName
{
color: #37C852;
}
.AnyTagClassName
{
color: #37C852;
}
</style>
background-color css
<style>
a { background-color: #37C852; }
a { background-color: rgb(55,200,82); }
div.DivClassName
{
background-color: #37C852;
}
.BgClassName
{
background-color: #37C852;
}
</style>
border-color css
<style>
span { border-color: #37C852; }
span { border-color: rgb(55,200,82); }
td.TdClassName
{
border-color: #37C852;
}
.TagClassName
{
border-color: #37C852;
}
</style>