Shades of Lime Green #55D840
Tints of Lime Green #55D840
RGB
CMYK
RGB Variations
Color information
#55D840 (or 0x55D840) is known color: Lime Green. HEX triplet: 55, D8 and 40. RGB value is (85,216,64). Sum of RGB (Red+Green+Blue) = 85+216+64=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 216 (84.77% from 255 or 59.18% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 216 - color contains mainly: green. Hex color #55D840 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D840 is #AA27BF. Grayscale: #9F9F9F. Windows color (decimal): -11151296 or 4249685. OLE color: 4249685.
HSL color Cylindrical-coordinate representation of color #55D840: hue angle of 111.71º degrees, saturation: 0.66, 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 #55D840 is Cyan = 0.61, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 216 | 64 | - |
| CMYK | 0.61 | 0 | 0.70 | 0.15 |
| HSL | 111.71º | 0.66% | 0.55% | - |
| HSV(B) | 111.71º | 0.7% | 0.85% | - |
| XYZ | 29.23 | 51.41 | 13.23 | - |
| YUV | 159.5 | 74.1 | 74.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 216 | 64 | 0.61 | 0 | 0.70 | 0.15 | 111.71 | 0.66 | 0.55 |
| Hex | 55 | D8 | 40 | 3D | 0 | 46 | F | 70 | 42 | 37 |
| Octal | 125 | 330 | 100 | 75 | 0 | 106 | 17 | 160 | 102 | 67 |
| Binary | 1010101 | 11011000 | 1000000 | 111101 | 0 | 1000110 | 1111 | 1110000 | 1000010 | 110111 |
Color Harmonies of #55D840
Complementary color
Monochromatic Colors of #55D840
Black with #55D840
Text Example
Text Example
White with #55D840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D840; }
p { color: rgb(85,216,64); }
H1.HeaderClassName
{
color: #55D840;
}
.AnyTagClassName
{
color: #55D840;
}
</style>
background-color css
<style>
a { background-color: #55D840; }
a { background-color: rgb(85,216,64); }
div.DivClassName
{
background-color: #55D840;
}
.BgClassName
{
background-color: #55D840;
}
</style>
border-color css
<style>
span { border-color: #55D840; }
span { border-color: rgb(85,216,64); }
td.TdClassName
{
border-color: #55D840;
}
.TagClassName
{
border-color: #55D840;
}
</style>