Shades of Lime Green #55ED31
Tints of Lime Green #55ED31
RGB
CMYK
RGB Variations
Color information
#55ED31 (or 0x55ED31) is known color: Lime Green. HEX triplet: 55, ED and 31. RGB value is (85,237,49). Sum of RGB (Red+Green+Blue) = 85+237+49=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 237 (92.97% from 255 or 63.88% from 371); Blue value is 49 (19.53% from 255 or 13.21% from 371); Max value from RGB is 237 - color contains mainly: green. Hex color #55ED31 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55ED31 is #AA12CE. Grayscale: #AAAAAA. Windows color (decimal): -11145935 or 3272021. OLE color: 3272021.
HSL color Cylindrical-coordinate representation of color #55ED31: hue angle of 108.51º 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 #55ED31 is Cyan = 0.64, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 237 | 49 | - |
| CMYK | 0.64 | 0 | 0.79 | 0.07 |
| HSL | 108.51º | 0.84% | 0.56% | - |
| HSV(B) | 108.51º | 0.79% | 0.93% | - |
| XYZ | 34.58 | 62.72 | 13.19 | - |
| YUV | 170.12 | 59.64 | 67.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 237 | 49 | 0.64 | 0 | 0.79 | 0.07 | 108.51 | 0.84 | 0.56 |
| Hex | 55 | ED | 31 | 40 | 0 | 4F | 7 | 6D | 54 | 38 |
| Octal | 125 | 355 | 61 | 100 | 0 | 117 | 7 | 155 | 124 | 70 |
| Binary | 1010101 | 11101101 | 110001 | 1000000 | 0 | 1001111 | 111 | 1101101 | 1010100 | 111000 |
Color Harmonies of #55ED31
Complementary color
Monochromatic Colors of #55ED31
Black with #55ED31
Text Example
Text Example
White with #55ED31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ED31; }
p { color: rgb(85,237,49); }
H1.HeaderClassName
{
color: #55ED31;
}
.AnyTagClassName
{
color: #55ED31;
}
</style>
background-color css
<style>
a { background-color: #55ED31; }
a { background-color: rgb(85,237,49); }
div.DivClassName
{
background-color: #55ED31;
}
.BgClassName
{
background-color: #55ED31;
}
</style>
border-color css
<style>
span { border-color: #55ED31; }
span { border-color: rgb(85,237,49); }
td.TdClassName
{
border-color: #55ED31;
}
.TagClassName
{
border-color: #55ED31;
}
</style>