Shades of Lime Green #55E136
Tints of Lime Green #55E136
RGB
CMYK
RGB Variations
Color information
#55E136 (or 0x55E136) is known color: Lime Green. HEX triplet: 55, E1 and 36. RGB value is (85,225,54). Sum of RGB (Red+Green+Blue) = 85+225+54=364 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.35% from 364); Green value is 225 (88.28% from 255 or 61.81% from 364); Blue value is 54 (21.48% from 255 or 14.84% from 364); Max value from RGB is 225 - color contains mainly: green. Hex color #55E136 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55E136 is #AA1EC9. Grayscale: #A4A4A4. Windows color (decimal): -11149002 or 3596629. OLE color: 3596629.
HSL color Cylindrical-coordinate representation of color #55E136: hue angle of 109.12º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #55E136 is Cyan = 0.62, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 225 | 54 | - |
| CMYK | 0.62 | 0 | 0.76 | 0.12 |
| HSL | 109.12º | 0.74% | 0.55% | - |
| HSV(B) | 109.12º | 0.76% | 0.88% | - |
| XYZ | 31.34 | 56.05 | 12.66 | - |
| YUV | 163.65 | 66.12 | 71.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 225 | 54 | 0.62 | 0 | 0.76 | 0.12 | 109.12 | 0.74 | 0.55 |
| Hex | 55 | E1 | 36 | 3E | 0 | 4C | C | 6D | 4A | 37 |
| Octal | 125 | 341 | 66 | 76 | 0 | 114 | 14 | 155 | 112 | 67 |
| Binary | 1010101 | 11100001 | 110110 | 111110 | 0 | 1001100 | 1100 | 1101101 | 1001010 | 110111 |
Color Harmonies of #55E136
Complementary color
Monochromatic Colors of #55E136
Black with #55E136
Text Example
Text Example
White with #55E136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E136; }
p { color: rgb(85,225,54); }
H1.HeaderClassName
{
color: #55E136;
}
.AnyTagClassName
{
color: #55E136;
}
</style>
background-color css
<style>
a { background-color: #55E136; }
a { background-color: rgb(85,225,54); }
div.DivClassName
{
background-color: #55E136;
}
.BgClassName
{
background-color: #55E136;
}
</style>
border-color css
<style>
span { border-color: #55E136; }
span { border-color: rgb(85,225,54); }
td.TdClassName
{
border-color: #55E136;
}
.TagClassName
{
border-color: #55E136;
}
</style>