Shades of Lime Green #37DB44
Tints of Lime Green #37DB44
RGB
CMYK
RGB Variations
Color information
#37DB44 (or 0x37DB44) is known color: Lime Green. HEX triplet: 37, DB and 44. RGB value is (55,219,68). Sum of RGB (Red+Green+Blue) = 55+219+68=342 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.08% from 342); Green value is 219 (85.94% from 255 or 64.04% from 342); Blue value is 68 (26.95% from 255 or 19.88% from 342); Max value from RGB is 219 - color contains mainly: green. Hex color #37DB44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37DB44 is #C824BB. Grayscale: #999999. Windows color (decimal): -13116604 or 4512567. OLE color: 4512567.
HSL color Cylindrical-coordinate representation of color #37DB44: hue angle of 124.76º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37DB44 is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 219 | 68 | - |
| CMYK | 0.75 | 0 | 0.69 | 0.14 |
| HSL | 124.76º | 0.69% | 0.54% | - |
| HSV(B) | 124.76º | 0.75% | 0.86% | - |
| XYZ | 27.95 | 51.89 | 14.01 | - |
| YUV | 152.75 | 80.17 | 58.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 219 | 68 | 0.75 | 0 | 0.69 | 0.14 | 124.76 | 0.69 | 0.54 |
| Hex | 37 | DB | 44 | 4B | 0 | 45 | E | 7D | 45 | 36 |
| Octal | 67 | 333 | 104 | 113 | 0 | 105 | 16 | 175 | 105 | 66 |
| Binary | 110111 | 11011011 | 1000100 | 1001011 | 0 | 1000101 | 1110 | 1111101 | 1000101 | 110110 |
Color Harmonies of #37DB44
Complementary color
Monochromatic Colors of #37DB44
Black with #37DB44
Text Example
Text Example
White with #37DB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DB44; }
p { color: rgb(55,219,68); }
H1.HeaderClassName
{
color: #37DB44;
}
.AnyTagClassName
{
color: #37DB44;
}
</style>
background-color css
<style>
a { background-color: #37DB44; }
a { background-color: rgb(55,219,68); }
div.DivClassName
{
background-color: #37DB44;
}
.BgClassName
{
background-color: #37DB44;
}
</style>
border-color css
<style>
span { border-color: #37DB44; }
span { border-color: rgb(55,219,68); }
td.TdClassName
{
border-color: #37DB44;
}
.TagClassName
{
border-color: #37DB44;
}
</style>