Shades of Lime Green #55D942
Tints of Lime Green #55D942
RGB
CMYK
RGB Variations
Color information
#55D942 (or 0x55D942) is known color: Lime Green. HEX triplet: 55, D9 and 42. RGB value is (85,217,66). Sum of RGB (Red+Green+Blue) = 85+217+66=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 217 (85.16% from 255 or 58.97% from 368); Blue value is 66 (26.17% from 255 or 17.93% from 368); Max value from RGB is 217 - color contains mainly: green. Hex color #55D942 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D942 is #AA26BD. Grayscale: #A0A0A0. Windows color (decimal): -11151038 or 4381013. OLE color: 4381013.
HSL color Cylindrical-coordinate representation of color #55D942: hue angle of 112.45º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #55D942 is Cyan = 0.61, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 217 | 66 | - |
| CMYK | 0.61 | 0 | 0.70 | 0.15 |
| HSL | 112.45º | 0.67% | 0.55% | - |
| HSV(B) | 112.45º | 0.7% | 0.85% | - |
| XYZ | 29.54 | 51.95 | 13.62 | - |
| YUV | 160.32 | 74.77 | 74.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 217 | 66 | 0.61 | 0 | 0.70 | 0.15 | 112.45 | 0.67 | 0.55 |
| Hex | 55 | D9 | 42 | 3D | 0 | 46 | F | 70 | 43 | 37 |
| Octal | 125 | 331 | 102 | 75 | 0 | 106 | 17 | 160 | 103 | 67 |
| Binary | 1010101 | 11011001 | 1000010 | 111101 | 0 | 1000110 | 1111 | 1110000 | 1000011 | 110111 |
Color Harmonies of #55D942
Complementary color
Monochromatic Colors of #55D942
Black with #55D942
Text Example
Text Example
White with #55D942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D942; }
p { color: rgb(85,217,66); }
H1.HeaderClassName
{
color: #55D942;
}
.AnyTagClassName
{
color: #55D942;
}
</style>
background-color css
<style>
a { background-color: #55D942; }
a { background-color: rgb(85,217,66); }
div.DivClassName
{
background-color: #55D942;
}
.BgClassName
{
background-color: #55D942;
}
</style>
border-color css
<style>
span { border-color: #55D942; }
span { border-color: rgb(85,217,66); }
td.TdClassName
{
border-color: #55D942;
}
.TagClassName
{
border-color: #55D942;
}
</style>