Shades of Lime Green #37DC33
Tints of Lime Green #37DC33
RGB
CMYK
RGB Variations
Color information
#37DC33 (or 0x37DC33) is known color: Lime Green. HEX triplet: 37, DC and 33. RGB value is (55,220,51). Sum of RGB (Red+Green+Blue) = 55+220+51=326 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.87% from 326); Green value is 220 (86.33% from 255 or 67.48% from 326); Blue value is 51 (20.31% from 255 or 15.64% from 326); Max value from RGB is 220 - color contains mainly: green. Hex color #37DC33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37DC33 is #C823CC. Grayscale: #979797. Windows color (decimal): -13116365 or 3398711. OLE color: 3398711.
HSL color Cylindrical-coordinate representation of color #37DC33: hue angle of 118.58º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37DC33 is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 220 | 51 | - |
| CMYK | 0.75 | 0 | 0.77 | 0.14 |
| HSL | 118.58º | 0.71% | 0.53% | - |
| HSV(B) | 118.58º | 0.77% | 0.86% | - |
| XYZ | 27.77 | 52.24 | 11.75 | - |
| YUV | 151.4 | 71.34 | 59.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 220 | 51 | 0.75 | 0 | 0.77 | 0.14 | 118.58 | 0.71 | 0.53 |
| Hex | 37 | DC | 33 | 4B | 0 | 4D | E | 77 | 47 | 35 |
| Octal | 67 | 334 | 63 | 113 | 0 | 115 | 16 | 167 | 107 | 65 |
| Binary | 110111 | 11011100 | 110011 | 1001011 | 0 | 1001101 | 1110 | 1110111 | 1000111 | 110101 |
Color Harmonies of #37DC33
Complementary color
Monochromatic Colors of #37DC33
Black with #37DC33
Text Example
Text Example
White with #37DC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DC33; }
p { color: rgb(55,220,51); }
H1.HeaderClassName
{
color: #37DC33;
}
.AnyTagClassName
{
color: #37DC33;
}
</style>
background-color css
<style>
a { background-color: #37DC33; }
a { background-color: rgb(55,220,51); }
div.DivClassName
{
background-color: #37DC33;
}
.BgClassName
{
background-color: #37DC33;
}
</style>
border-color css
<style>
span { border-color: #37DC33; }
span { border-color: rgb(55,220,51); }
td.TdClassName
{
border-color: #37DC33;
}
.TagClassName
{
border-color: #37DC33;
}
</style>