Shades of Lime Green #37DC3B
Tints of Lime Green #37DC3B
RGB
CMYK
RGB Variations
Color information
#37DC3B (or 0x37DC3B) is known color: Lime Green. HEX triplet: 37, DC and 3B. RGB value is (55,220,59). Sum of RGB (Red+Green+Blue) = 55+220+59=334 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.47% from 334); Green value is 220 (86.33% from 255 or 65.87% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 220 - color contains mainly: green. Hex color #37DC3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37DC3B is #C823C4. Grayscale: #989898. Windows color (decimal): -13116357 or 3922999. OLE color: 3922999.
HSL color Cylindrical-coordinate representation of color #37DC3B: hue angle of 121.45º 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 #37DC3B is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 220 | 59 | - |
| CMYK | 0.75 | 0 | 0.73 | 0.14 |
| HSL | 121.45º | 0.7% | 0.54% | - |
| HSV(B) | 121.45º | 0.75% | 0.86% | - |
| XYZ | 27.96 | 52.31 | 12.76 | - |
| YUV | 152.31 | 75.34 | 58.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 220 | 59 | 0.75 | 0 | 0.73 | 0.14 | 121.45 | 0.7 | 0.54 |
| Hex | 37 | DC | 3B | 4B | 0 | 49 | E | 79 | 46 | 36 |
| Octal | 67 | 334 | 73 | 113 | 0 | 111 | 16 | 171 | 106 | 66 |
| Binary | 110111 | 11011100 | 111011 | 1001011 | 0 | 1001001 | 1110 | 1111001 | 1000110 | 110110 |
Color Harmonies of #37DC3B
Complementary color
Monochromatic Colors of #37DC3B
Black with #37DC3B
Text Example
Text Example
White with #37DC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DC3B; }
p { color: rgb(55,220,59); }
H1.HeaderClassName
{
color: #37DC3B;
}
.AnyTagClassName
{
color: #37DC3B;
}
</style>
background-color css
<style>
a { background-color: #37DC3B; }
a { background-color: rgb(55,220,59); }
div.DivClassName
{
background-color: #37DC3B;
}
.BgClassName
{
background-color: #37DC3B;
}
</style>
border-color css
<style>
span { border-color: #37DC3B; }
span { border-color: rgb(55,220,59); }
td.TdClassName
{
border-color: #37DC3B;
}
.TagClassName
{
border-color: #37DC3B;
}
</style>