Shades of Lime Green #37E41D
Tints of Lime Green #37E41D
RGB
CMYK
RGB Variations
Color information
#37E41D (or 0x37E41D) is known color: Lime Green. HEX triplet: 37, E4 and 1D. RGB value is (55,228,29). Sum of RGB (Red+Green+Blue) = 55+228+29=312 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.63% from 312); Green value is 228 (89.45% from 255 or 73.08% from 312); Blue value is 29 (11.72% from 255 or 9.29% from 312); Max value from RGB is 228 - color contains mainly: green. Hex color #37E41D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37E41D is #C81BE2. Grayscale: #9A9A9A. Windows color (decimal): -13114339 or 1958967. OLE color: 1958967.
HSL color Cylindrical-coordinate representation of color #37E41D: hue angle of 112.16º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #37E41D is Cyan = 0.76, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 55 | 228 | 29 | - |
| CMYK | 0.76 | 0 | 0.87 | 0.11 |
| HSL | 112.16º | 0.79% | 0.5% | - |
| HSV(B) | 112.16º | 0.87% | 0.89% | - |
| XYZ | 29.54 | 56.39 | 10.49 | - |
| YUV | 153.59 | 57.69 | 57.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 228 | 29 | 0.76 | 0 | 0.87 | 0.11 | 112.16 | 0.79 | 0.5 |
| Hex | 37 | E4 | 1D | 4C | 0 | 57 | B | 70 | 4F | 32 |
| Octal | 67 | 344 | 35 | 114 | 0 | 127 | 13 | 160 | 117 | 62 |
| Binary | 110111 | 11100100 | 11101 | 1001100 | 0 | 1010111 | 1011 | 1110000 | 1001111 | 110010 |
Color Harmonies of #37E41D
Complementary color
Monochromatic Colors of #37E41D
Black with #37E41D
Text Example
Text Example
White with #37E41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37E41D; }
p { color: rgb(55,228,29); }
H1.HeaderClassName
{
color: #37E41D;
}
.AnyTagClassName
{
color: #37E41D;
}
</style>
background-color css
<style>
a { background-color: #37E41D; }
a { background-color: rgb(55,228,29); }
div.DivClassName
{
background-color: #37E41D;
}
.BgClassName
{
background-color: #37E41D;
}
</style>
border-color css
<style>
span { border-color: #37E41D; }
span { border-color: rgb(55,228,29); }
td.TdClassName
{
border-color: #37E41D;
}
.TagClassName
{
border-color: #37E41D;
}
</style>