Shades of Lime Green #55E032
Tints of Lime Green #55E032
RGB
CMYK
RGB Variations
Color information
#55E032 (or 0x55E032) is known color: Lime Green. HEX triplet: 55, E0 and 32. RGB value is (85,224,50). Sum of RGB (Red+Green+Blue) = 85+224+50=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 224 (87.89% from 255 or 62.40% from 359); Blue value is 50 (19.92% from 255 or 13.93% from 359); Max value from RGB is 224 - color contains mainly: green. Hex color #55E032 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55E032 is #AA1FCD. Grayscale: #A3A3A3. Windows color (decimal): -11149262 or 3334229. OLE color: 3334229.
HSL color Cylindrical-coordinate representation of color #55E032: hue angle of 107.93º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #55E032 is Cyan = 0.62, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 224 | 50 | - |
| CMYK | 0.62 | 0 | 0.78 | 0.12 |
| HSL | 107.93º | 0.74% | 0.54% | - |
| HSV(B) | 107.93º | 0.78% | 0.88% | - |
| XYZ | 30.98 | 55.47 | 12.09 | - |
| YUV | 162.6 | 64.45 | 72.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 224 | 50 | 0.62 | 0 | 0.78 | 0.12 | 107.93 | 0.74 | 0.54 |
| Hex | 55 | E0 | 32 | 3E | 0 | 4E | C | 6C | 4A | 36 |
| Octal | 125 | 340 | 62 | 76 | 0 | 116 | 14 | 154 | 112 | 66 |
| Binary | 1010101 | 11100000 | 110010 | 111110 | 0 | 1001110 | 1100 | 1101100 | 1001010 | 110110 |
Color Harmonies of #55E032
Complementary color
Monochromatic Colors of #55E032
Black with #55E032
Text Example
Text Example
White with #55E032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E032; }
p { color: rgb(85,224,50); }
H1.HeaderClassName
{
color: #55E032;
}
.AnyTagClassName
{
color: #55E032;
}
</style>
background-color css
<style>
a { background-color: #55E032; }
a { background-color: rgb(85,224,50); }
div.DivClassName
{
background-color: #55E032;
}
.BgClassName
{
background-color: #55E032;
}
</style>
border-color css
<style>
span { border-color: #55E032; }
span { border-color: rgb(85,224,50); }
td.TdClassName
{
border-color: #55E032;
}
.TagClassName
{
border-color: #55E032;
}
</style>