Shades of Lime Green #37E455
Tints of Lime Green #37E455
RGB
CMYK
RGB Variations
Color information
#37E455 (or 0x37E455) is known color: Lime Green. HEX triplet: 37, E4 and 55. RGB value is (55,228,85). Sum of RGB (Red+Green+Blue) = 55+228+85=368 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.95% from 368); Green value is 228 (89.45% from 255 or 61.96% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 228 - color contains mainly: green. Hex color #37E455 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #37E455 is #C81BAA. Grayscale: #A0A0A0. Windows color (decimal): -13114283 or 5628983. OLE color: 5628983.
HSL color Cylindrical-coordinate representation of color #37E455: hue angle of 130.4º degrees, saturation: 0.76, 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 #37E455 is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 55 | 228 | 85 | - |
| CMYK | 0.76 | 0 | 0.63 | 0.11 |
| HSL | 130.4º | 0.76% | 0.55% | - |
| HSV(B) | 130.4º | 0.76% | 0.89% | - |
| XYZ | 30.96 | 56.95 | 17.96 | - |
| YUV | 159.97 | 85.69 | 53.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 228 | 85 | 0.76 | 0 | 0.63 | 0.11 | 130.4 | 0.76 | 0.55 |
| Hex | 37 | E4 | 55 | 4C | 0 | 3F | B | 82 | 4C | 37 |
| Octal | 67 | 344 | 125 | 114 | 0 | 77 | 13 | 202 | 114 | 67 |
| Binary | 110111 | 11100100 | 1010101 | 1001100 | 0 | 111111 | 1011 | 10000010 | 1001100 | 110111 |
Color Harmonies of #37E455
Complementary color
Monochromatic Colors of #37E455
Black with #37E455
Text Example
Text Example
White with #37E455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37E455; }
p { color: rgb(55,228,85); }
H1.HeaderClassName
{
color: #37E455;
}
.AnyTagClassName
{
color: #37E455;
}
</style>
background-color css
<style>
a { background-color: #37E455; }
a { background-color: rgb(55,228,85); }
div.DivClassName
{
background-color: #37E455;
}
.BgClassName
{
background-color: #37E455;
}
</style>
border-color css
<style>
span { border-color: #37E455; }
span { border-color: rgb(55,228,85); }
td.TdClassName
{
border-color: #37E455;
}
.TagClassName
{
border-color: #37E455;
}
</style>