Shades of Lime Green #55E931
Tints of Lime Green #55E931
RGB
CMYK
RGB Variations
Color information
#55E931 (or 0x55E931) is known color: Lime Green. HEX triplet: 55, E9 and 31. RGB value is (85,233,49). Sum of RGB (Red+Green+Blue) = 85+233+49=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 233 (91.41% from 255 or 63.49% from 367); Blue value is 49 (19.53% from 255 or 13.35% from 367); Max value from RGB is 233 - color contains mainly: green. Hex color #55E931 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55E931 is #AA16CE. Grayscale: #A8A8A8. Windows color (decimal): -11146959 or 3270997. OLE color: 3270997.
HSL color Cylindrical-coordinate representation of color #55E931: hue angle of 108.26º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #55E931 is Cyan = 0.64, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 233 | 49 | - |
| CMYK | 0.64 | 0 | 0.79 | 0.09 |
| HSL | 108.26º | 0.81% | 0.55% | - |
| HSV(B) | 108.26º | 0.79% | 0.91% | - |
| XYZ | 33.44 | 60.43 | 12.81 | - |
| YUV | 167.77 | 60.97 | 68.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 233 | 49 | 0.64 | 0 | 0.79 | 0.09 | 108.26 | 0.81 | 0.55 |
| Hex | 55 | E9 | 31 | 40 | 0 | 4F | 9 | 6C | 51 | 37 |
| Octal | 125 | 351 | 61 | 100 | 0 | 117 | 11 | 154 | 121 | 67 |
| Binary | 1010101 | 11101001 | 110001 | 1000000 | 0 | 1001111 | 1001 | 1101100 | 1010001 | 110111 |
Color Harmonies of #55E931
Complementary color
Monochromatic Colors of #55E931
Black with #55E931
Text Example
Text Example
White with #55E931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E931; }
p { color: rgb(85,233,49); }
H1.HeaderClassName
{
color: #55E931;
}
.AnyTagClassName
{
color: #55E931;
}
</style>
background-color css
<style>
a { background-color: #55E931; }
a { background-color: rgb(85,233,49); }
div.DivClassName
{
background-color: #55E931;
}
.BgClassName
{
background-color: #55E931;
}
</style>
border-color css
<style>
span { border-color: #55E931; }
span { border-color: rgb(85,233,49); }
td.TdClassName
{
border-color: #55E931;
}
.TagClassName
{
border-color: #55E931;
}
</style>