Shades of Lime Green #55E047
Tints of Lime Green #55E047
RGB
CMYK
RGB Variations
Color information
#55E047 (or 0x55E047) is known color: Lime Green. HEX triplet: 55, E0 and 47. RGB value is (85,224,71). Sum of RGB (Red+Green+Blue) = 85+224+71=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 224 (87.89% from 255 or 58.95% from 380); Blue value is 71 (28.12% from 255 or 18.68% from 380); Max value from RGB is 224 - color contains mainly: green. Hex color #55E047 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55E047 is #AA1FB8. Grayscale: #A5A5A5. Windows color (decimal): -11149241 or 4710485. OLE color: 4710485.
HSL color Cylindrical-coordinate representation of color #55E047: hue angle of 114.51º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #55E047 is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 224 | 71 | - |
| CMYK | 0.62 | 0 | 0.68 | 0.12 |
| HSL | 114.51º | 0.71% | 0.58% | - |
| HSV(B) | 114.51º | 0.68% | 0.88% | - |
| XYZ | 31.54 | 55.7 | 15.05 | - |
| YUV | 165 | 74.95 | 70.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 224 | 71 | 0.62 | 0 | 0.68 | 0.12 | 114.51 | 0.71 | 0.58 |
| Hex | 55 | E0 | 47 | 3E | 0 | 44 | C | 73 | 47 | 3A |
| Octal | 125 | 340 | 107 | 76 | 0 | 104 | 14 | 163 | 107 | 72 |
| Binary | 1010101 | 11100000 | 1000111 | 111110 | 0 | 1000100 | 1100 | 1110011 | 1000111 | 111010 |
Color Harmonies of #55E047
Complementary color
Monochromatic Colors of #55E047
Black with #55E047
Text Example
Text Example
White with #55E047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E047; }
p { color: rgb(85,224,71); }
H1.HeaderClassName
{
color: #55E047;
}
.AnyTagClassName
{
color: #55E047;
}
</style>
background-color css
<style>
a { background-color: #55E047; }
a { background-color: rgb(85,224,71); }
div.DivClassName
{
background-color: #55E047;
}
.BgClassName
{
background-color: #55E047;
}
</style>
border-color css
<style>
span { border-color: #55E047; }
span { border-color: rgb(85,224,71); }
td.TdClassName
{
border-color: #55E047;
}
.TagClassName
{
border-color: #55E047;
}
</style>