Shades of Lime Green #52E336
Tints of Lime Green #52E336
RGB
CMYK
RGB Variations
Color information
#52E336 (or 0x52E336) is known color: Lime Green. HEX triplet: 52, E3 and 36. RGB value is (82,227,54). Sum of RGB (Red+Green+Blue) = 82+227+54=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 227 (89.06% from 255 or 62.53% from 363); Blue value is 54 (21.48% from 255 or 14.88% from 363); Max value from RGB is 227 - color contains mainly: green. Hex color #52E336 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52E336 is #AD1CC9. Grayscale: #A4A4A4. Windows color (decimal): -11345098 or 3597138. OLE color: 3597138.
HSL color Cylindrical-coordinate representation of color #52E336: hue angle of 110.29º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #52E336 is Cyan = 0.64, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 82 | 227 | 54 | - |
| CMYK | 0.64 | 0 | 0.76 | 0.11 |
| HSL | 110.29º | 0.76% | 0.55% | - |
| HSV(B) | 110.29º | 0.76% | 0.89% | - |
| XYZ | 31.61 | 57 | 12.83 | - |
| YUV | 163.92 | 65.96 | 69.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 227 | 54 | 0.64 | 0 | 0.76 | 0.11 | 110.29 | 0.76 | 0.55 |
| Hex | 52 | E3 | 36 | 40 | 0 | 4C | B | 6E | 4C | 37 |
| Octal | 122 | 343 | 66 | 100 | 0 | 114 | 13 | 156 | 114 | 67 |
| Binary | 1010010 | 11100011 | 110110 | 1000000 | 0 | 1001100 | 1011 | 1101110 | 1001100 | 110111 |
Color Harmonies of #52E336
Complementary color
Monochromatic Colors of #52E336
Black with #52E336
Text Example
Text Example
White with #52E336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E336; }
p { color: rgb(82,227,54); }
H1.HeaderClassName
{
color: #52E336;
}
.AnyTagClassName
{
color: #52E336;
}
</style>
background-color css
<style>
a { background-color: #52E336; }
a { background-color: rgb(82,227,54); }
div.DivClassName
{
background-color: #52E336;
}
.BgClassName
{
background-color: #52E336;
}
</style>
border-color css
<style>
span { border-color: #52E336; }
span { border-color: rgb(82,227,54); }
td.TdClassName
{
border-color: #52E336;
}
.TagClassName
{
border-color: #52E336;
}
</style>