Shades of Lime Green #55EB32
Tints of Lime Green #55EB32
RGB
CMYK
RGB Variations
Color information
#55EB32 (or 0x55EB32) is known color: Lime Green. HEX triplet: 55, EB and 32. RGB value is (85,235,50). Sum of RGB (Red+Green+Blue) = 85+235+50=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 235 (92.19% from 255 or 63.51% from 370); Blue value is 50 (19.92% from 255 or 13.51% from 370); Max value from RGB is 235 - color contains mainly: green. Hex color #55EB32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55EB32 is #AA14CD. Grayscale: #A9A9A9. Windows color (decimal): -11146446 or 3337045. OLE color: 3337045.
HSL color Cylindrical-coordinate representation of color #55EB32: hue angle of 108.65º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #55EB32 is Cyan = 0.64, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 235 | 50 | - |
| CMYK | 0.64 | 0 | 0.79 | 0.08 |
| HSL | 108.65º | 0.82% | 0.56% | - |
| HSV(B) | 108.65º | 0.79% | 0.92% | - |
| XYZ | 34.03 | 61.58 | 13.11 | - |
| YUV | 169.06 | 60.81 | 68.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 235 | 50 | 0.64 | 0 | 0.79 | 0.08 | 108.65 | 0.82 | 0.56 |
| Hex | 55 | EB | 32 | 40 | 0 | 4F | 8 | 6D | 52 | 38 |
| Octal | 125 | 353 | 62 | 100 | 0 | 117 | 10 | 155 | 122 | 70 |
| Binary | 1010101 | 11101011 | 110010 | 1000000 | 0 | 1001111 | 1000 | 1101101 | 1010010 | 111000 |
Color Harmonies of #55EB32
Complementary color
Monochromatic Colors of #55EB32
Black with #55EB32
Text Example
Text Example
White with #55EB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EB32; }
p { color: rgb(85,235,50); }
H1.HeaderClassName
{
color: #55EB32;
}
.AnyTagClassName
{
color: #55EB32;
}
</style>
background-color css
<style>
a { background-color: #55EB32; }
a { background-color: rgb(85,235,50); }
div.DivClassName
{
background-color: #55EB32;
}
.BgClassName
{
background-color: #55EB32;
}
</style>
border-color css
<style>
span { border-color: #55EB32; }
span { border-color: rgb(85,235,50); }
td.TdClassName
{
border-color: #55EB32;
}
.TagClassName
{
border-color: #55EB32;
}
</style>