Shades of Lime Green #37BC32
Tints of Lime Green #37BC32
RGB
CMYK
RGB Variations
Color information
#37BC32 (or 0x37BC32) is known color: Lime Green. HEX triplet: 37, BC and 32. RGB value is (55,188,50). Sum of RGB (Red+Green+Blue) = 55+188+50=293 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.77% from 293); Green value is 188 (73.83% from 255 or 64.16% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 188 - color contains mainly: green. Hex color #37BC32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37BC32 is #C843CD. Grayscale: #848484. Windows color (decimal): -13124558 or 3324983. OLE color: 3324983.
HSL color Cylindrical-coordinate representation of color #37BC32: hue angle of 117.83º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37BC32 is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 55 | 188 | 50 | - |
| CMYK | 0.71 | 0 | 0.73 | 0.26 |
| HSL | 117.83º | 0.58% | 0.47% | - |
| HSV(B) | 117.83º | 0.73% | 0.74% | - |
| XYZ | 20.13 | 37.01 | 9.1 | - |
| YUV | 132.5 | 81.44 | 72.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 188 | 50 | 0.71 | 0 | 0.73 | 0.26 | 117.83 | 0.58 | 0.47 |
| Hex | 37 | BC | 32 | 47 | 0 | 49 | 1A | 76 | 3A | 2F |
| Octal | 67 | 274 | 62 | 107 | 0 | 111 | 32 | 166 | 72 | 57 |
| Binary | 110111 | 10111100 | 110010 | 1000111 | 0 | 1001001 | 11010 | 1110110 | 111010 | 101111 |
Color Harmonies of #37BC32
Complementary color
Monochromatic Colors of #37BC32
Black with #37BC32
Text Example
Text Example
White with #37BC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37BC32; }
p { color: rgb(55,188,50); }
H1.HeaderClassName
{
color: #37BC32;
}
.AnyTagClassName
{
color: #37BC32;
}
</style>
background-color css
<style>
a { background-color: #37BC32; }
a { background-color: rgb(55,188,50); }
div.DivClassName
{
background-color: #37BC32;
}
.BgClassName
{
background-color: #37BC32;
}
</style>
border-color css
<style>
span { border-color: #37BC32; }
span { border-color: rgb(55,188,50); }
td.TdClassName
{
border-color: #37BC32;
}
.TagClassName
{
border-color: #37BC32;
}
</style>