Shades of Lime Green #55DC45
Tints of Lime Green #55DC45
RGB
CMYK
RGB Variations
Color information
#55DC45 (or 0x55DC45) is known color: Lime Green. HEX triplet: 55, DC and 45. RGB value is (85,220,69). Sum of RGB (Red+Green+Blue) = 85+220+69=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 220 (86.33% from 255 or 58.82% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 220 - color contains mainly: green. Hex color #55DC45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55DC45 is #AA23BA. Grayscale: #A2A2A2. Windows color (decimal): -11150267 or 4578389. OLE color: 4578389.
HSL color Cylindrical-coordinate representation of color #55DC45: hue angle of 113.64º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #55DC45 is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 220 | 69 | - |
| CMYK | 0.61 | 0 | 0.69 | 0.14 |
| HSL | 113.64º | 0.68% | 0.57% | - |
| HSV(B) | 113.64º | 0.69% | 0.86% | - |
| XYZ | 30.41 | 53.55 | 14.36 | - |
| YUV | 162.42 | 75.27 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 220 | 69 | 0.61 | 0 | 0.69 | 0.14 | 113.64 | 0.68 | 0.57 |
| Hex | 55 | DC | 45 | 3D | 0 | 45 | E | 72 | 44 | 39 |
| Octal | 125 | 334 | 105 | 75 | 0 | 105 | 16 | 162 | 104 | 71 |
| Binary | 1010101 | 11011100 | 1000101 | 111101 | 0 | 1000101 | 1110 | 1110010 | 1000100 | 111001 |
Color Harmonies of #55DC45
Complementary color
Monochromatic Colors of #55DC45
Black with #55DC45
Text Example
Text Example
White with #55DC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DC45; }
p { color: rgb(85,220,69); }
H1.HeaderClassName
{
color: #55DC45;
}
.AnyTagClassName
{
color: #55DC45;
}
</style>
background-color css
<style>
a { background-color: #55DC45; }
a { background-color: rgb(85,220,69); }
div.DivClassName
{
background-color: #55DC45;
}
.BgClassName
{
background-color: #55DC45;
}
</style>
border-color css
<style>
span { border-color: #55DC45; }
span { border-color: rgb(85,220,69); }
td.TdClassName
{
border-color: #55DC45;
}
.TagClassName
{
border-color: #55DC45;
}
</style>