Shades of Lime Green #55EB3E
Tints of Lime Green #55EB3E
RGB
CMYK
RGB Variations
Color information
#55EB3E (or 0x55EB3E) is known color: Lime Green. HEX triplet: 55, EB and 3E. RGB value is (85,235,62). Sum of RGB (Red+Green+Blue) = 85+235+62=382 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.25% from 382); Green value is 235 (92.19% from 255 or 61.52% from 382); Blue value is 62 (24.61% from 255 or 16.23% from 382); Max value from RGB is 235 - color contains mainly: green. Hex color #55EB3E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55EB3E is #AA14C1. Grayscale: #AAAAAA. Windows color (decimal): -11146434 or 4123477. OLE color: 4123477.
HSL color Cylindrical-coordinate representation of color #55EB3E: hue angle of 112.02º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #55EB3E is Cyan = 0.64, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 235 | 62 | - |
| CMYK | 0.64 | 0 | 0.74 | 0.08 |
| HSL | 112.02º | 0.81% | 0.58% | - |
| HSV(B) | 112.02º | 0.74% | 0.92% | - |
| XYZ | 34.32 | 61.7 | 14.66 | - |
| YUV | 170.43 | 66.81 | 67.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 235 | 62 | 0.64 | 0 | 0.74 | 0.08 | 112.02 | 0.81 | 0.58 |
| Hex | 55 | EB | 3E | 40 | 0 | 4A | 8 | 70 | 51 | 3A |
| Octal | 125 | 353 | 76 | 100 | 0 | 112 | 10 | 160 | 121 | 72 |
| Binary | 1010101 | 11101011 | 111110 | 1000000 | 0 | 1001010 | 1000 | 1110000 | 1010001 | 111010 |
Color Harmonies of #55EB3E
Complementary color
Monochromatic Colors of #55EB3E
Black with #55EB3E
Text Example
Text Example
White with #55EB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EB3E; }
p { color: rgb(85,235,62); }
H1.HeaderClassName
{
color: #55EB3E;
}
.AnyTagClassName
{
color: #55EB3E;
}
</style>
background-color css
<style>
a { background-color: #55EB3E; }
a { background-color: rgb(85,235,62); }
div.DivClassName
{
background-color: #55EB3E;
}
.BgClassName
{
background-color: #55EB3E;
}
</style>
border-color css
<style>
span { border-color: #55EB3E; }
span { border-color: rgb(85,235,62); }
td.TdClassName
{
border-color: #55EB3E;
}
.TagClassName
{
border-color: #55EB3E;
}
</style>