Shades of Lime Green #52E347
Tints of Lime Green #52E347
RGB
CMYK
RGB Variations
Color information
#52E347 (or 0x52E347) is known color: Lime Green. HEX triplet: 52, E3 and 47. RGB value is (82,227,71). Sum of RGB (Red+Green+Blue) = 82+227+71=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 227 (89.06% from 255 or 59.74% from 380); Blue value is 71 (28.12% from 255 or 18.68% from 380); Max value from RGB is 227 - color contains mainly: green. Hex color #52E347 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52E347 is #AD1CB8. Grayscale: #A6A6A6. Windows color (decimal): -11345081 or 4711250. OLE color: 4711250.
HSL color Cylindrical-coordinate representation of color #52E347: hue angle of 115.77º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #52E347 is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 82 | 227 | 71 | - |
| CMYK | 0.64 | 0 | 0.69 | 0.11 |
| HSL | 115.77º | 0.74% | 0.58% | - |
| HSV(B) | 115.77º | 0.69% | 0.89% | - |
| XYZ | 32.09 | 57.19 | 15.31 | - |
| YUV | 165.86 | 74.46 | 68.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 227 | 71 | 0.64 | 0 | 0.69 | 0.11 | 115.77 | 0.74 | 0.58 |
| Hex | 52 | E3 | 47 | 40 | 0 | 45 | B | 74 | 4A | 3A |
| Octal | 122 | 343 | 107 | 100 | 0 | 105 | 13 | 164 | 112 | 72 |
| Binary | 1010010 | 11100011 | 1000111 | 1000000 | 0 | 1000101 | 1011 | 1110100 | 1001010 | 111010 |
Color Harmonies of #52E347
Complementary color
Monochromatic Colors of #52E347
Black with #52E347
Text Example
Text Example
White with #52E347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E347; }
p { color: rgb(82,227,71); }
H1.HeaderClassName
{
color: #52E347;
}
.AnyTagClassName
{
color: #52E347;
}
</style>
background-color css
<style>
a { background-color: #52E347; }
a { background-color: rgb(82,227,71); }
div.DivClassName
{
background-color: #52E347;
}
.BgClassName
{
background-color: #52E347;
}
</style>
border-color css
<style>
span { border-color: #52E347; }
span { border-color: rgb(82,227,71); }
td.TdClassName
{
border-color: #52E347;
}
.TagClassName
{
border-color: #52E347;
}
</style>