Shades of Lime Green #52CE3E
Tints of Lime Green #52CE3E
RGB
CMYK
RGB Variations
Color information
#52CE3E (or 0x52CE3E) is known color: Lime Green. HEX triplet: 52, CE and 3E. RGB value is (82,206,62). Sum of RGB (Red+Green+Blue) = 82+206+62=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 206 (80.86% from 255 or 58.86% from 350); Blue value is 62 (24.61% from 255 or 17.71% from 350); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CE3E is #AD31C1. Grayscale: #989898. Windows color (decimal): -11350466 or 4116050. OLE color: 4116050.
HSL color Cylindrical-coordinate representation of color #52CE3E: hue angle of 111.67º 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 #52CE3E is Cyan = 0.60, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 206 | 62 | - |
| CMYK | 0.60 | 0 | 0.70 | 0.19 |
| HSL | 111.67º | 0.6% | 0.53% | - |
| HSV(B) | 111.67º | 0.7% | 0.81% | - |
| XYZ | 26.42 | 46.28 | 12.1 | - |
| YUV | 152.51 | 76.92 | 77.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 206 | 62 | 0.60 | 0 | 0.70 | 0.19 | 111.67 | 0.6 | 0.53 |
| Hex | 52 | CE | 3E | 3C | 0 | 46 | 13 | 70 | 3C | 35 |
| Octal | 122 | 316 | 76 | 74 | 0 | 106 | 23 | 160 | 74 | 65 |
| Binary | 1010010 | 11001110 | 111110 | 111100 | 0 | 1000110 | 10011 | 1110000 | 111100 | 110101 |
Color Harmonies of #52CE3E
Complementary color
Monochromatic Colors of #52CE3E
Black with #52CE3E
Text Example
Text Example
White with #52CE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CE3E; }
p { color: rgb(82,206,62); }
H1.HeaderClassName
{
color: #52CE3E;
}
.AnyTagClassName
{
color: #52CE3E;
}
</style>
background-color css
<style>
a { background-color: #52CE3E; }
a { background-color: rgb(82,206,62); }
div.DivClassName
{
background-color: #52CE3E;
}
.BgClassName
{
background-color: #52CE3E;
}
</style>
border-color css
<style>
span { border-color: #52CE3E; }
span { border-color: rgb(82,206,62); }
td.TdClassName
{
border-color: #52CE3E;
}
.TagClassName
{
border-color: #52CE3E;
}
</style>