Shades of Lime Green #52CE40
Tints of Lime Green #52CE40
RGB
CMYK
RGB Variations
Color information
#52CE40 (or 0x52CE40) is known color: Lime Green. HEX triplet: 52, CE and 40. RGB value is (82,206,64). Sum of RGB (Red+Green+Blue) = 82+206+64=352 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.30% from 352); Green value is 206 (80.86% from 255 or 58.52% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CE40 is #AD31BF. Grayscale: #999999. Windows color (decimal): -11350464 or 4247122. OLE color: 4247122.
HSL color Cylindrical-coordinate representation of color #52CE40: hue angle of 112.39º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #52CE40 is Cyan = 0.60, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 206 | 64 | - |
| CMYK | 0.60 | 0 | 0.69 | 0.19 |
| HSL | 112.39º | 0.59% | 0.53% | - |
| HSV(B) | 112.39º | 0.69% | 0.81% | - |
| XYZ | 26.48 | 46.31 | 12.39 | - |
| YUV | 152.74 | 77.92 | 77.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 206 | 64 | 0.60 | 0 | 0.69 | 0.19 | 112.39 | 0.59 | 0.53 |
| Hex | 52 | CE | 40 | 3C | 0 | 45 | 13 | 70 | 3B | 35 |
| Octal | 122 | 316 | 100 | 74 | 0 | 105 | 23 | 160 | 73 | 65 |
| Binary | 1010010 | 11001110 | 1000000 | 111100 | 0 | 1000101 | 10011 | 1110000 | 111011 | 110101 |
Color Harmonies of #52CE40
Complementary color
Monochromatic Colors of #52CE40
Black with #52CE40
Text Example
Text Example
White with #52CE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CE40; }
p { color: rgb(82,206,64); }
H1.HeaderClassName
{
color: #52CE40;
}
.AnyTagClassName
{
color: #52CE40;
}
</style>
background-color css
<style>
a { background-color: #52CE40; }
a { background-color: rgb(82,206,64); }
div.DivClassName
{
background-color: #52CE40;
}
.BgClassName
{
background-color: #52CE40;
}
</style>
border-color css
<style>
span { border-color: #52CE40; }
span { border-color: rgb(82,206,64); }
td.TdClassName
{
border-color: #52CE40;
}
.TagClassName
{
border-color: #52CE40;
}
</style>