Shades of Lime Green #52E745
Tints of Lime Green #52E745
RGB
CMYK
RGB Variations
Color information
#52E745 (or 0x52E745) is known color: Lime Green. HEX triplet: 52, E7 and 45. RGB value is (82,231,69). Sum of RGB (Red+Green+Blue) = 82+231+69=382 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.47% from 382); Green value is 231 (90.62% from 255 or 60.47% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 231 - color contains mainly: green. Hex color #52E745 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52E745 is #AD18BA. Grayscale: #A8A8A8. Windows color (decimal): -11344059 or 4581202. OLE color: 4581202.
HSL color Cylindrical-coordinate representation of color #52E745: hue angle of 115.19º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #52E745 is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 231 | 69 | - |
| CMYK | 0.65 | 0 | 0.70 | 0.09 |
| HSL | 115.19º | 0.77% | 0.59% | - |
| HSV(B) | 115.19º | 0.7% | 0.91% | - |
| XYZ | 33.13 | 59.38 | 15.34 | - |
| YUV | 167.98 | 72.14 | 66.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 231 | 69 | 0.65 | 0 | 0.70 | 0.09 | 115.19 | 0.77 | 0.59 |
| Hex | 52 | E7 | 45 | 41 | 0 | 46 | 9 | 73 | 4D | 3B |
| Octal | 122 | 347 | 105 | 101 | 0 | 106 | 11 | 163 | 115 | 73 |
| Binary | 1010010 | 11100111 | 1000101 | 1000001 | 0 | 1000110 | 1001 | 1110011 | 1001101 | 111011 |
Color Harmonies of #52E745
Complementary color
Monochromatic Colors of #52E745
Black with #52E745
Text Example
Text Example
White with #52E745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E745; }
p { color: rgb(82,231,69); }
H1.HeaderClassName
{
color: #52E745;
}
.AnyTagClassName
{
color: #52E745;
}
</style>
background-color css
<style>
a { background-color: #52E745; }
a { background-color: rgb(82,231,69); }
div.DivClassName
{
background-color: #52E745;
}
.BgClassName
{
background-color: #52E745;
}
</style>
border-color css
<style>
span { border-color: #52E745; }
span { border-color: rgb(82,231,69); }
td.TdClassName
{
border-color: #52E745;
}
.TagClassName
{
border-color: #52E745;
}
</style>