Shades of Lime Green #52CF3E
Tints of Lime Green #52CF3E
RGB
CMYK
RGB Variations
Color information
#52CF3E (or 0x52CF3E) is known color: Lime Green. HEX triplet: 52, CF and 3E. RGB value is (82,207,62). Sum of RGB (Red+Green+Blue) = 82+207+62=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 207 (81.25% from 255 or 58.97% from 351); Blue value is 62 (24.61% from 255 or 17.66% from 351); Max value from RGB is 207 - color contains mainly: green. Hex color #52CF3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CF3E is #AD30C1. Grayscale: #999999. Windows color (decimal): -11350210 or 4116306. OLE color: 4116306.
HSL color Cylindrical-coordinate representation of color #52CF3E: hue angle of 111.72º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #52CF3E is Cyan = 0.60, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 207 | 62 | - |
| CMYK | 0.60 | 0 | 0.70 | 0.19 |
| HSL | 111.72º | 0.6% | 0.53% | - |
| HSV(B) | 111.72º | 0.7% | 0.81% | - |
| XYZ | 26.66 | 46.77 | 12.18 | - |
| YUV | 153.1 | 76.59 | 77.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 207 | 62 | 0.60 | 0 | 0.70 | 0.19 | 111.72 | 0.6 | 0.53 |
| Hex | 52 | CF | 3E | 3C | 0 | 46 | 13 | 70 | 3C | 35 |
| Octal | 122 | 317 | 76 | 74 | 0 | 106 | 23 | 160 | 74 | 65 |
| Binary | 1010010 | 11001111 | 111110 | 111100 | 0 | 1000110 | 10011 | 1110000 | 111100 | 110101 |
Color Harmonies of #52CF3E
Complementary color
Monochromatic Colors of #52CF3E
Black with #52CF3E
Text Example
Text Example
White with #52CF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CF3E; }
p { color: rgb(82,207,62); }
H1.HeaderClassName
{
color: #52CF3E;
}
.AnyTagClassName
{
color: #52CF3E;
}
</style>
background-color css
<style>
a { background-color: #52CF3E; }
a { background-color: rgb(82,207,62); }
div.DivClassName
{
background-color: #52CF3E;
}
.BgClassName
{
background-color: #52CF3E;
}
</style>
border-color css
<style>
span { border-color: #52CF3E; }
span { border-color: rgb(82,207,62); }
td.TdClassName
{
border-color: #52CF3E;
}
.TagClassName
{
border-color: #52CF3E;
}
</style>