Shades of Lime Green #55D936
Tints of Lime Green #55D936
RGB
CMYK
RGB Variations
Color information
#55D936 (or 0x55D936) is known color: Lime Green. HEX triplet: 55, D9 and 36. RGB value is (85,217,54). Sum of RGB (Red+Green+Blue) = 85+217+54=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 217 (85.16% from 255 or 60.96% from 356); Blue value is 54 (21.48% from 255 or 15.17% from 356); Max value from RGB is 217 - color contains mainly: green. Hex color #55D936 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D936 is #AA26C9. Grayscale: #9F9F9F. Windows color (decimal): -11151050 or 3594581. OLE color: 3594581.
HSL color Cylindrical-coordinate representation of color #55D936: hue angle of 108.59º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #55D936 is Cyan = 0.61, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 217 | 54 | - |
| CMYK | 0.61 | 0 | 0.75 | 0.15 |
| HSL | 108.59º | 0.68% | 0.53% | - |
| HSV(B) | 108.59º | 0.75% | 0.85% | - |
| XYZ | 29.23 | 51.82 | 11.95 | - |
| YUV | 158.95 | 68.77 | 75.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 217 | 54 | 0.61 | 0 | 0.75 | 0.15 | 108.59 | 0.68 | 0.53 |
| Hex | 55 | D9 | 36 | 3D | 0 | 4B | F | 6D | 44 | 35 |
| Octal | 125 | 331 | 66 | 75 | 0 | 113 | 17 | 155 | 104 | 65 |
| Binary | 1010101 | 11011001 | 110110 | 111101 | 0 | 1001011 | 1111 | 1101101 | 1000100 | 110101 |
Color Harmonies of #55D936
Complementary color
Monochromatic Colors of #55D936
Black with #55D936
Text Example
Text Example
White with #55D936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D936; }
p { color: rgb(85,217,54); }
H1.HeaderClassName
{
color: #55D936;
}
.AnyTagClassName
{
color: #55D936;
}
</style>
background-color css
<style>
a { background-color: #55D936; }
a { background-color: rgb(85,217,54); }
div.DivClassName
{
background-color: #55D936;
}
.BgClassName
{
background-color: #55D936;
}
</style>
border-color css
<style>
span { border-color: #55D936; }
span { border-color: rgb(85,217,54); }
td.TdClassName
{
border-color: #55D936;
}
.TagClassName
{
border-color: #55D936;
}
</style>