Shades of Lime Green #55D533
Tints of Lime Green #55D533
RGB
CMYK
RGB Variations
Color information
#55D533 (or 0x55D533) is known color: Lime Green. HEX triplet: 55, D5 and 33. RGB value is (85,213,51). Sum of RGB (Red+Green+Blue) = 85+213+51=349 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.36% from 349); Green value is 213 (83.59% from 255 or 61.03% from 349); Blue value is 51 (20.31% from 255 or 14.61% from 349); Max value from RGB is 213 - color contains mainly: green. Hex color #55D533 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D533 is #AA2ACC. Grayscale: #9C9C9C. Windows color (decimal): -11152077 or 3396949. OLE color: 3396949.
HSL color Cylindrical-coordinate representation of color #55D533: hue angle of 107.41º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #55D533 is Cyan = 0.60, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 213 | 51 | - |
| CMYK | 0.60 | 0 | 0.76 | 0.16 |
| HSL | 107.41º | 0.66% | 0.52% | - |
| HSV(B) | 107.41º | 0.76% | 0.84% | - |
| XYZ | 28.14 | 49.76 | 11.25 | - |
| YUV | 156.26 | 68.59 | 77.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 213 | 51 | 0.60 | 0 | 0.76 | 0.16 | 107.41 | 0.66 | 0.52 |
| Hex | 55 | D5 | 33 | 3C | 0 | 4C | 10 | 6B | 42 | 34 |
| Octal | 125 | 325 | 63 | 74 | 0 | 114 | 20 | 153 | 102 | 64 |
| Binary | 1010101 | 11010101 | 110011 | 111100 | 0 | 1001100 | 10000 | 1101011 | 1000010 | 110100 |
Color Harmonies of #55D533
Complementary color
Monochromatic Colors of #55D533
Black with #55D533
Text Example
Text Example
White with #55D533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D533; }
p { color: rgb(85,213,51); }
H1.HeaderClassName
{
color: #55D533;
}
.AnyTagClassName
{
color: #55D533;
}
</style>
background-color css
<style>
a { background-color: #55D533; }
a { background-color: rgb(85,213,51); }
div.DivClassName
{
background-color: #55D533;
}
.BgClassName
{
background-color: #55D533;
}
</style>
border-color css
<style>
span { border-color: #55D533; }
span { border-color: rgb(85,213,51); }
td.TdClassName
{
border-color: #55D533;
}
.TagClassName
{
border-color: #55D533;
}
</style>