Shades of Lime Green #52E145
Tints of Lime Green #52E145
RGB
CMYK
RGB Variations
Color information
#52E145 (or 0x52E145) is known color: Lime Green. HEX triplet: 52, E1 and 45. RGB value is (82,225,69). Sum of RGB (Red+Green+Blue) = 82+225+69=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 225 (88.28% from 255 or 59.84% from 376); Blue value is 69 (27.34% from 255 or 18.35% from 376); Max value from RGB is 225 - color contains mainly: green. Hex color #52E145 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52E145 is #AD1EBA. Grayscale: #A4A4A4. Windows color (decimal): -11345595 or 4579666. OLE color: 4579666.
HSL color Cylindrical-coordinate representation of color #52E145: hue angle of 115º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #52E145 is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 225 | 69 | - |
| CMYK | 0.64 | 0 | 0.69 | 0.12 |
| HSL | 115º | 0.72% | 0.58% | - |
| HSV(B) | 115º | 0.69% | 0.88% | - |
| XYZ | 31.48 | 56.07 | 14.79 | - |
| YUV | 164.46 | 74.12 | 69.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 225 | 69 | 0.64 | 0 | 0.69 | 0.12 | 115 | 0.72 | 0.58 |
| Hex | 52 | E1 | 45 | 40 | 0 | 45 | C | 73 | 48 | 3A |
| Octal | 122 | 341 | 105 | 100 | 0 | 105 | 14 | 163 | 110 | 72 |
| Binary | 1010010 | 11100001 | 1000101 | 1000000 | 0 | 1000101 | 1100 | 1110011 | 1001000 | 111010 |
Color Harmonies of #52E145
Complementary color
Monochromatic Colors of #52E145
Black with #52E145
Text Example
Text Example
White with #52E145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E145; }
p { color: rgb(82,225,69); }
H1.HeaderClassName
{
color: #52E145;
}
.AnyTagClassName
{
color: #52E145;
}
</style>
background-color css
<style>
a { background-color: #52E145; }
a { background-color: rgb(82,225,69); }
div.DivClassName
{
background-color: #52E145;
}
.BgClassName
{
background-color: #52E145;
}
</style>
border-color css
<style>
span { border-color: #52E145; }
span { border-color: rgb(82,225,69); }
td.TdClassName
{
border-color: #52E145;
}
.TagClassName
{
border-color: #52E145;
}
</style>