Shades of Lime Green #52E130
Tints of Lime Green #52E130
RGB
CMYK
RGB Variations
Color information
#52E130 (or 0x52E130) is known color: Lime Green. HEX triplet: 52, E1 and 30. RGB value is (82,225,48). Sum of RGB (Red+Green+Blue) = 82+225+48=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 225 (88.28% from 255 or 63.38% from 355); Blue value is 48 (19.14% from 255 or 13.52% from 355); Max value from RGB is 225 - color contains mainly: green. Hex color #52E130 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52E130 is #AD1ECF. Grayscale: #A2A2A2. Windows color (decimal): -11345616 or 3203410. OLE color: 3203410.
HSL color Cylindrical-coordinate representation of color #52E130: hue angle of 108.47º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #52E130 is Cyan = 0.64, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 225 | 48 | - |
| CMYK | 0.64 | 0 | 0.79 | 0.12 |
| HSL | 108.47º | 0.75% | 0.54% | - |
| HSV(B) | 108.47º | 0.79% | 0.88% | - |
| XYZ | 30.94 | 55.86 | 11.95 | - |
| YUV | 162.07 | 63.62 | 70.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 225 | 48 | 0.64 | 0 | 0.79 | 0.12 | 108.47 | 0.75 | 0.54 |
| Hex | 52 | E1 | 30 | 40 | 0 | 4F | C | 6C | 4B | 36 |
| Octal | 122 | 341 | 60 | 100 | 0 | 117 | 14 | 154 | 113 | 66 |
| Binary | 1010010 | 11100001 | 110000 | 1000000 | 0 | 1001111 | 1100 | 1101100 | 1001011 | 110110 |
Color Harmonies of #52E130
Complementary color
Monochromatic Colors of #52E130
Black with #52E130
Text Example
Text Example
White with #52E130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E130; }
p { color: rgb(82,225,48); }
H1.HeaderClassName
{
color: #52E130;
}
.AnyTagClassName
{
color: #52E130;
}
</style>
background-color css
<style>
a { background-color: #52E130; }
a { background-color: rgb(82,225,48); }
div.DivClassName
{
background-color: #52E130;
}
.BgClassName
{
background-color: #52E130;
}
</style>
border-color css
<style>
span { border-color: #52E130; }
span { border-color: rgb(82,225,48); }
td.TdClassName
{
border-color: #52E130;
}
.TagClassName
{
border-color: #52E130;
}
</style>