Shades of Lime Green #55E83F
Tints of Lime Green #55E83F
RGB
CMYK
RGB Variations
Color information
#55E83F (or 0x55E83F) is known color: Lime Green. HEX triplet: 55, E8 and 3F. RGB value is (85,232,63). Sum of RGB (Red+Green+Blue) = 85+232+63=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 232 (91.02% from 255 or 61.05% from 380); Blue value is 63 (25% from 255 or 16.58% from 380); Max value from RGB is 232 - color contains mainly: green. Hex color #55E83F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55E83F is #AA17C0. Grayscale: #A9A9A9. Windows color (decimal): -11147201 or 4188245. OLE color: 4188245.
HSL color Cylindrical-coordinate representation of color #55E83F: hue angle of 112.19º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #55E83F is Cyan = 0.63, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 232 | 63 | - |
| CMYK | 0.63 | 0 | 0.73 | 0.09 |
| HSL | 112.19º | 0.79% | 0.58% | - |
| HSV(B) | 112.19º | 0.73% | 0.91% | - |
| XYZ | 33.5 | 60 | 14.52 | - |
| YUV | 168.78 | 68.3 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 232 | 63 | 0.63 | 0 | 0.73 | 0.09 | 112.19 | 0.79 | 0.58 |
| Hex | 55 | E8 | 3F | 3F | 0 | 49 | 9 | 70 | 4F | 3A |
| Octal | 125 | 350 | 77 | 77 | 0 | 111 | 11 | 160 | 117 | 72 |
| Binary | 1010101 | 11101000 | 111111 | 111111 | 0 | 1001001 | 1001 | 1110000 | 1001111 | 111010 |
Color Harmonies of #55E83F
Complementary color
Monochromatic Colors of #55E83F
Black with #55E83F
Text Example
Text Example
White with #55E83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E83F; }
p { color: rgb(85,232,63); }
H1.HeaderClassName
{
color: #55E83F;
}
.AnyTagClassName
{
color: #55E83F;
}
</style>
background-color css
<style>
a { background-color: #55E83F; }
a { background-color: rgb(85,232,63); }
div.DivClassName
{
background-color: #55E83F;
}
.BgClassName
{
background-color: #55E83F;
}
</style>
border-color css
<style>
span { border-color: #55E83F; }
span { border-color: rgb(85,232,63); }
td.TdClassName
{
border-color: #55E83F;
}
.TagClassName
{
border-color: #55E83F;
}
</style>