Shades of Lime Green #55D541
Tints of Lime Green #55D541
RGB
CMYK
RGB Variations
Color information
#55D541 (or 0x55D541) is known color: Lime Green. HEX triplet: 55, D5 and 41. RGB value is (85,213,65). Sum of RGB (Red+Green+Blue) = 85+213+65=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 213 (83.59% from 255 or 58.68% from 363); Blue value is 65 (25.78% from 255 or 17.91% from 363); Max value from RGB is 213 - color contains mainly: green. Hex color #55D541 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D541 is #AA2ABE. Grayscale: #9E9E9E. Windows color (decimal): -11152063 or 4314453. OLE color: 4314453.
HSL color Cylindrical-coordinate representation of color #55D541: hue angle of 111.89º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #55D541 is Cyan = 0.60, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 213 | 65 | - |
| CMYK | 0.60 | 0 | 0.69 | 0.16 |
| HSL | 111.89º | 0.64% | 0.55% | - |
| HSV(B) | 111.89º | 0.69% | 0.84% | - |
| XYZ | 28.49 | 49.9 | 13.13 | - |
| YUV | 157.86 | 75.59 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 213 | 65 | 0.60 | 0 | 0.69 | 0.16 | 111.89 | 0.64 | 0.55 |
| Hex | 55 | D5 | 41 | 3C | 0 | 45 | 10 | 70 | 40 | 37 |
| Octal | 125 | 325 | 101 | 74 | 0 | 105 | 20 | 160 | 100 | 67 |
| Binary | 1010101 | 11010101 | 1000001 | 111100 | 0 | 1000101 | 10000 | 1110000 | 1000000 | 110111 |
Color Harmonies of #55D541
Complementary color
Monochromatic Colors of #55D541
Black with #55D541
Text Example
Text Example
White with #55D541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D541; }
p { color: rgb(85,213,65); }
H1.HeaderClassName
{
color: #55D541;
}
.AnyTagClassName
{
color: #55D541;
}
</style>
background-color css
<style>
a { background-color: #55D541; }
a { background-color: rgb(85,213,65); }
div.DivClassName
{
background-color: #55D541;
}
.BgClassName
{
background-color: #55D541;
}
</style>
border-color css
<style>
span { border-color: #55D541; }
span { border-color: rgb(85,213,65); }
td.TdClassName
{
border-color: #55D541;
}
.TagClassName
{
border-color: #55D541;
}
</style>