Shades of Lime Green #55ED32
Tints of Lime Green #55ED32
RGB
CMYK
RGB Variations
Color information
#55ED32 (or 0x55ED32) is known color: Lime Green. HEX triplet: 55, ED and 32. RGB value is (85,237,50). Sum of RGB (Red+Green+Blue) = 85+237+50=372 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.85% from 372); Green value is 237 (92.97% from 255 or 63.71% from 372); Blue value is 50 (19.92% from 255 or 13.44% from 372); Max value from RGB is 237 - color contains mainly: green. Hex color #55ED32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55ED32 is #AA12CD. Grayscale: #AAAAAA. Windows color (decimal): -11145934 or 3337557. OLE color: 3337557.
HSL color Cylindrical-coordinate representation of color #55ED32: hue angle of 108.77º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #55ED32 is Cyan = 0.64, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 237 | 50 | - |
| CMYK | 0.64 | 0 | 0.79 | 0.07 |
| HSL | 108.77º | 0.84% | 0.56% | - |
| HSV(B) | 108.77º | 0.79% | 0.93% | - |
| XYZ | 34.61 | 62.73 | 13.3 | - |
| YUV | 170.23 | 60.14 | 67.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 237 | 50 | 0.64 | 0 | 0.79 | 0.07 | 108.77 | 0.84 | 0.56 |
| Hex | 55 | ED | 32 | 40 | 0 | 4F | 7 | 6D | 54 | 38 |
| Octal | 125 | 355 | 62 | 100 | 0 | 117 | 7 | 155 | 124 | 70 |
| Binary | 1010101 | 11101101 | 110010 | 1000000 | 0 | 1001111 | 111 | 1101101 | 1010100 | 111000 |
Color Harmonies of #55ED32
Complementary color
Monochromatic Colors of #55ED32
Black with #55ED32
Text Example
Text Example
White with #55ED32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ED32; }
p { color: rgb(85,237,50); }
H1.HeaderClassName
{
color: #55ED32;
}
.AnyTagClassName
{
color: #55ED32;
}
</style>
background-color css
<style>
a { background-color: #55ED32; }
a { background-color: rgb(85,237,50); }
div.DivClassName
{
background-color: #55ED32;
}
.BgClassName
{
background-color: #55ED32;
}
</style>
border-color css
<style>
span { border-color: #55ED32; }
span { border-color: rgb(85,237,50); }
td.TdClassName
{
border-color: #55ED32;
}
.TagClassName
{
border-color: #55ED32;
}
</style>