Shades of Lime Green #52E12C
Tints of Lime Green #52E12C
RGB
CMYK
RGB Variations
Color information
#52E12C (or 0x52E12C) is known color: Lime Green. HEX triplet: 52, E1 and 2C. RGB value is (82,225,44). Sum of RGB (Red+Green+Blue) = 82+225+44=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 225 (88.28% from 255 or 64.10% from 351); Blue value is 44 (17.58% from 255 or 12.54% from 351); Max value from RGB is 225 - color contains mainly: green. Hex color #52E12C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52E12C is #AD1ED3. Grayscale: #A2A2A2. Windows color (decimal): -11345620 or 2941266. OLE color: 2941266.
HSL color Cylindrical-coordinate representation of color #52E12C: hue angle of 107.4º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #52E12C is Cyan = 0.64, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 225 | 44 | - |
| CMYK | 0.64 | 0 | 0.80 | 0.12 |
| HSL | 107.4º | 0.75% | 0.53% | - |
| HSV(B) | 107.4º | 0.8% | 0.88% | - |
| XYZ | 30.86 | 55.83 | 11.53 | - |
| YUV | 161.61 | 61.62 | 71.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 225 | 44 | 0.64 | 0 | 0.80 | 0.12 | 107.4 | 0.75 | 0.53 |
| Hex | 52 | E1 | 2C | 40 | 0 | 50 | C | 6B | 4B | 35 |
| Octal | 122 | 341 | 54 | 100 | 0 | 120 | 14 | 153 | 113 | 65 |
| Binary | 1010010 | 11100001 | 101100 | 1000000 | 0 | 1010000 | 1100 | 1101011 | 1001011 | 110101 |
Color Harmonies of #52E12C
Complementary color
Monochromatic Colors of #52E12C
Black with #52E12C
Text Example
Text Example
White with #52E12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E12C; }
p { color: rgb(82,225,44); }
H1.HeaderClassName
{
color: #52E12C;
}
.AnyTagClassName
{
color: #52E12C;
}
</style>
background-color css
<style>
a { background-color: #52E12C; }
a { background-color: rgb(82,225,44); }
div.DivClassName
{
background-color: #52E12C;
}
.BgClassName
{
background-color: #52E12C;
}
</style>
border-color css
<style>
span { border-color: #52E12C; }
span { border-color: rgb(82,225,44); }
td.TdClassName
{
border-color: #52E12C;
}
.TagClassName
{
border-color: #52E12C;
}
</style>