Shades of Lime Green #55E331
Tints of Lime Green #55E331
RGB
CMYK
RGB Variations
Color information
#55E331 (or 0x55E331) is known color: Lime Green. HEX triplet: 55, E3 and 31. RGB value is (85,227,49). Sum of RGB (Red+Green+Blue) = 85+227+49=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 227 (89.06% from 255 or 62.88% from 361); Blue value is 49 (19.53% from 255 or 13.57% from 361); Max value from RGB is 227 - color contains mainly: green. Hex color #55E331 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55E331 is #AA1CCE. Grayscale: #A4A4A4. Windows color (decimal): -11148495 or 3269461. OLE color: 3269461.
HSL color Cylindrical-coordinate representation of color #55E331: hue angle of 107.87º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #55E331 is Cyan = 0.63, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 85 | 227 | 49 | - |
| CMYK | 0.63 | 0 | 0.78 | 0.11 |
| HSL | 107.87º | 0.76% | 0.54% | - |
| HSV(B) | 107.87º | 0.78% | 0.89% | - |
| XYZ | 31.77 | 57.09 | 12.25 | - |
| YUV | 164.25 | 62.96 | 71.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 227 | 49 | 0.63 | 0 | 0.78 | 0.11 | 107.87 | 0.76 | 0.54 |
| Hex | 55 | E3 | 31 | 3F | 0 | 4E | B | 6C | 4C | 36 |
| Octal | 125 | 343 | 61 | 77 | 0 | 116 | 13 | 154 | 114 | 66 |
| Binary | 1010101 | 11100011 | 110001 | 111111 | 0 | 1001110 | 1011 | 1101100 | 1001100 | 110110 |
Color Harmonies of #55E331
Complementary color
Monochromatic Colors of #55E331
Black with #55E331
Text Example
Text Example
White with #55E331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E331; }
p { color: rgb(85,227,49); }
H1.HeaderClassName
{
color: #55E331;
}
.AnyTagClassName
{
color: #55E331;
}
</style>
background-color css
<style>
a { background-color: #55E331; }
a { background-color: rgb(85,227,49); }
div.DivClassName
{
background-color: #55E331;
}
.BgClassName
{
background-color: #55E331;
}
</style>
border-color css
<style>
span { border-color: #55E331; }
span { border-color: rgb(85,227,49); }
td.TdClassName
{
border-color: #55E331;
}
.TagClassName
{
border-color: #55E331;
}
</style>