Shades of Lime Green #37D832
Tints of Lime Green #37D832
RGB
CMYK
RGB Variations
Color information
#37D832 (or 0x37D832) is known color: Lime Green. HEX triplet: 37, D8 and 32. RGB value is (55,216,50). Sum of RGB (Red+Green+Blue) = 55+216+50=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 216 (84.77% from 255 or 67.29% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 216 - color contains mainly: green. Hex color #37D832 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37D832 is #C827CD. Grayscale: #959595. Windows color (decimal): -13117390 or 3332151. OLE color: 3332151.
HSL color Cylindrical-coordinate representation of color #37D832: hue angle of 118.19º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37D832 is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 55 | 216 | 50 | - |
| CMYK | 0.75 | 0 | 0.77 | 0.15 |
| HSL | 118.19º | 0.68% | 0.52% | - |
| HSV(B) | 118.19º | 0.77% | 0.85% | - |
| XYZ | 26.71 | 50.15 | 11.29 | - |
| YUV | 148.94 | 72.16 | 61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 216 | 50 | 0.75 | 0 | 0.77 | 0.15 | 118.19 | 0.68 | 0.52 |
| Hex | 37 | D8 | 32 | 4B | 0 | 4D | F | 76 | 44 | 34 |
| Octal | 67 | 330 | 62 | 113 | 0 | 115 | 17 | 166 | 104 | 64 |
| Binary | 110111 | 11011000 | 110010 | 1001011 | 0 | 1001101 | 1111 | 1110110 | 1000100 | 110100 |
Color Harmonies of #37D832
Complementary color
Monochromatic Colors of #37D832
Black with #37D832
Text Example
Text Example
White with #37D832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37D832; }
p { color: rgb(55,216,50); }
H1.HeaderClassName
{
color: #37D832;
}
.AnyTagClassName
{
color: #37D832;
}
</style>
background-color css
<style>
a { background-color: #37D832; }
a { background-color: rgb(55,216,50); }
div.DivClassName
{
background-color: #37D832;
}
.BgClassName
{
background-color: #37D832;
}
</style>
border-color css
<style>
span { border-color: #37D832; }
span { border-color: rgb(55,216,50); }
td.TdClassName
{
border-color: #37D832;
}
.TagClassName
{
border-color: #37D832;
}
</style>