Shades of Lime Green #37E04F
Tints of Lime Green #37E04F
RGB
CMYK
RGB Variations
Color information
#37E04F (or 0x37E04F) is known color: Lime Green. HEX triplet: 37, E0 and 4F. RGB value is (55,224,79). Sum of RGB (Red+Green+Blue) = 55+224+79=358 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.36% from 358); Green value is 224 (87.89% from 255 or 62.57% from 358); Blue value is 79 (31.25% from 255 or 22.07% from 358); Max value from RGB is 224 - color contains mainly: green. Hex color #37E04F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #37E04F is #C81FB0. Grayscale: #9D9D9D. Windows color (decimal): -13115313 or 5234743. OLE color: 5234743.
HSL color Cylindrical-coordinate representation of color #37E04F: hue angle of 128.52º 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 #37E04F is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 55 | 224 | 79 | - |
| CMYK | 0.75 | 0 | 0.65 | 0.12 |
| HSL | 128.52º | 0.73% | 0.55% | - |
| HSV(B) | 128.52º | 0.75% | 0.88% | - |
| XYZ | 29.64 | 54.69 | 16.39 | - |
| YUV | 156.94 | 84.01 | 55.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 224 | 79 | 0.75 | 0 | 0.65 | 0.12 | 128.52 | 0.73 | 0.55 |
| Hex | 37 | E0 | 4F | 4B | 0 | 41 | C | 81 | 49 | 37 |
| Octal | 67 | 340 | 117 | 113 | 0 | 101 | 14 | 201 | 111 | 67 |
| Binary | 110111 | 11100000 | 1001111 | 1001011 | 0 | 1000001 | 1100 | 10000001 | 1001001 | 110111 |
Color Harmonies of #37E04F
Complementary color
Monochromatic Colors of #37E04F
Black with #37E04F
Text Example
Text Example
White with #37E04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37E04F; }
p { color: rgb(55,224,79); }
H1.HeaderClassName
{
color: #37E04F;
}
.AnyTagClassName
{
color: #37E04F;
}
</style>
background-color css
<style>
a { background-color: #37E04F; }
a { background-color: rgb(55,224,79); }
div.DivClassName
{
background-color: #37E04F;
}
.BgClassName
{
background-color: #37E04F;
}
</style>
border-color css
<style>
span { border-color: #37E04F; }
span { border-color: rgb(55,224,79); }
td.TdClassName
{
border-color: #37E04F;
}
.TagClassName
{
border-color: #37E04F;
}
</style>