Shades of Lime Green #37E355
Tints of Lime Green #37E355
RGB
CMYK
RGB Variations
Color information
#37E355 (or 0x37E355) is known color: Lime Green. HEX triplet: 37, E3 and 55. RGB value is (55,227,85). Sum of RGB (Red+Green+Blue) = 55+227+85=367 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.99% from 367); Green value is 227 (89.06% from 255 or 61.85% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 227 - color contains mainly: green. Hex color #37E355 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #37E355 is #C81CAA. Grayscale: #9F9F9F. Windows color (decimal): -13114539 or 5628727. OLE color: 5628727.
HSL color Cylindrical-coordinate representation of color #37E355: hue angle of 130.47º 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 #37E355 is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 55 | 227 | 85 | - |
| CMYK | 0.76 | 0 | 0.63 | 0.11 |
| HSL | 130.47º | 0.75% | 0.55% | - |
| HSV(B) | 130.47º | 0.76% | 0.89% | - |
| XYZ | 30.68 | 56.41 | 17.86 | - |
| YUV | 159.38 | 86.02 | 53.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 227 | 85 | 0.76 | 0 | 0.63 | 0.11 | 130.47 | 0.75 | 0.55 |
| Hex | 37 | E3 | 55 | 4C | 0 | 3F | B | 82 | 4B | 37 |
| Octal | 67 | 343 | 125 | 114 | 0 | 77 | 13 | 202 | 113 | 67 |
| Binary | 110111 | 11100011 | 1010101 | 1001100 | 0 | 111111 | 1011 | 10000010 | 1001011 | 110111 |
Color Harmonies of #37E355
Complementary color
Monochromatic Colors of #37E355
Black with #37E355
Text Example
Text Example
White with #37E355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37E355; }
p { color: rgb(55,227,85); }
H1.HeaderClassName
{
color: #37E355;
}
.AnyTagClassName
{
color: #37E355;
}
</style>
background-color css
<style>
a { background-color: #37E355; }
a { background-color: rgb(55,227,85); }
div.DivClassName
{
background-color: #37E355;
}
.BgClassName
{
background-color: #37E355;
}
</style>
border-color css
<style>
span { border-color: #37E355; }
span { border-color: rgb(55,227,85); }
td.TdClassName
{
border-color: #37E355;
}
.TagClassName
{
border-color: #37E355;
}
</style>