Shades of Lime Green #52E148
Tints of Lime Green #52E148
RGB
CMYK
RGB Variations
Color information
#52E148 (or 0x52E148) is known color: Lime Green. HEX triplet: 52, E1 and 48. RGB value is (82,225,72). Sum of RGB (Red+Green+Blue) = 82+225+72=379 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.64% from 379); Green value is 225 (88.28% from 255 or 59.37% from 379); Blue value is 72 (28.52% from 255 or 19.00% from 379); Max value from RGB is 225 - color contains mainly: green. Hex color #52E148 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52E148 is #AD1EB7. Grayscale: #A5A5A5. Windows color (decimal): -11345592 or 4776274. OLE color: 4776274.
HSL color Cylindrical-coordinate representation of color #52E148: hue angle of 116.08º degrees, saturation: 0.72, 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 #52E148 is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 225 | 72 | - |
| CMYK | 0.64 | 0 | 0.68 | 0.12 |
| HSL | 116.08º | 0.72% | 0.58% | - |
| HSV(B) | 116.08º | 0.68% | 0.88% | - |
| XYZ | 31.57 | 56.11 | 15.3 | - |
| YUV | 164.8 | 75.62 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 225 | 72 | 0.64 | 0 | 0.68 | 0.12 | 116.08 | 0.72 | 0.58 |
| Hex | 52 | E1 | 48 | 40 | 0 | 44 | C | 74 | 48 | 3A |
| Octal | 122 | 341 | 110 | 100 | 0 | 104 | 14 | 164 | 110 | 72 |
| Binary | 1010010 | 11100001 | 1001000 | 1000000 | 0 | 1000100 | 1100 | 1110100 | 1001000 | 111010 |
Color Harmonies of #52E148
Complementary color
Monochromatic Colors of #52E148
Black with #52E148
Text Example
Text Example
White with #52E148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E148; }
p { color: rgb(82,225,72); }
H1.HeaderClassName
{
color: #52E148;
}
.AnyTagClassName
{
color: #52E148;
}
</style>
background-color css
<style>
a { background-color: #52E148; }
a { background-color: rgb(82,225,72); }
div.DivClassName
{
background-color: #52E148;
}
.BgClassName
{
background-color: #52E148;
}
</style>
border-color css
<style>
span { border-color: #52E148; }
span { border-color: rgb(82,225,72); }
td.TdClassName
{
border-color: #52E148;
}
.TagClassName
{
border-color: #52E148;
}
</style>