Shades of Lime Green #37E240
Tints of Lime Green #37E240
RGB
CMYK
RGB Variations
Color information
#37E240 (or 0x37E240) is known color: Lime Green. HEX triplet: 37, E2 and 40. RGB value is (55,226,64). Sum of RGB (Red+Green+Blue) = 55+226+64=345 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.94% from 345); Green value is 226 (88.67% from 255 or 65.51% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 226 - color contains mainly: green. Hex color #37E240 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37E240 is #C81DBF. Grayscale: #9C9C9C. Windows color (decimal): -13114816 or 4252215. OLE color: 4252215.
HSL color Cylindrical-coordinate representation of color #37E240: hue angle of 123.16º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37E240 is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 55 | 226 | 64 | - |
| CMYK | 0.76 | 0 | 0.72 | 0.11 |
| HSL | 123.16º | 0.75% | 0.55% | - |
| HSV(B) | 123.16º | 0.76% | 0.89% | - |
| XYZ | 29.7 | 55.58 | 14.01 | - |
| YUV | 156.4 | 75.85 | 55.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 226 | 64 | 0.76 | 0 | 0.72 | 0.11 | 123.16 | 0.75 | 0.55 |
| Hex | 37 | E2 | 40 | 4C | 0 | 48 | B | 7B | 4B | 37 |
| Octal | 67 | 342 | 100 | 114 | 0 | 110 | 13 | 173 | 113 | 67 |
| Binary | 110111 | 11100010 | 1000000 | 1001100 | 0 | 1001000 | 1011 | 1111011 | 1001011 | 110111 |
Color Harmonies of #37E240
Complementary color
Monochromatic Colors of #37E240
Black with #37E240
Text Example
Text Example
White with #37E240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37E240; }
p { color: rgb(55,226,64); }
H1.HeaderClassName
{
color: #37E240;
}
.AnyTagClassName
{
color: #37E240;
}
</style>
background-color css
<style>
a { background-color: #37E240; }
a { background-color: rgb(55,226,64); }
div.DivClassName
{
background-color: #37E240;
}
.BgClassName
{
background-color: #37E240;
}
</style>
border-color css
<style>
span { border-color: #37E240; }
span { border-color: rgb(55,226,64); }
td.TdClassName
{
border-color: #37E240;
}
.TagClassName
{
border-color: #37E240;
}
</style>