Shades of Lime Green #55E031
Tints of Lime Green #55E031
RGB
CMYK
RGB Variations
Color information
#55E031 (or 0x55E031) is known color: Lime Green. HEX triplet: 55, E0 and 31. RGB value is (85,224,49). Sum of RGB (Red+Green+Blue) = 85+224+49=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 224 (87.89% from 255 or 62.57% from 358); Blue value is 49 (19.53% from 255 or 13.69% from 358); Max value from RGB is 224 - color contains mainly: green. Hex color #55E031 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55E031 is #AA1FCE. Grayscale: #A3A3A3. Windows color (decimal): -11149263 or 3268693. OLE color: 3268693.
HSL color Cylindrical-coordinate representation of color #55E031: hue angle of 107.66º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #55E031 is Cyan = 0.62, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 224 | 49 | - |
| CMYK | 0.62 | 0 | 0.78 | 0.12 |
| HSL | 107.66º | 0.74% | 0.54% | - |
| HSV(B) | 107.66º | 0.78% | 0.88% | - |
| XYZ | 30.96 | 55.46 | 11.98 | - |
| YUV | 162.49 | 63.95 | 72.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 224 | 49 | 0.62 | 0 | 0.78 | 0.12 | 107.66 | 0.74 | 0.54 |
| Hex | 55 | E0 | 31 | 3E | 0 | 4E | C | 6C | 4A | 36 |
| Octal | 125 | 340 | 61 | 76 | 0 | 116 | 14 | 154 | 112 | 66 |
| Binary | 1010101 | 11100000 | 110001 | 111110 | 0 | 1001110 | 1100 | 1101100 | 1001010 | 110110 |
Color Harmonies of #55E031
Complementary color
Monochromatic Colors of #55E031
Black with #55E031
Text Example
Text Example
White with #55E031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E031; }
p { color: rgb(85,224,49); }
H1.HeaderClassName
{
color: #55E031;
}
.AnyTagClassName
{
color: #55E031;
}
</style>
background-color css
<style>
a { background-color: #55E031; }
a { background-color: rgb(85,224,49); }
div.DivClassName
{
background-color: #55E031;
}
.BgClassName
{
background-color: #55E031;
}
</style>
border-color css
<style>
span { border-color: #55E031; }
span { border-color: rgb(85,224,49); }
td.TdClassName
{
border-color: #55E031;
}
.TagClassName
{
border-color: #55E031;
}
</style>