Shades of Lime Green #37E040
Tints of Lime Green #37E040
RGB
CMYK
RGB Variations
Color information
#37E040 (or 0x37E040) is known color: Lime Green. HEX triplet: 37, E0 and 40. RGB value is (55,224,64). Sum of RGB (Red+Green+Blue) = 55+224+64=343 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.03% from 343); Green value is 224 (87.89% from 255 or 65.31% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 224 - color contains mainly: green. Hex color #37E040 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37E040 is #C81FBF. Grayscale: #9B9B9B. Windows color (decimal): -13115328 or 4251703. OLE color: 4251703.
HSL color Cylindrical-coordinate representation of color #37E040: hue angle of 123.2º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37E040 is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 55 | 224 | 64 | - |
| CMYK | 0.75 | 0 | 0.71 | 0.12 |
| HSL | 123.2º | 0.73% | 0.55% | - |
| HSV(B) | 123.2º | 0.75% | 0.88% | - |
| XYZ | 29.16 | 54.49 | 13.83 | - |
| YUV | 155.23 | 76.51 | 56.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 224 | 64 | 0.75 | 0 | 0.71 | 0.12 | 123.2 | 0.73 | 0.55 |
| Hex | 37 | E0 | 40 | 4B | 0 | 47 | C | 7B | 49 | 37 |
| Octal | 67 | 340 | 100 | 113 | 0 | 107 | 14 | 173 | 111 | 67 |
| Binary | 110111 | 11100000 | 1000000 | 1001011 | 0 | 1000111 | 1100 | 1111011 | 1001001 | 110111 |
Color Harmonies of #37E040
Complementary color
Monochromatic Colors of #37E040
Black with #37E040
Text Example
Text Example
White with #37E040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37E040; }
p { color: rgb(55,224,64); }
H1.HeaderClassName
{
color: #37E040;
}
.AnyTagClassName
{
color: #37E040;
}
</style>
background-color css
<style>
a { background-color: #37E040; }
a { background-color: rgb(55,224,64); }
div.DivClassName
{
background-color: #37E040;
}
.BgClassName
{
background-color: #37E040;
}
</style>
border-color css
<style>
span { border-color: #37E040; }
span { border-color: rgb(55,224,64); }
td.TdClassName
{
border-color: #37E040;
}
.TagClassName
{
border-color: #37E040;
}
</style>