Shades of Lime Green #55E146
Tints of Lime Green #55E146
RGB
CMYK
RGB Variations
Color information
#55E146 (or 0x55E146) is known color: Lime Green. HEX triplet: 55, E1 and 46. RGB value is (85,225,70). Sum of RGB (Red+Green+Blue) = 85+225+70=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 225 (88.28% from 255 or 59.21% from 380); Blue value is 70 (27.73% from 255 or 18.42% from 380); Max value from RGB is 225 - color contains mainly: green. Hex color #55E146 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55E146 is #AA1EB9. Grayscale: #A5A5A5. Windows color (decimal): -11148986 or 4645205. OLE color: 4645205.
HSL color Cylindrical-coordinate representation of color #55E146: hue angle of 114.19º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #55E146 is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 225 | 70 | - |
| CMYK | 0.62 | 0 | 0.69 | 0.12 |
| HSL | 114.19º | 0.72% | 0.58% | - |
| HSV(B) | 114.19º | 0.69% | 0.88% | - |
| XYZ | 31.78 | 56.22 | 14.97 | - |
| YUV | 165.47 | 74.12 | 70.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 225 | 70 | 0.62 | 0 | 0.69 | 0.12 | 114.19 | 0.72 | 0.58 |
| Hex | 55 | E1 | 46 | 3E | 0 | 45 | C | 72 | 48 | 3A |
| Octal | 125 | 341 | 106 | 76 | 0 | 105 | 14 | 162 | 110 | 72 |
| Binary | 1010101 | 11100001 | 1000110 | 111110 | 0 | 1000101 | 1100 | 1110010 | 1001000 | 111010 |
Color Harmonies of #55E146
Complementary color
Monochromatic Colors of #55E146
Black with #55E146
Text Example
Text Example
White with #55E146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E146; }
p { color: rgb(85,225,70); }
H1.HeaderClassName
{
color: #55E146;
}
.AnyTagClassName
{
color: #55E146;
}
</style>
background-color css
<style>
a { background-color: #55E146; }
a { background-color: rgb(85,225,70); }
div.DivClassName
{
background-color: #55E146;
}
.BgClassName
{
background-color: #55E146;
}
</style>
border-color css
<style>
span { border-color: #55E146; }
span { border-color: rgb(85,225,70); }
td.TdClassName
{
border-color: #55E146;
}
.TagClassName
{
border-color: #55E146;
}
</style>