Shades of Lime Green #37DC41
Tints of Lime Green #37DC41
RGB
CMYK
RGB Variations
Color information
#37DC41 (or 0x37DC41) is known color: Lime Green. HEX triplet: 37, DC and 41. RGB value is (55,220,65). Sum of RGB (Red+Green+Blue) = 55+220+65=340 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.18% from 340); Green value is 220 (86.33% from 255 or 64.71% from 340); Blue value is 65 (25.78% from 255 or 19.12% from 340); Max value from RGB is 220 - color contains mainly: green. Hex color #37DC41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37DC41 is #C823BE. Grayscale: #999999. Windows color (decimal): -13116351 or 4316215. OLE color: 4316215.
HSL color Cylindrical-coordinate representation of color #37DC41: hue angle of 123.64º 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 #37DC41 is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 220 | 65 | - |
| CMYK | 0.75 | 0 | 0.70 | 0.14 |
| HSL | 123.64º | 0.7% | 0.54% | - |
| HSV(B) | 123.64º | 0.75% | 0.86% | - |
| XYZ | 28.12 | 52.38 | 13.63 | - |
| YUV | 153 | 78.34 | 58.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 220 | 65 | 0.75 | 0 | 0.70 | 0.14 | 123.64 | 0.7 | 0.54 |
| Hex | 37 | DC | 41 | 4B | 0 | 46 | E | 7C | 46 | 36 |
| Octal | 67 | 334 | 101 | 113 | 0 | 106 | 16 | 174 | 106 | 66 |
| Binary | 110111 | 11011100 | 1000001 | 1001011 | 0 | 1000110 | 1110 | 1111100 | 1000110 | 110110 |
Color Harmonies of #37DC41
Complementary color
Monochromatic Colors of #37DC41
Black with #37DC41
Text Example
Text Example
White with #37DC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DC41; }
p { color: rgb(55,220,65); }
H1.HeaderClassName
{
color: #37DC41;
}
.AnyTagClassName
{
color: #37DC41;
}
</style>
background-color css
<style>
a { background-color: #37DC41; }
a { background-color: rgb(55,220,65); }
div.DivClassName
{
background-color: #37DC41;
}
.BgClassName
{
background-color: #37DC41;
}
</style>
border-color css
<style>
span { border-color: #37DC41; }
span { border-color: rgb(55,220,65); }
td.TdClassName
{
border-color: #37DC41;
}
.TagClassName
{
border-color: #37DC41;
}
</style>