Shades of Lime Green #52E149
Tints of Lime Green #52E149
RGB
CMYK
RGB Variations
Color information
#52E149 (or 0x52E149) is known color: Lime Green. HEX triplet: 52, E1 and 49. RGB value is (82,225,73). Sum of RGB (Red+Green+Blue) = 82+225+73=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 225 (88.28% from 255 or 59.21% from 380); Blue value is 73 (28.91% from 255 or 19.21% from 380); Max value from RGB is 225 - color contains mainly: green. Hex color #52E149 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52E149 is #AD1EB6. Grayscale: #A5A5A5. Windows color (decimal): -11345591 or 4841810. OLE color: 4841810.
HSL color Cylindrical-coordinate representation of color #52E149: hue angle of 116.45º 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 #52E149 is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 225 | 73 | - |
| CMYK | 0.64 | 0 | 0.68 | 0.12 |
| HSL | 116.45º | 0.72% | 0.58% | - |
| HSV(B) | 116.45º | 0.68% | 0.88% | - |
| XYZ | 31.61 | 56.13 | 15.47 | - |
| YUV | 164.92 | 76.12 | 68.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 225 | 73 | 0.64 | 0 | 0.68 | 0.12 | 116.45 | 0.72 | 0.58 |
| Hex | 52 | E1 | 49 | 40 | 0 | 44 | C | 74 | 48 | 3A |
| Octal | 122 | 341 | 111 | 100 | 0 | 104 | 14 | 164 | 110 | 72 |
| Binary | 1010010 | 11100001 | 1001001 | 1000000 | 0 | 1000100 | 1100 | 1110100 | 1001000 | 111010 |
Color Harmonies of #52E149
Complementary color
Monochromatic Colors of #52E149
Black with #52E149
Text Example
Text Example
White with #52E149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E149; }
p { color: rgb(82,225,73); }
H1.HeaderClassName
{
color: #52E149;
}
.AnyTagClassName
{
color: #52E149;
}
</style>
background-color css
<style>
a { background-color: #52E149; }
a { background-color: rgb(82,225,73); }
div.DivClassName
{
background-color: #52E149;
}
.BgClassName
{
background-color: #52E149;
}
</style>
border-color css
<style>
span { border-color: #52E149; }
span { border-color: rgb(82,225,73); }
td.TdClassName
{
border-color: #52E149;
}
.TagClassName
{
border-color: #52E149;
}
</style>