Shades of Lime Green #37DC3D
Tints of Lime Green #37DC3D
RGB
CMYK
RGB Variations
Color information
#37DC3D (or 0x37DC3D) is known color: Lime Green. HEX triplet: 37, DC and 3D. RGB value is (55,220,61). Sum of RGB (Red+Green+Blue) = 55+220+61=336 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.37% from 336); Green value is 220 (86.33% from 255 or 65.48% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 220 - color contains mainly: green. Hex color #37DC3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37DC3D is #C823C2. Grayscale: #999999. Windows color (decimal): -13116355 or 4054071. OLE color: 4054071.
HSL color Cylindrical-coordinate representation of color #37DC3D: hue angle of 122.18º 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 #37DC3D is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 220 | 61 | - |
| CMYK | 0.75 | 0 | 0.72 | 0.14 |
| HSL | 122.18º | 0.7% | 0.54% | - |
| HSV(B) | 122.18º | 0.75% | 0.86% | - |
| XYZ | 28.01 | 52.34 | 13.04 | - |
| YUV | 152.54 | 76.34 | 58.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 220 | 61 | 0.75 | 0 | 0.72 | 0.14 | 122.18 | 0.7 | 0.54 |
| Hex | 37 | DC | 3D | 4B | 0 | 48 | E | 7A | 46 | 36 |
| Octal | 67 | 334 | 75 | 113 | 0 | 110 | 16 | 172 | 106 | 66 |
| Binary | 110111 | 11011100 | 111101 | 1001011 | 0 | 1001000 | 1110 | 1111010 | 1000110 | 110110 |
Color Harmonies of #37DC3D
Complementary color
Monochromatic Colors of #37DC3D
Black with #37DC3D
Text Example
Text Example
White with #37DC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DC3D; }
p { color: rgb(55,220,61); }
H1.HeaderClassName
{
color: #37DC3D;
}
.AnyTagClassName
{
color: #37DC3D;
}
</style>
background-color css
<style>
a { background-color: #37DC3D; }
a { background-color: rgb(55,220,61); }
div.DivClassName
{
background-color: #37DC3D;
}
.BgClassName
{
background-color: #37DC3D;
}
</style>
border-color css
<style>
span { border-color: #37DC3D; }
span { border-color: rgb(55,220,61); }
td.TdClassName
{
border-color: #37DC3D;
}
.TagClassName
{
border-color: #37DC3D;
}
</style>