Shades of Lime Green #55DD32
Tints of Lime Green #55DD32
RGB
CMYK
RGB Variations
Color information
#55DD32 (or 0x55DD32) is known color: Lime Green. HEX triplet: 55, DD and 32. RGB value is (85,221,50). Sum of RGB (Red+Green+Blue) = 85+221+50=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 221 (86.72% from 255 or 62.08% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 221 - color contains mainly: green. Hex color #55DD32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55DD32 is #AA22CD. Grayscale: #A1A1A1. Windows color (decimal): -11150030 or 3333461. OLE color: 3333461.
HSL color Cylindrical-coordinate representation of color #55DD32: hue angle of 107.72º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #55DD32 is Cyan = 0.62, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 221 | 50 | - |
| CMYK | 0.62 | 0 | 0.77 | 0.13 |
| HSL | 107.72º | 0.72% | 0.53% | - |
| HSV(B) | 107.72º | 0.77% | 0.87% | - |
| XYZ | 30.18 | 53.87 | 11.83 | - |
| YUV | 160.84 | 65.44 | 73.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 221 | 50 | 0.62 | 0 | 0.77 | 0.13 | 107.72 | 0.72 | 0.53 |
| Hex | 55 | DD | 32 | 3E | 0 | 4D | D | 6C | 48 | 35 |
| Octal | 125 | 335 | 62 | 76 | 0 | 115 | 15 | 154 | 110 | 65 |
| Binary | 1010101 | 11011101 | 110010 | 111110 | 0 | 1001101 | 1101 | 1101100 | 1001000 | 110101 |
Color Harmonies of #55DD32
Complementary color
Monochromatic Colors of #55DD32
Black with #55DD32
Text Example
Text Example
White with #55DD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DD32; }
p { color: rgb(85,221,50); }
H1.HeaderClassName
{
color: #55DD32;
}
.AnyTagClassName
{
color: #55DD32;
}
</style>
background-color css
<style>
a { background-color: #55DD32; }
a { background-color: rgb(85,221,50); }
div.DivClassName
{
background-color: #55DD32;
}
.BgClassName
{
background-color: #55DD32;
}
</style>
border-color css
<style>
span { border-color: #55DD32; }
span { border-color: rgb(85,221,50); }
td.TdClassName
{
border-color: #55DD32;
}
.TagClassName
{
border-color: #55DD32;
}
</style>