Shades of Lime Green #55EC39
Tints of Lime Green #55EC39
RGB
CMYK
RGB Variations
Color information
#55EC39 (or 0x55EC39) is known color: Lime Green. HEX triplet: 55, EC and 39. RGB value is (85,236,57). Sum of RGB (Red+Green+Blue) = 85+236+57=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 236 (92.58% from 255 or 62.43% from 378); Blue value is 57 (22.66% from 255 or 15.08% from 378); Max value from RGB is 236 - color contains mainly: green. Hex color #55EC39 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55EC39 is #AA13C6. Grayscale: #ABABAB. Windows color (decimal): -11146183 or 3796053. OLE color: 3796053.
HSL color Cylindrical-coordinate representation of color #55EC39: hue angle of 110.61º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #55EC39 is Cyan = 0.64, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 236 | 57 | - |
| CMYK | 0.64 | 0 | 0.76 | 0.07 |
| HSL | 110.61º | 0.82% | 0.57% | - |
| HSV(B) | 110.61º | 0.76% | 0.93% | - |
| XYZ | 34.48 | 62.22 | 14.06 | - |
| YUV | 170.45 | 63.97 | 67.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 236 | 57 | 0.64 | 0 | 0.76 | 0.07 | 110.61 | 0.82 | 0.57 |
| Hex | 55 | EC | 39 | 40 | 0 | 4C | 7 | 6F | 52 | 39 |
| Octal | 125 | 354 | 71 | 100 | 0 | 114 | 7 | 157 | 122 | 71 |
| Binary | 1010101 | 11101100 | 111001 | 1000000 | 0 | 1001100 | 111 | 1101111 | 1010010 | 111001 |
Color Harmonies of #55EC39
Complementary color
Monochromatic Colors of #55EC39
Black with #55EC39
Text Example
Text Example
White with #55EC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EC39; }
p { color: rgb(85,236,57); }
H1.HeaderClassName
{
color: #55EC39;
}
.AnyTagClassName
{
color: #55EC39;
}
</style>
background-color css
<style>
a { background-color: #55EC39; }
a { background-color: rgb(85,236,57); }
div.DivClassName
{
background-color: #55EC39;
}
.BgClassName
{
background-color: #55EC39;
}
</style>
border-color css
<style>
span { border-color: #55EC39; }
span { border-color: rgb(85,236,57); }
td.TdClassName
{
border-color: #55EC39;
}
.TagClassName
{
border-color: #55EC39;
}
</style>