Shades of Lime Green #37DC42
Tints of Lime Green #37DC42
RGB
CMYK
RGB Variations
Color information
#37DC42 (or 0x37DC42) is known color: Lime Green. HEX triplet: 37, DC and 42. RGB value is (55,220,66). Sum of RGB (Red+Green+Blue) = 55+220+66=341 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.13% from 341); Green value is 220 (86.33% from 255 or 64.52% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 220 - color contains mainly: green. Hex color #37DC42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37DC42 is #C823BD. Grayscale: #999999. Windows color (decimal): -13116350 or 4381751. OLE color: 4381751.
HSL color Cylindrical-coordinate representation of color #37DC42: hue angle of 124º degrees, saturation: 0.7, 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 #37DC42 is Cyan = 0.75, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 220 | 66 | - |
| CMYK | 0.75 | 0 | 0.7 | 0.14 |
| HSL | 124º | 0.7% | 0.54% | - |
| HSV(B) | 124º | 0.75% | 0.86% | - |
| XYZ | 28.15 | 52.39 | 13.78 | - |
| YUV | 153.11 | 78.84 | 58.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 220 | 66 | 0.75 | 0 | 0.7 | 0.14 | 124 | 0.7 | 0.54 |
| Hex | 37 | DC | 42 | 4B | 0 | 46 | E | 7C | 46 | 36 |
| Octal | 67 | 334 | 102 | 113 | 0 | 106 | 16 | 174 | 106 | 66 |
| Binary | 110111 | 11011100 | 1000010 | 1001011 | 0 | 1000110 | 1110 | 1111100 | 1000110 | 110110 |
Color Harmonies of #37DC42
Complementary color
Monochromatic Colors of #37DC42
Black with #37DC42
Text Example
Text Example
White with #37DC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DC42; }
p { color: rgb(55,220,66); }
H1.HeaderClassName
{
color: #37DC42;
}
.AnyTagClassName
{
color: #37DC42;
}
</style>
background-color css
<style>
a { background-color: #37DC42; }
a { background-color: rgb(55,220,66); }
div.DivClassName
{
background-color: #37DC42;
}
.BgClassName
{
background-color: #37DC42;
}
</style>
border-color css
<style>
span { border-color: #37DC42; }
span { border-color: rgb(55,220,66); }
td.TdClassName
{
border-color: #37DC42;
}
.TagClassName
{
border-color: #37DC42;
}
</style>