Shades of Lime Green #55DE32
Tints of Lime Green #55DE32
RGB
CMYK
RGB Variations
Color information
#55DE32 (or 0x55DE32) is known color: Lime Green. HEX triplet: 55, DE and 32. RGB value is (85,222,50). Sum of RGB (Red+Green+Blue) = 85+222+50=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 222 (87.11% from 255 or 62.18% from 357); Blue value is 50 (19.92% from 255 or 14.01% from 357); Max value from RGB is 222 - color contains mainly: green. Hex color #55DE32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55DE32 is #AA21CD. Grayscale: #A1A1A1. Windows color (decimal): -11149774 or 3333717. OLE color: 3333717.
HSL color Cylindrical-coordinate representation of color #55DE32: hue angle of 107.79º 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 #55DE32 is Cyan = 0.62, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 222 | 50 | - |
| CMYK | 0.62 | 0 | 0.77 | 0.13 |
| HSL | 107.79º | 0.72% | 0.53% | - |
| HSV(B) | 107.79º | 0.77% | 0.87% | - |
| XYZ | 30.44 | 54.4 | 11.91 | - |
| YUV | 161.43 | 65.11 | 73.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 222 | 50 | 0.62 | 0 | 0.77 | 0.13 | 107.79 | 0.72 | 0.53 |
| Hex | 55 | DE | 32 | 3E | 0 | 4D | D | 6C | 48 | 35 |
| Octal | 125 | 336 | 62 | 76 | 0 | 115 | 15 | 154 | 110 | 65 |
| Binary | 1010101 | 11011110 | 110010 | 111110 | 0 | 1001101 | 1101 | 1101100 | 1001000 | 110101 |
Color Harmonies of #55DE32
Complementary color
Monochromatic Colors of #55DE32
Black with #55DE32
Text Example
Text Example
White with #55DE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DE32; }
p { color: rgb(85,222,50); }
H1.HeaderClassName
{
color: #55DE32;
}
.AnyTagClassName
{
color: #55DE32;
}
</style>
background-color css
<style>
a { background-color: #55DE32; }
a { background-color: rgb(85,222,50); }
div.DivClassName
{
background-color: #55DE32;
}
.BgClassName
{
background-color: #55DE32;
}
</style>
border-color css
<style>
span { border-color: #55DE32; }
span { border-color: rgb(85,222,50); }
td.TdClassName
{
border-color: #55DE32;
}
.TagClassName
{
border-color: #55DE32;
}
</style>