Shades of Lime Green #55EC2F
Tints of Lime Green #55EC2F
RGB
CMYK
RGB Variations
Color information
#55EC2F (or 0x55EC2F) is known color: Lime Green. HEX triplet: 55, EC and 2F. RGB value is (85,236,47). Sum of RGB (Red+Green+Blue) = 85+236+47=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 236 (92.58% from 255 or 64.13% from 368); Blue value is 47 (18.75% from 255 or 12.77% from 368); Max value from RGB is 236 - color contains mainly: green. Hex color #55EC2F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55EC2F is #AA13D0. Grayscale: #A9A9A9. Windows color (decimal): -11146193 or 3140693. OLE color: 3140693.
HSL color Cylindrical-coordinate representation of color #55EC2F: hue angle of 107.94º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #55EC2F is Cyan = 0.64, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 236 | 47 | - |
| CMYK | 0.64 | 0 | 0.80 | 0.07 |
| HSL | 107.94º | 0.83% | 0.55% | - |
| HSV(B) | 107.94º | 0.8% | 0.93% | - |
| XYZ | 34.25 | 62.13 | 12.88 | - |
| YUV | 169.31 | 58.97 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 236 | 47 | 0.64 | 0 | 0.80 | 0.07 | 107.94 | 0.83 | 0.55 |
| Hex | 55 | EC | 2F | 40 | 0 | 50 | 7 | 6C | 53 | 37 |
| Octal | 125 | 354 | 57 | 100 | 0 | 120 | 7 | 154 | 123 | 67 |
| Binary | 1010101 | 11101100 | 101111 | 1000000 | 0 | 1010000 | 111 | 1101100 | 1010011 | 110111 |
Color Harmonies of #55EC2F
Complementary color
Monochromatic Colors of #55EC2F
Black with #55EC2F
Text Example
Text Example
White with #55EC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EC2F; }
p { color: rgb(85,236,47); }
H1.HeaderClassName
{
color: #55EC2F;
}
.AnyTagClassName
{
color: #55EC2F;
}
</style>
background-color css
<style>
a { background-color: #55EC2F; }
a { background-color: rgb(85,236,47); }
div.DivClassName
{
background-color: #55EC2F;
}
.BgClassName
{
background-color: #55EC2F;
}
</style>
border-color css
<style>
span { border-color: #55EC2F; }
span { border-color: rgb(85,236,47); }
td.TdClassName
{
border-color: #55EC2F;
}
.TagClassName
{
border-color: #55EC2F;
}
</style>