Shades of Lime Green #55D640
Tints of Lime Green #55D640
RGB
CMYK
RGB Variations
Color information
#55D640 (or 0x55D640) is known color: Lime Green. HEX triplet: 55, D6 and 40. RGB value is (85,214,64). Sum of RGB (Red+Green+Blue) = 85+214+64=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 214 (83.98% from 255 or 58.95% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 214 - color contains mainly: green. Hex color #55D640 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D640 is #AA29BF. Grayscale: #9E9E9E. Windows color (decimal): -11151808 or 4249173. OLE color: 4249173.
HSL color Cylindrical-coordinate representation of color #55D640: hue angle of 111.6º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #55D640 is Cyan = 0.60, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 214 | 64 | - |
| CMYK | 0.60 | 0 | 0.70 | 0.16 |
| HSL | 111.6º | 0.65% | 0.55% | - |
| HSV(B) | 111.6º | 0.7% | 0.84% | - |
| XYZ | 28.72 | 50.39 | 13.06 | - |
| YUV | 158.33 | 74.76 | 75.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 214 | 64 | 0.60 | 0 | 0.70 | 0.16 | 111.6 | 0.65 | 0.55 |
| Hex | 55 | D6 | 40 | 3C | 0 | 46 | 10 | 70 | 41 | 37 |
| Octal | 125 | 326 | 100 | 74 | 0 | 106 | 20 | 160 | 101 | 67 |
| Binary | 1010101 | 11010110 | 1000000 | 111100 | 0 | 1000110 | 10000 | 1110000 | 1000001 | 110111 |
Color Harmonies of #55D640
Complementary color
Monochromatic Colors of #55D640
Black with #55D640
Text Example
Text Example
White with #55D640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D640; }
p { color: rgb(85,214,64); }
H1.HeaderClassName
{
color: #55D640;
}
.AnyTagClassName
{
color: #55D640;
}
</style>
background-color css
<style>
a { background-color: #55D640; }
a { background-color: rgb(85,214,64); }
div.DivClassName
{
background-color: #55D640;
}
.BgClassName
{
background-color: #55D640;
}
</style>
border-color css
<style>
span { border-color: #55D640; }
span { border-color: rgb(85,214,64); }
td.TdClassName
{
border-color: #55D640;
}
.TagClassName
{
border-color: #55D640;
}
</style>