Shades of Lime Green #52E431
Tints of Lime Green #52E431
RGB
CMYK
RGB Variations
Color information
#52E431 (or 0x52E431) is known color: Lime Green. HEX triplet: 52, E4 and 31. RGB value is (82,228,49). Sum of RGB (Red+Green+Blue) = 82+228+49=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 228 (89.45% from 255 or 63.51% from 359); Blue value is 49 (19.53% from 255 or 13.65% from 359); Max value from RGB is 228 - color contains mainly: green. Hex color #52E431 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52E431 is #AD1BCE. Grayscale: #A4A4A4. Windows color (decimal): -11344847 or 3269714. OLE color: 3269714.
HSL color Cylindrical-coordinate representation of color #52E431: hue angle of 108.94º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #52E431 is Cyan = 0.64, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 82 | 228 | 49 | - |
| CMYK | 0.64 | 0 | 0.79 | 0.11 |
| HSL | 108.94º | 0.77% | 0.54% | - |
| HSV(B) | 108.94º | 0.79% | 0.89% | - |
| XYZ | 31.78 | 57.5 | 12.33 | - |
| YUV | 163.94 | 63.13 | 69.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 228 | 49 | 0.64 | 0 | 0.79 | 0.11 | 108.94 | 0.77 | 0.54 |
| Hex | 52 | E4 | 31 | 40 | 0 | 4F | B | 6D | 4D | 36 |
| Octal | 122 | 344 | 61 | 100 | 0 | 117 | 13 | 155 | 115 | 66 |
| Binary | 1010010 | 11100100 | 110001 | 1000000 | 0 | 1001111 | 1011 | 1101101 | 1001101 | 110110 |
Color Harmonies of #52E431
Complementary color
Monochromatic Colors of #52E431
Black with #52E431
Text Example
Text Example
White with #52E431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E431; }
p { color: rgb(82,228,49); }
H1.HeaderClassName
{
color: #52E431;
}
.AnyTagClassName
{
color: #52E431;
}
</style>
background-color css
<style>
a { background-color: #52E431; }
a { background-color: rgb(82,228,49); }
div.DivClassName
{
background-color: #52E431;
}
.BgClassName
{
background-color: #52E431;
}
</style>
border-color css
<style>
span { border-color: #52E431; }
span { border-color: rgb(82,228,49); }
td.TdClassName
{
border-color: #52E431;
}
.TagClassName
{
border-color: #52E431;
}
</style>