Shades of Lime Green #52E231
Tints of Lime Green #52E231
RGB
CMYK
RGB Variations
Color information
#52E231 (or 0x52E231) is known color: Lime Green. HEX triplet: 52, E2 and 31. RGB value is (82,226,49). Sum of RGB (Red+Green+Blue) = 82+226+49=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 226 (88.67% from 255 or 63.31% from 357); Blue value is 49 (19.53% from 255 or 13.73% from 357); Max value from RGB is 226 - color contains mainly: green. Hex color #52E231 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52E231 is #AD1DCE. Grayscale: #A3A3A3. Windows color (decimal): -11345359 or 3269202. OLE color: 3269202.
HSL color Cylindrical-coordinate representation of color #52E231: hue angle of 108.81º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #52E231 is Cyan = 0.64, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 82 | 226 | 49 | - |
| CMYK | 0.64 | 0 | 0.78 | 0.11 |
| HSL | 108.81º | 0.75% | 0.54% | - |
| HSV(B) | 108.81º | 0.78% | 0.89% | - |
| XYZ | 31.23 | 56.41 | 12.15 | - |
| YUV | 162.77 | 63.79 | 70.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 226 | 49 | 0.64 | 0 | 0.78 | 0.11 | 108.81 | 0.75 | 0.54 |
| Hex | 52 | E2 | 31 | 40 | 0 | 4E | B | 6D | 4B | 36 |
| Octal | 122 | 342 | 61 | 100 | 0 | 116 | 13 | 155 | 113 | 66 |
| Binary | 1010010 | 11100010 | 110001 | 1000000 | 0 | 1001110 | 1011 | 1101101 | 1001011 | 110110 |
Color Harmonies of #52E231
Complementary color
Monochromatic Colors of #52E231
Black with #52E231
Text Example
Text Example
White with #52E231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E231; }
p { color: rgb(82,226,49); }
H1.HeaderClassName
{
color: #52E231;
}
.AnyTagClassName
{
color: #52E231;
}
</style>
background-color css
<style>
a { background-color: #52E231; }
a { background-color: rgb(82,226,49); }
div.DivClassName
{
background-color: #52E231;
}
.BgClassName
{
background-color: #52E231;
}
</style>
border-color css
<style>
span { border-color: #52E231; }
span { border-color: rgb(82,226,49); }
td.TdClassName
{
border-color: #52E231;
}
.TagClassName
{
border-color: #52E231;
}
</style>