Shades of Lime Green #55DB4D
Tints of Lime Green #55DB4D
RGB
CMYK
RGB Variations
Color information
#55DB4D (or 0x55DB4D) is known color: Lime Green. HEX triplet: 55, DB and 4D. RGB value is (85,219,77). Sum of RGB (Red+Green+Blue) = 85+219+77=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 219 (85.94% from 255 or 57.48% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 219 - color contains mainly: green. Hex color #55DB4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55DB4D is #AA24B2. Grayscale: #A3A3A3. Windows color (decimal): -11150515 or 5102421. OLE color: 5102421.
HSL color Cylindrical-coordinate representation of color #55DB4D: hue angle of 116.62º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55DB4D is Cyan = 0.61, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 219 | 77 | - |
| CMYK | 0.61 | 0 | 0.65 | 0.14 |
| HSL | 116.62º | 0.66% | 0.58% | - |
| HSV(B) | 116.62º | 0.65% | 0.86% | - |
| XYZ | 30.42 | 53.13 | 15.67 | - |
| YUV | 162.75 | 79.61 | 72.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 219 | 77 | 0.61 | 0 | 0.65 | 0.14 | 116.62 | 0.66 | 0.58 |
| Hex | 55 | DB | 4D | 3D | 0 | 41 | E | 75 | 42 | 3A |
| Octal | 125 | 333 | 115 | 75 | 0 | 101 | 16 | 165 | 102 | 72 |
| Binary | 1010101 | 11011011 | 1001101 | 111101 | 0 | 1000001 | 1110 | 1110101 | 1000010 | 111010 |
Color Harmonies of #55DB4D
Complementary color
Monochromatic Colors of #55DB4D
Black with #55DB4D
Text Example
Text Example
White with #55DB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DB4D; }
p { color: rgb(85,219,77); }
H1.HeaderClassName
{
color: #55DB4D;
}
.AnyTagClassName
{
color: #55DB4D;
}
</style>
background-color css
<style>
a { background-color: #55DB4D; }
a { background-color: rgb(85,219,77); }
div.DivClassName
{
background-color: #55DB4D;
}
.BgClassName
{
background-color: #55DB4D;
}
</style>
border-color css
<style>
span { border-color: #55DB4D; }
span { border-color: rgb(85,219,77); }
td.TdClassName
{
border-color: #55DB4D;
}
.TagClassName
{
border-color: #55DB4D;
}
</style>