Shades of Lime Green #55D949
Tints of Lime Green #55D949
RGB
CMYK
RGB Variations
Color information
#55D949 (or 0x55D949) is known color: Lime Green. HEX triplet: 55, D9 and 49. RGB value is (85,217,73). Sum of RGB (Red+Green+Blue) = 85+217+73=375 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.67% from 375); Green value is 217 (85.16% from 255 or 57.87% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 217 - color contains mainly: green. Hex color #55D949 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D949 is #AA26B6. Grayscale: #A1A1A1. Windows color (decimal): -11151031 or 4839765. OLE color: 4839765.
HSL color Cylindrical-coordinate representation of color #55D949: hue angle of 115º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55D949 is Cyan = 0.61, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 217 | 73 | - |
| CMYK | 0.61 | 0 | 0.66 | 0.15 |
| HSL | 115º | 0.65% | 0.57% | - |
| HSV(B) | 115º | 0.66% | 0.85% | - |
| XYZ | 29.76 | 52.04 | 14.78 | - |
| YUV | 161.12 | 78.27 | 73.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 217 | 73 | 0.61 | 0 | 0.66 | 0.15 | 115 | 0.65 | 0.57 |
| Hex | 55 | D9 | 49 | 3D | 0 | 42 | F | 73 | 41 | 39 |
| Octal | 125 | 331 | 111 | 75 | 0 | 102 | 17 | 163 | 101 | 71 |
| Binary | 1010101 | 11011001 | 1001001 | 111101 | 0 | 1000010 | 1111 | 1110011 | 1000001 | 111001 |
Color Harmonies of #55D949
Complementary color
Monochromatic Colors of #55D949
Black with #55D949
Text Example
Text Example
White with #55D949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D949; }
p { color: rgb(85,217,73); }
H1.HeaderClassName
{
color: #55D949;
}
.AnyTagClassName
{
color: #55D949;
}
</style>
background-color css
<style>
a { background-color: #55D949; }
a { background-color: rgb(85,217,73); }
div.DivClassName
{
background-color: #55D949;
}
.BgClassName
{
background-color: #55D949;
}
</style>
border-color css
<style>
span { border-color: #55D949; }
span { border-color: rgb(85,217,73); }
td.TdClassName
{
border-color: #55D949;
}
.TagClassName
{
border-color: #55D949;
}
</style>