Shades of Lime Green #52E140
Tints of Lime Green #52E140
RGB
CMYK
RGB Variations
Color information
#52E140 (or 0x52E140) is known color: Lime Green. HEX triplet: 52, E1 and 40. RGB value is (82,225,64). Sum of RGB (Red+Green+Blue) = 82+225+64=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 225 (88.28% from 255 or 60.65% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 225 - color contains mainly: green. Hex color #52E140 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52E140 is #AD1EBF. Grayscale: #A4A4A4. Windows color (decimal): -11345600 or 4251986. OLE color: 4251986.
HSL color Cylindrical-coordinate representation of color #52E140: hue angle of 113.29º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #52E140 is Cyan = 0.64, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 225 | 64 | - |
| CMYK | 0.64 | 0 | 0.72 | 0.12 |
| HSL | 113.29º | 0.73% | 0.57% | - |
| HSV(B) | 113.29º | 0.72% | 0.88% | - |
| XYZ | 31.33 | 56.01 | 14.01 | - |
| YUV | 163.89 | 71.62 | 69.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 225 | 64 | 0.64 | 0 | 0.72 | 0.12 | 113.29 | 0.73 | 0.57 |
| Hex | 52 | E1 | 40 | 40 | 0 | 48 | C | 71 | 49 | 39 |
| Octal | 122 | 341 | 100 | 100 | 0 | 110 | 14 | 161 | 111 | 71 |
| Binary | 1010010 | 11100001 | 1000000 | 1000000 | 0 | 1001000 | 1100 | 1110001 | 1001001 | 111001 |
Color Harmonies of #52E140
Complementary color
Monochromatic Colors of #52E140
Black with #52E140
Text Example
Text Example
White with #52E140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E140; }
p { color: rgb(82,225,64); }
H1.HeaderClassName
{
color: #52E140;
}
.AnyTagClassName
{
color: #52E140;
}
</style>
background-color css
<style>
a { background-color: #52E140; }
a { background-color: rgb(82,225,64); }
div.DivClassName
{
background-color: #52E140;
}
.BgClassName
{
background-color: #52E140;
}
</style>
border-color css
<style>
span { border-color: #52E140; }
span { border-color: rgb(82,225,64); }
td.TdClassName
{
border-color: #52E140;
}
.TagClassName
{
border-color: #52E140;
}
</style>