Shades of Lime Green #55D941
Tints of Lime Green #55D941
RGB
CMYK
RGB Variations
Color information
#55D941 (or 0x55D941) is known color: Lime Green. HEX triplet: 55, D9 and 41. RGB value is (85,217,65). Sum of RGB (Red+Green+Blue) = 85+217+65=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 217 (85.16% from 255 or 59.13% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 217 - color contains mainly: green. Hex color #55D941 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D941 is #AA26BE. Grayscale: #A0A0A0. Windows color (decimal): -11151039 or 4315477. OLE color: 4315477.
HSL color Cylindrical-coordinate representation of color #55D941: hue angle of 112.11º 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 #55D941 is Cyan = 0.61, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 217 | 65 | - |
| CMYK | 0.61 | 0 | 0.70 | 0.15 |
| HSL | 112.11º | 0.67% | 0.55% | - |
| HSV(B) | 112.11º | 0.7% | 0.85% | - |
| XYZ | 29.51 | 51.94 | 13.47 | - |
| YUV | 160.2 | 74.27 | 74.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 217 | 65 | 0.61 | 0 | 0.70 | 0.15 | 112.11 | 0.67 | 0.55 |
| Hex | 55 | D9 | 41 | 3D | 0 | 46 | F | 70 | 43 | 37 |
| Octal | 125 | 331 | 101 | 75 | 0 | 106 | 17 | 160 | 103 | 67 |
| Binary | 1010101 | 11011001 | 1000001 | 111101 | 0 | 1000110 | 1111 | 1110000 | 1000011 | 110111 |
Color Harmonies of #55D941
Complementary color
Monochromatic Colors of #55D941
Black with #55D941
Text Example
Text Example
White with #55D941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D941; }
p { color: rgb(85,217,65); }
H1.HeaderClassName
{
color: #55D941;
}
.AnyTagClassName
{
color: #55D941;
}
</style>
background-color css
<style>
a { background-color: #55D941; }
a { background-color: rgb(85,217,65); }
div.DivClassName
{
background-color: #55D941;
}
.BgClassName
{
background-color: #55D941;
}
</style>
border-color css
<style>
span { border-color: #55D941; }
span { border-color: rgb(85,217,65); }
td.TdClassName
{
border-color: #55D941;
}
.TagClassName
{
border-color: #55D941;
}
</style>