Shades of Lime Green #55DC47
Tints of Lime Green #55DC47
RGB
CMYK
RGB Variations
Color information
#55DC47 (or 0x55DC47) is known color: Lime Green. HEX triplet: 55, DC and 47. RGB value is (85,220,71). Sum of RGB (Red+Green+Blue) = 85+220+71=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 220 (86.33% from 255 or 58.51% from 376); Blue value is 71 (28.12% from 255 or 18.88% from 376); Max value from RGB is 220 - color contains mainly: green. Hex color #55DC47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55DC47 is #AA23B8. Grayscale: #A3A3A3. Windows color (decimal): -11150265 or 4709461. OLE color: 4709461.
HSL color Cylindrical-coordinate representation of color #55DC47: hue angle of 114.36º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #55DC47 is Cyan = 0.61, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 220 | 71 | - |
| CMYK | 0.61 | 0 | 0.68 | 0.14 |
| HSL | 114.36º | 0.68% | 0.57% | - |
| HSV(B) | 114.36º | 0.68% | 0.86% | - |
| XYZ | 30.48 | 53.57 | 14.7 | - |
| YUV | 162.65 | 76.27 | 72.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 220 | 71 | 0.61 | 0 | 0.68 | 0.14 | 114.36 | 0.68 | 0.57 |
| Hex | 55 | DC | 47 | 3D | 0 | 44 | E | 72 | 44 | 39 |
| Octal | 125 | 334 | 107 | 75 | 0 | 104 | 16 | 162 | 104 | 71 |
| Binary | 1010101 | 11011100 | 1000111 | 111101 | 0 | 1000100 | 1110 | 1110010 | 1000100 | 111001 |
Color Harmonies of #55DC47
Complementary color
Monochromatic Colors of #55DC47
Black with #55DC47
Text Example
Text Example
White with #55DC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DC47; }
p { color: rgb(85,220,71); }
H1.HeaderClassName
{
color: #55DC47;
}
.AnyTagClassName
{
color: #55DC47;
}
</style>
background-color css
<style>
a { background-color: #55DC47; }
a { background-color: rgb(85,220,71); }
div.DivClassName
{
background-color: #55DC47;
}
.BgClassName
{
background-color: #55DC47;
}
</style>
border-color css
<style>
span { border-color: #55DC47; }
span { border-color: rgb(85,220,71); }
td.TdClassName
{
border-color: #55DC47;
}
.TagClassName
{
border-color: #55DC47;
}
</style>