Shades of Lime Green #55EC36
Tints of Lime Green #55EC36
RGB
CMYK
RGB Variations
Color information
#55EC36 (or 0x55EC36) is known color: Lime Green. HEX triplet: 55, EC and 36. RGB value is (85,236,54). Sum of RGB (Red+Green+Blue) = 85+236+54=375 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.67% from 375); Green value is 236 (92.58% from 255 or 62.93% from 375); Blue value is 54 (21.48% from 255 or 14.4% from 375); Max value from RGB is 236 - color contains mainly: green. Hex color #55EC36 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55EC36 is #AA13C9. Grayscale: #AAAAAA. Windows color (decimal): -11146186 or 3599445. OLE color: 3599445.
HSL color Cylindrical-coordinate representation of color #55EC36: hue angle of 109.78º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #55EC36 is Cyan = 0.64, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 236 | 54 | - |
| CMYK | 0.64 | 0 | 0.77 | 0.07 |
| HSL | 109.78º | 0.83% | 0.57% | - |
| HSV(B) | 109.78º | 0.77% | 0.93% | - |
| XYZ | 34.41 | 62.19 | 13.68 | - |
| YUV | 170.1 | 62.47 | 67.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 236 | 54 | 0.64 | 0 | 0.77 | 0.07 | 109.78 | 0.83 | 0.57 |
| Hex | 55 | EC | 36 | 40 | 0 | 4D | 7 | 6E | 53 | 39 |
| Octal | 125 | 354 | 66 | 100 | 0 | 115 | 7 | 156 | 123 | 71 |
| Binary | 1010101 | 11101100 | 110110 | 1000000 | 0 | 1001101 | 111 | 1101110 | 1010011 | 111001 |
Color Harmonies of #55EC36
Complementary color
Monochromatic Colors of #55EC36
Black with #55EC36
Text Example
Text Example
White with #55EC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EC36; }
p { color: rgb(85,236,54); }
H1.HeaderClassName
{
color: #55EC36;
}
.AnyTagClassName
{
color: #55EC36;
}
</style>
background-color css
<style>
a { background-color: #55EC36; }
a { background-color: rgb(85,236,54); }
div.DivClassName
{
background-color: #55EC36;
}
.BgClassName
{
background-color: #55EC36;
}
</style>
border-color css
<style>
span { border-color: #55EC36; }
span { border-color: rgb(85,236,54); }
td.TdClassName
{
border-color: #55EC36;
}
.TagClassName
{
border-color: #55EC36;
}
</style>