Shades of Lime Green #52E136
Tints of Lime Green #52E136
RGB
CMYK
RGB Variations
Color information
#52E136 (or 0x52E136) is known color: Lime Green. HEX triplet: 52, E1 and 36. RGB value is (82,225,54). Sum of RGB (Red+Green+Blue) = 82+225+54=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 225 (88.28% from 255 or 62.33% from 361); Blue value is 54 (21.48% from 255 or 14.96% from 361); Max value from RGB is 225 - color contains mainly: green. Hex color #52E136 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52E136 is #AD1EC9. Grayscale: #A3A3A3. Windows color (decimal): -11345610 or 3596626. OLE color: 3596626.
HSL color Cylindrical-coordinate representation of color #52E136: hue angle of 110.18º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #52E136 is Cyan = 0.64, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 225 | 54 | - |
| CMYK | 0.64 | 0 | 0.76 | 0.12 |
| HSL | 110.18º | 0.74% | 0.55% | - |
| HSV(B) | 110.18º | 0.76% | 0.88% | - |
| XYZ | 31.07 | 55.91 | 12.64 | - |
| YUV | 162.75 | 66.62 | 70.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 225 | 54 | 0.64 | 0 | 0.76 | 0.12 | 110.18 | 0.74 | 0.55 |
| Hex | 52 | E1 | 36 | 40 | 0 | 4C | C | 6E | 4A | 37 |
| Octal | 122 | 341 | 66 | 100 | 0 | 114 | 14 | 156 | 112 | 67 |
| Binary | 1010010 | 11100001 | 110110 | 1000000 | 0 | 1001100 | 1100 | 1101110 | 1001010 | 110111 |
Color Harmonies of #52E136
Complementary color
Monochromatic Colors of #52E136
Black with #52E136
Text Example
Text Example
White with #52E136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E136; }
p { color: rgb(82,225,54); }
H1.HeaderClassName
{
color: #52E136;
}
.AnyTagClassName
{
color: #52E136;
}
</style>
background-color css
<style>
a { background-color: #52E136; }
a { background-color: rgb(82,225,54); }
div.DivClassName
{
background-color: #52E136;
}
.BgClassName
{
background-color: #52E136;
}
</style>
border-color css
<style>
span { border-color: #52E136; }
span { border-color: rgb(82,225,54); }
td.TdClassName
{
border-color: #52E136;
}
.TagClassName
{
border-color: #52E136;
}
</style>