Shades of Lime Green #55E52D
Tints of Lime Green #55E52D
RGB
CMYK
RGB Variations
Color information
#55E52D (or 0x55E52D) is known color: Lime Green. HEX triplet: 55, E5 and 2D. RGB value is (85,229,45). Sum of RGB (Red+Green+Blue) = 85+229+45=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 229 (89.84% from 255 or 63.79% from 359); Blue value is 45 (17.97% from 255 or 12.53% from 359); Max value from RGB is 229 - color contains mainly: green. Hex color #55E52D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55E52D is #AA1AD2. Grayscale: #A5A5A5. Windows color (decimal): -11147987 or 3007829. OLE color: 3007829.
HSL color Cylindrical-coordinate representation of color #55E52D: hue angle of 106.96º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #55E52D is Cyan = 0.63, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 85 | 229 | 45 | - |
| CMYK | 0.63 | 0 | 0.80 | 0.10 |
| HSL | 106.96º | 0.78% | 0.54% | - |
| HSV(B) | 106.96º | 0.8% | 0.9% | - |
| XYZ | 32.24 | 58.16 | 12.01 | - |
| YUV | 164.97 | 60.29 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 229 | 45 | 0.63 | 0 | 0.80 | 0.10 | 106.96 | 0.78 | 0.54 |
| Hex | 55 | E5 | 2D | 3F | 0 | 50 | A | 6B | 4E | 36 |
| Octal | 125 | 345 | 55 | 77 | 0 | 120 | 12 | 153 | 116 | 66 |
| Binary | 1010101 | 11100101 | 101101 | 111111 | 0 | 1010000 | 1010 | 1101011 | 1001110 | 110110 |
Color Harmonies of #55E52D
Complementary color
Monochromatic Colors of #55E52D
Black with #55E52D
Text Example
Text Example
White with #55E52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E52D; }
p { color: rgb(85,229,45); }
H1.HeaderClassName
{
color: #55E52D;
}
.AnyTagClassName
{
color: #55E52D;
}
</style>
background-color css
<style>
a { background-color: #55E52D; }
a { background-color: rgb(85,229,45); }
div.DivClassName
{
background-color: #55E52D;
}
.BgClassName
{
background-color: #55E52D;
}
</style>
border-color css
<style>
span { border-color: #55E52D; }
span { border-color: rgb(85,229,45); }
td.TdClassName
{
border-color: #55E52D;
}
.TagClassName
{
border-color: #55E52D;
}
</style>