Shades of Lime Green #52EC3D
Tints of Lime Green #52EC3D
RGB
CMYK
RGB Variations
Color information
#52EC3D (or 0x52EC3D) is known color: Lime Green. HEX triplet: 52, EC and 3D. RGB value is (82,236,61). Sum of RGB (Red+Green+Blue) = 82+236+61=379 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.64% from 379); Green value is 236 (92.58% from 255 or 62.27% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 236 - color contains mainly: green. Hex color #52EC3D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52EC3D is #AD13C2. Grayscale: #AAAAAA. Windows color (decimal): -11342787 or 4058194. OLE color: 4058194.
HSL color Cylindrical-coordinate representation of color #52EC3D: hue angle of 112.8º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #52EC3D is Cyan = 0.65, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 236 | 61 | - |
| CMYK | 0.65 | 0 | 0.74 | 0.07 |
| HSL | 112.8º | 0.82% | 0.58% | - |
| HSV(B) | 112.8º | 0.74% | 0.93% | - |
| XYZ | 34.32 | 62.12 | 14.6 | - |
| YUV | 170 | 66.48 | 65.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 236 | 61 | 0.65 | 0 | 0.74 | 0.07 | 112.8 | 0.82 | 0.58 |
| Hex | 52 | EC | 3D | 41 | 0 | 4A | 7 | 71 | 52 | 3A |
| Octal | 122 | 354 | 75 | 101 | 0 | 112 | 7 | 161 | 122 | 72 |
| Binary | 1010010 | 11101100 | 111101 | 1000001 | 0 | 1001010 | 111 | 1110001 | 1010010 | 111010 |
Color Harmonies of #52EC3D
Complementary color
Monochromatic Colors of #52EC3D
Black with #52EC3D
Text Example
Text Example
White with #52EC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EC3D; }
p { color: rgb(82,236,61); }
H1.HeaderClassName
{
color: #52EC3D;
}
.AnyTagClassName
{
color: #52EC3D;
}
</style>
background-color css
<style>
a { background-color: #52EC3D; }
a { background-color: rgb(82,236,61); }
div.DivClassName
{
background-color: #52EC3D;
}
.BgClassName
{
background-color: #52EC3D;
}
</style>
border-color css
<style>
span { border-color: #52EC3D; }
span { border-color: rgb(82,236,61); }
td.TdClassName
{
border-color: #52EC3D;
}
.TagClassName
{
border-color: #52EC3D;
}
</style>