Shades of Lime Green #52E031
Tints of Lime Green #52E031
RGB
CMYK
RGB Variations
Color information
#52E031 (or 0x52E031) is known color: Lime Green. HEX triplet: 52, E0 and 31. RGB value is (82,224,49). Sum of RGB (Red+Green+Blue) = 82+224+49=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 224 (87.89% from 255 or 63.10% from 355); Blue value is 49 (19.53% from 255 or 13.80% from 355); Max value from RGB is 224 - color contains mainly: green. Hex color #52E031 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52E031 is #AD1FCE. Grayscale: #A2A2A2. Windows color (decimal): -11345871 or 3268690. OLE color: 3268690.
HSL color Cylindrical-coordinate representation of color #52E031: hue angle of 108.69º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #52E031 is Cyan = 0.63, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 224 | 49 | - |
| CMYK | 0.63 | 0 | 0.78 | 0.12 |
| HSL | 108.69º | 0.74% | 0.54% | - |
| HSV(B) | 108.69º | 0.78% | 0.88% | - |
| XYZ | 30.69 | 55.33 | 11.97 | - |
| YUV | 161.59 | 64.46 | 71.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 224 | 49 | 0.63 | 0 | 0.78 | 0.12 | 108.69 | 0.74 | 0.54 |
| Hex | 52 | E0 | 31 | 3F | 0 | 4E | C | 6D | 4A | 36 |
| Octal | 122 | 340 | 61 | 77 | 0 | 116 | 14 | 155 | 112 | 66 |
| Binary | 1010010 | 11100000 | 110001 | 111111 | 0 | 1001110 | 1100 | 1101101 | 1001010 | 110110 |
Color Harmonies of #52E031
Complementary color
Monochromatic Colors of #52E031
Black with #52E031
Text Example
Text Example
White with #52E031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E031; }
p { color: rgb(82,224,49); }
H1.HeaderClassName
{
color: #52E031;
}
.AnyTagClassName
{
color: #52E031;
}
</style>
background-color css
<style>
a { background-color: #52E031; }
a { background-color: rgb(82,224,49); }
div.DivClassName
{
background-color: #52E031;
}
.BgClassName
{
background-color: #52E031;
}
</style>
border-color css
<style>
span { border-color: #52E031; }
span { border-color: rgb(82,224,49); }
td.TdClassName
{
border-color: #52E031;
}
.TagClassName
{
border-color: #52E031;
}
</style>