Shades of Lime Green #37DD37
Tints of Lime Green #37DD37
RGB
CMYK
RGB Variations
Color information
#37DD37 (or 0x37DD37) is known color: Lime Green. HEX triplet: 37, DD and 37. RGB value is (55,221,55). Sum of RGB (Red+Green+Blue) = 55+221+55=331 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.62% from 331); Green value is 221 (86.72% from 255 or 66.77% from 331); Blue value is 55 (21.88% from 255 or 16.62% from 331); Max value from RGB is 221 - color contains mainly: green. Hex color #37DD37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37DD37 is #C822C8. Grayscale: #989898. Windows color (decimal): -13116105 or 3661111. OLE color: 3661111.
HSL color Cylindrical-coordinate representation of color #37DD37: hue angle of 120º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37DD37 is Cyan = 0.75, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 221 | 55 | - |
| CMYK | 0.75 | 0 | 0.75 | 0.13 |
| HSL | 120º | 0.71% | 0.54% | - |
| HSV(B) | 120º | 0.75% | 0.87% | - |
| XYZ | 28.12 | 52.8 | 12.32 | - |
| YUV | 152.44 | 73 | 58.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 221 | 55 | 0.75 | 0 | 0.75 | 0.13 | 120 | 0.71 | 0.54 |
| Hex | 37 | DD | 37 | 4B | 0 | 4B | D | 78 | 47 | 36 |
| Octal | 67 | 335 | 67 | 113 | 0 | 113 | 15 | 170 | 107 | 66 |
| Binary | 110111 | 11011101 | 110111 | 1001011 | 0 | 1001011 | 1101 | 1111000 | 1000111 | 110110 |
Color Harmonies of #37DD37
Complementary color
Monochromatic Colors of #37DD37
Black with #37DD37
Text Example
Text Example
White with #37DD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DD37; }
p { color: rgb(55,221,55); }
H1.HeaderClassName
{
color: #37DD37;
}
.AnyTagClassName
{
color: #37DD37;
}
</style>
background-color css
<style>
a { background-color: #37DD37; }
a { background-color: rgb(55,221,55); }
div.DivClassName
{
background-color: #37DD37;
}
.BgClassName
{
background-color: #37DD37;
}
</style>
border-color css
<style>
span { border-color: #37DD37; }
span { border-color: rgb(55,221,55); }
td.TdClassName
{
border-color: #37DD37;
}
.TagClassName
{
border-color: #37DD37;
}
</style>