Shades of Lime Green #55E137
Tints of Lime Green #55E137
RGB
CMYK
RGB Variations
Color information
#55E137 (or 0x55E137) is known color: Lime Green. HEX triplet: 55, E1 and 37. RGB value is (85,225,55). Sum of RGB (Red+Green+Blue) = 85+225+55=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 225 (88.28% from 255 or 61.64% from 365); Blue value is 55 (21.88% from 255 or 15.07% from 365); Max value from RGB is 225 - color contains mainly: green. Hex color #55E137 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55E137 is #AA1EC8. Grayscale: #A4A4A4. Windows color (decimal): -11149001 or 3662165. OLE color: 3662165.
HSL color Cylindrical-coordinate representation of color #55E137: hue angle of 109.41º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #55E137 is Cyan = 0.62, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 225 | 55 | - |
| CMYK | 0.62 | 0 | 0.76 | 0.12 |
| HSL | 109.41º | 0.74% | 0.55% | - |
| HSV(B) | 109.41º | 0.76% | 0.88% | - |
| XYZ | 31.36 | 56.06 | 12.78 | - |
| YUV | 163.76 | 66.62 | 71.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 225 | 55 | 0.62 | 0 | 0.76 | 0.12 | 109.41 | 0.74 | 0.55 |
| Hex | 55 | E1 | 37 | 3E | 0 | 4C | C | 6D | 4A | 37 |
| Octal | 125 | 341 | 67 | 76 | 0 | 114 | 14 | 155 | 112 | 67 |
| Binary | 1010101 | 11100001 | 110111 | 111110 | 0 | 1001100 | 1100 | 1101101 | 1001010 | 110111 |
Color Harmonies of #55E137
Complementary color
Monochromatic Colors of #55E137
Black with #55E137
Text Example
Text Example
White with #55E137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E137; }
p { color: rgb(85,225,55); }
H1.HeaderClassName
{
color: #55E137;
}
.AnyTagClassName
{
color: #55E137;
}
</style>
background-color css
<style>
a { background-color: #55E137; }
a { background-color: rgb(85,225,55); }
div.DivClassName
{
background-color: #55E137;
}
.BgClassName
{
background-color: #55E137;
}
</style>
border-color css
<style>
span { border-color: #55E137; }
span { border-color: rgb(85,225,55); }
td.TdClassName
{
border-color: #55E137;
}
.TagClassName
{
border-color: #55E137;
}
</style>