Shades of Lime Green #55D932
Tints of Lime Green #55D932
RGB
CMYK
RGB Variations
Color information
#55D932 (or 0x55D932) is known color: Lime Green. HEX triplet: 55, D9 and 32. RGB value is (85,217,50). Sum of RGB (Red+Green+Blue) = 85+217+50=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 217 (85.16% from 255 or 61.65% from 352); Blue value is 50 (19.92% from 255 or 14.20% from 352); Max value from RGB is 217 - color contains mainly: green. Hex color #55D932 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D932 is #AA26CD. Grayscale: #9F9F9F. Windows color (decimal): -11151054 or 3332437. OLE color: 3332437.
HSL color Cylindrical-coordinate representation of color #55D932: hue angle of 107.43º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #55D932 is Cyan = 0.61, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 217 | 50 | - |
| CMYK | 0.61 | 0 | 0.77 | 0.15 |
| HSL | 107.43º | 0.69% | 0.52% | - |
| HSV(B) | 107.43º | 0.77% | 0.85% | - |
| XYZ | 29.13 | 51.79 | 11.48 | - |
| YUV | 158.49 | 66.77 | 75.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 217 | 50 | 0.61 | 0 | 0.77 | 0.15 | 107.43 | 0.69 | 0.52 |
| Hex | 55 | D9 | 32 | 3D | 0 | 4D | F | 6B | 45 | 34 |
| Octal | 125 | 331 | 62 | 75 | 0 | 115 | 17 | 153 | 105 | 64 |
| Binary | 1010101 | 11011001 | 110010 | 111101 | 0 | 1001101 | 1111 | 1101011 | 1000101 | 110100 |
Color Harmonies of #55D932
Complementary color
Monochromatic Colors of #55D932
Black with #55D932
Text Example
Text Example
White with #55D932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D932; }
p { color: rgb(85,217,50); }
H1.HeaderClassName
{
color: #55D932;
}
.AnyTagClassName
{
color: #55D932;
}
</style>
background-color css
<style>
a { background-color: #55D932; }
a { background-color: rgb(85,217,50); }
div.DivClassName
{
background-color: #55D932;
}
.BgClassName
{
background-color: #55D932;
}
</style>
border-color css
<style>
span { border-color: #55D932; }
span { border-color: rgb(85,217,50); }
td.TdClassName
{
border-color: #55D932;
}
.TagClassName
{
border-color: #55D932;
}
</style>