Shades of Lime Green #37E255
Tints of Lime Green #37E255
RGB
CMYK
RGB Variations
Color information
#37E255 (or 0x37E255) is known color: Lime Green. HEX triplet: 37, E2 and 55. RGB value is (55,226,85). Sum of RGB (Red+Green+Blue) = 55+226+85=366 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.03% from 366); Green value is 226 (88.67% from 255 or 61.75% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 226 - color contains mainly: green. Hex color #37E255 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #37E255 is #C81DAA. Grayscale: #9F9F9F. Windows color (decimal): -13114795 or 5628471. OLE color: 5628471.
HSL color Cylindrical-coordinate representation of color #37E255: hue angle of 130.53º 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 #37E255 is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 55 | 226 | 85 | - |
| CMYK | 0.76 | 0 | 0.62 | 0.11 |
| HSL | 130.53º | 0.75% | 0.55% | - |
| HSV(B) | 130.53º | 0.76% | 0.89% | - |
| XYZ | 30.41 | 55.86 | 17.77 | - |
| YUV | 158.8 | 86.35 | 53.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 226 | 85 | 0.76 | 0 | 0.62 | 0.11 | 130.53 | 0.75 | 0.55 |
| Hex | 37 | E2 | 55 | 4C | 0 | 3E | B | 83 | 4B | 37 |
| Octal | 67 | 342 | 125 | 114 | 0 | 76 | 13 | 203 | 113 | 67 |
| Binary | 110111 | 11100010 | 1010101 | 1001100 | 0 | 111110 | 1011 | 10000011 | 1001011 | 110111 |
Color Harmonies of #37E255
Complementary color
Monochromatic Colors of #37E255
Black with #37E255
Text Example
Text Example
White with #37E255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37E255; }
p { color: rgb(55,226,85); }
H1.HeaderClassName
{
color: #37E255;
}
.AnyTagClassName
{
color: #37E255;
}
</style>
background-color css
<style>
a { background-color: #37E255; }
a { background-color: rgb(55,226,85); }
div.DivClassName
{
background-color: #37E255;
}
.BgClassName
{
background-color: #37E255;
}
</style>
border-color css
<style>
span { border-color: #37E255; }
span { border-color: rgb(55,226,85); }
td.TdClassName
{
border-color: #37E255;
}
.TagClassName
{
border-color: #37E255;
}
</style>