Shades of Lime Green #52E035
Tints of Lime Green #52E035
RGB
CMYK
RGB Variations
Color information
#52E035 (or 0x52E035) is known color: Lime Green. HEX triplet: 52, E0 and 35. RGB value is (82,224,53). Sum of RGB (Red+Green+Blue) = 82+224+53=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 224 (87.89% from 255 or 62.40% from 359); Blue value is 53 (21.09% from 255 or 14.76% from 359); Max value from RGB is 224 - color contains mainly: green. Hex color #52E035 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52E035 is #AD1FCA. Grayscale: #A2A2A2. Windows color (decimal): -11345867 or 3530834. OLE color: 3530834.
HSL color Cylindrical-coordinate representation of color #52E035: hue angle of 109.82º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #52E035 is Cyan = 0.63, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 224 | 53 | - |
| CMYK | 0.63 | 0 | 0.76 | 0.12 |
| HSL | 109.82º | 0.73% | 0.54% | - |
| HSV(B) | 109.82º | 0.76% | 0.88% | - |
| XYZ | 30.78 | 55.36 | 12.43 | - |
| YUV | 162.05 | 66.46 | 70.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 224 | 53 | 0.63 | 0 | 0.76 | 0.12 | 109.82 | 0.73 | 0.54 |
| Hex | 52 | E0 | 35 | 3F | 0 | 4C | C | 6E | 49 | 36 |
| Octal | 122 | 340 | 65 | 77 | 0 | 114 | 14 | 156 | 111 | 66 |
| Binary | 1010010 | 11100000 | 110101 | 111111 | 0 | 1001100 | 1100 | 1101110 | 1001001 | 110110 |
Color Harmonies of #52E035
Complementary color
Monochromatic Colors of #52E035
Black with #52E035
Text Example
Text Example
White with #52E035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E035; }
p { color: rgb(82,224,53); }
H1.HeaderClassName
{
color: #52E035;
}
.AnyTagClassName
{
color: #52E035;
}
</style>
background-color css
<style>
a { background-color: #52E035; }
a { background-color: rgb(82,224,53); }
div.DivClassName
{
background-color: #52E035;
}
.BgClassName
{
background-color: #52E035;
}
</style>
border-color css
<style>
span { border-color: #52E035; }
span { border-color: rgb(82,224,53); }
td.TdClassName
{
border-color: #52E035;
}
.TagClassName
{
border-color: #52E035;
}
</style>