Shades of Lime Green #55EC3C
Tints of Lime Green #55EC3C
RGB
CMYK
RGB Variations
Color information
#55EC3C (or 0x55EC3C) is known color: Lime Green. HEX triplet: 55, EC and 3C. RGB value is (85,236,60). Sum of RGB (Red+Green+Blue) = 85+236+60=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 236 (92.58% from 255 or 61.94% from 381); Blue value is 60 (23.83% from 255 or 15.75% from 381); Max value from RGB is 236 - color contains mainly: green. Hex color #55EC3C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55EC3C is #AA13C3. Grayscale: #ABABAB. Windows color (decimal): -11146180 or 3992661. OLE color: 3992661.
HSL color Cylindrical-coordinate representation of color #55EC3C: hue angle of 111.48º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #55EC3C is Cyan = 0.64, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 236 | 60 | - |
| CMYK | 0.64 | 0 | 0.75 | 0.07 |
| HSL | 111.48º | 0.82% | 0.58% | - |
| HSV(B) | 111.48º | 0.75% | 0.93% | - |
| XYZ | 34.56 | 62.25 | 14.47 | - |
| YUV | 170.79 | 65.47 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 236 | 60 | 0.64 | 0 | 0.75 | 0.07 | 111.48 | 0.82 | 0.58 |
| Hex | 55 | EC | 3C | 40 | 0 | 4B | 7 | 6F | 52 | 3A |
| Octal | 125 | 354 | 74 | 100 | 0 | 113 | 7 | 157 | 122 | 72 |
| Binary | 1010101 | 11101100 | 111100 | 1000000 | 0 | 1001011 | 111 | 1101111 | 1010010 | 111010 |
Color Harmonies of #55EC3C
Complementary color
Monochromatic Colors of #55EC3C
Black with #55EC3C
Text Example
Text Example
White with #55EC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EC3C; }
p { color: rgb(85,236,60); }
H1.HeaderClassName
{
color: #55EC3C;
}
.AnyTagClassName
{
color: #55EC3C;
}
</style>
background-color css
<style>
a { background-color: #55EC3C; }
a { background-color: rgb(85,236,60); }
div.DivClassName
{
background-color: #55EC3C;
}
.BgClassName
{
background-color: #55EC3C;
}
</style>
border-color css
<style>
span { border-color: #55EC3C; }
span { border-color: rgb(85,236,60); }
td.TdClassName
{
border-color: #55EC3C;
}
.TagClassName
{
border-color: #55EC3C;
}
</style>