Shades of Lime Green #52E642
Tints of Lime Green #52E642
RGB
CMYK
RGB Variations
Color information
#52E642 (or 0x52E642) is known color: Lime Green. HEX triplet: 52, E6 and 42. RGB value is (82,230,66). Sum of RGB (Red+Green+Blue) = 82+230+66=378 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.69% from 378); Green value is 230 (90.23% from 255 or 60.85% from 378); Blue value is 66 (26.17% from 255 or 17.46% from 378); Max value from RGB is 230 - color contains mainly: green. Hex color #52E642 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52E642 is #AD19BD. Grayscale: #A7A7A7. Windows color (decimal): -11344318 or 4384338. OLE color: 4384338.
HSL color Cylindrical-coordinate representation of color #52E642: hue angle of 114.15º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #52E642 is Cyan = 0.64, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 82 | 230 | 66 | - |
| CMYK | 0.64 | 0 | 0.71 | 0.10 |
| HSL | 114.15º | 0.77% | 0.58% | - |
| HSV(B) | 114.15º | 0.71% | 0.9% | - |
| XYZ | 32.76 | 58.78 | 14.77 | - |
| YUV | 167.05 | 70.97 | 67.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 230 | 66 | 0.64 | 0 | 0.71 | 0.10 | 114.15 | 0.77 | 0.58 |
| Hex | 52 | E6 | 42 | 40 | 0 | 47 | A | 72 | 4D | 3A |
| Octal | 122 | 346 | 102 | 100 | 0 | 107 | 12 | 162 | 115 | 72 |
| Binary | 1010010 | 11100110 | 1000010 | 1000000 | 0 | 1000111 | 1010 | 1110010 | 1001101 | 111010 |
Color Harmonies of #52E642
Complementary color
Monochromatic Colors of #52E642
Black with #52E642
Text Example
Text Example
White with #52E642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E642; }
p { color: rgb(82,230,66); }
H1.HeaderClassName
{
color: #52E642;
}
.AnyTagClassName
{
color: #52E642;
}
</style>
background-color css
<style>
a { background-color: #52E642; }
a { background-color: rgb(82,230,66); }
div.DivClassName
{
background-color: #52E642;
}
.BgClassName
{
background-color: #52E642;
}
</style>
border-color css
<style>
span { border-color: #52E642; }
span { border-color: rgb(82,230,66); }
td.TdClassName
{
border-color: #52E642;
}
.TagClassName
{
border-color: #52E642;
}
</style>