Shades of Lime Green #55E130
Tints of Lime Green #55E130
RGB
CMYK
RGB Variations
Color information
#55E130 (or 0x55E130) is known color: Lime Green. HEX triplet: 55, E1 and 30. RGB value is (85,225,48). Sum of RGB (Red+Green+Blue) = 85+225+48=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 225 (88.28% from 255 or 62.85% from 358); Blue value is 48 (19.14% from 255 or 13.41% from 358); Max value from RGB is 225 - color contains mainly: green. Hex color #55E130 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55E130 is #AA1ECF. Grayscale: #A3A3A3. Windows color (decimal): -11149008 or 3203413. OLE color: 3203413.
HSL color Cylindrical-coordinate representation of color #55E130: hue angle of 107.46º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #55E130 is Cyan = 0.62, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 225 | 48 | - |
| CMYK | 0.62 | 0 | 0.79 | 0.12 |
| HSL | 107.46º | 0.75% | 0.54% | - |
| HSV(B) | 107.46º | 0.79% | 0.88% | - |
| XYZ | 31.21 | 56 | 11.96 | - |
| YUV | 162.96 | 63.12 | 72.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 225 | 48 | 0.62 | 0 | 0.79 | 0.12 | 107.46 | 0.75 | 0.54 |
| Hex | 55 | E1 | 30 | 3E | 0 | 4F | C | 6B | 4B | 36 |
| Octal | 125 | 341 | 60 | 76 | 0 | 117 | 14 | 153 | 113 | 66 |
| Binary | 1010101 | 11100001 | 110000 | 111110 | 0 | 1001111 | 1100 | 1101011 | 1001011 | 110110 |
Color Harmonies of #55E130
Complementary color
Monochromatic Colors of #55E130
Black with #55E130
Text Example
Text Example
White with #55E130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E130; }
p { color: rgb(85,225,48); }
H1.HeaderClassName
{
color: #55E130;
}
.AnyTagClassName
{
color: #55E130;
}
</style>
background-color css
<style>
a { background-color: #55E130; }
a { background-color: rgb(85,225,48); }
div.DivClassName
{
background-color: #55E130;
}
.BgClassName
{
background-color: #55E130;
}
</style>
border-color css
<style>
span { border-color: #55E130; }
span { border-color: rgb(85,225,48); }
td.TdClassName
{
border-color: #55E130;
}
.TagClassName
{
border-color: #55E130;
}
</style>