Shades of Lime Green #52E147
Tints of Lime Green #52E147
RGB
CMYK
RGB Variations
Color information
#52E147 (or 0x52E147) is known color: Lime Green. HEX triplet: 52, E1 and 47. RGB value is (82,225,71). Sum of RGB (Red+Green+Blue) = 82+225+71=378 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.69% from 378); Green value is 225 (88.28% from 255 or 59.52% from 378); Blue value is 71 (28.12% from 255 or 18.78% from 378); Max value from RGB is 225 - color contains mainly: green. Hex color #52E147 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52E147 is #AD1EB8. Grayscale: #A5A5A5. Windows color (decimal): -11345593 or 4710738. OLE color: 4710738.
HSL color Cylindrical-coordinate representation of color #52E147: hue angle of 115.71º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52E147 is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 225 | 71 | - |
| CMYK | 0.64 | 0 | 0.68 | 0.12 |
| HSL | 115.71º | 0.72% | 0.58% | - |
| HSV(B) | 115.71º | 0.68% | 0.88% | - |
| XYZ | 31.54 | 56.1 | 15.13 | - |
| YUV | 164.69 | 75.12 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 225 | 71 | 0.64 | 0 | 0.68 | 0.12 | 115.71 | 0.72 | 0.58 |
| Hex | 52 | E1 | 47 | 40 | 0 | 44 | C | 74 | 48 | 3A |
| Octal | 122 | 341 | 107 | 100 | 0 | 104 | 14 | 164 | 110 | 72 |
| Binary | 1010010 | 11100001 | 1000111 | 1000000 | 0 | 1000100 | 1100 | 1110100 | 1001000 | 111010 |
Color Harmonies of #52E147
Complementary color
Monochromatic Colors of #52E147
Black with #52E147
Text Example
Text Example
White with #52E147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E147; }
p { color: rgb(82,225,71); }
H1.HeaderClassName
{
color: #52E147;
}
.AnyTagClassName
{
color: #52E147;
}
</style>
background-color css
<style>
a { background-color: #52E147; }
a { background-color: rgb(82,225,71); }
div.DivClassName
{
background-color: #52E147;
}
.BgClassName
{
background-color: #52E147;
}
</style>
border-color css
<style>
span { border-color: #52E147; }
span { border-color: rgb(82,225,71); }
td.TdClassName
{
border-color: #52E147;
}
.TagClassName
{
border-color: #52E147;
}
</style>