Shades of Lime Green #52E048
Tints of Lime Green #52E048
RGB
CMYK
RGB Variations
Color information
#52E048 (or 0x52E048) is known color: Lime Green. HEX triplet: 52, E0 and 48. RGB value is (82,224,72). Sum of RGB (Red+Green+Blue) = 82+224+72=378 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.69% from 378); Green value is 224 (87.89% from 255 or 59.26% from 378); Blue value is 72 (28.52% from 255 or 19.05% from 378); Max value from RGB is 224 - color contains mainly: green. Hex color #52E048 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52E048 is #AD1FB7. Grayscale: #A4A4A4. Windows color (decimal): -11345848 or 4776018. OLE color: 4776018.
HSL color Cylindrical-coordinate representation of color #52E048: hue angle of 116.05º degrees, saturation: 0.71, 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 #52E048 is Cyan = 0.63, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 224 | 72 | - |
| CMYK | 0.63 | 0 | 0.68 | 0.12 |
| HSL | 116.05º | 0.71% | 0.58% | - |
| HSV(B) | 116.05º | 0.68% | 0.88% | - |
| XYZ | 31.31 | 55.57 | 15.21 | - |
| YUV | 164.21 | 75.96 | 69.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 224 | 72 | 0.63 | 0 | 0.68 | 0.12 | 116.05 | 0.71 | 0.58 |
| Hex | 52 | E0 | 48 | 3F | 0 | 44 | C | 74 | 47 | 3A |
| Octal | 122 | 340 | 110 | 77 | 0 | 104 | 14 | 164 | 107 | 72 |
| Binary | 1010010 | 11100000 | 1001000 | 111111 | 0 | 1000100 | 1100 | 1110100 | 1000111 | 111010 |
Color Harmonies of #52E048
Complementary color
Monochromatic Colors of #52E048
Black with #52E048
Text Example
Text Example
White with #52E048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E048; }
p { color: rgb(82,224,72); }
H1.HeaderClassName
{
color: #52E048;
}
.AnyTagClassName
{
color: #52E048;
}
</style>
background-color css
<style>
a { background-color: #52E048; }
a { background-color: rgb(82,224,72); }
div.DivClassName
{
background-color: #52E048;
}
.BgClassName
{
background-color: #52E048;
}
</style>
border-color css
<style>
span { border-color: #52E048; }
span { border-color: rgb(82,224,72); }
td.TdClassName
{
border-color: #52E048;
}
.TagClassName
{
border-color: #52E048;
}
</style>