Shades of Lime Green #52CE3F
Tints of Lime Green #52CE3F
RGB
CMYK
RGB Variations
Color information
#52CE3F (or 0x52CE3F) is known color: Lime Green. HEX triplet: 52, CE and 3F. RGB value is (82,206,63). Sum of RGB (Red+Green+Blue) = 82+206+63=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 206 (80.86% from 255 or 58.69% from 351); Blue value is 63 (25% from 255 or 17.95% from 351); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CE3F is #AD31C0. Grayscale: #999999. Windows color (decimal): -11350465 or 4181586. OLE color: 4181586.
HSL color Cylindrical-coordinate representation of color #52CE3F: hue angle of 112.03º 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 #52CE3F is Cyan = 0.60, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 206 | 63 | - |
| CMYK | 0.60 | 0 | 0.69 | 0.19 |
| HSL | 112.03º | 0.59% | 0.53% | - |
| HSV(B) | 112.03º | 0.69% | 0.81% | - |
| XYZ | 26.45 | 46.3 | 12.24 | - |
| YUV | 152.62 | 77.42 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 206 | 63 | 0.60 | 0 | 0.69 | 0.19 | 112.03 | 0.59 | 0.53 |
| Hex | 52 | CE | 3F | 3C | 0 | 45 | 13 | 70 | 3B | 35 |
| Octal | 122 | 316 | 77 | 74 | 0 | 105 | 23 | 160 | 73 | 65 |
| Binary | 1010010 | 11001110 | 111111 | 111100 | 0 | 1000101 | 10011 | 1110000 | 111011 | 110101 |
Color Harmonies of #52CE3F
Complementary color
Monochromatic Colors of #52CE3F
Black with #52CE3F
Text Example
Text Example
White with #52CE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CE3F; }
p { color: rgb(82,206,63); }
H1.HeaderClassName
{
color: #52CE3F;
}
.AnyTagClassName
{
color: #52CE3F;
}
</style>
background-color css
<style>
a { background-color: #52CE3F; }
a { background-color: rgb(82,206,63); }
div.DivClassName
{
background-color: #52CE3F;
}
.BgClassName
{
background-color: #52CE3F;
}
</style>
border-color css
<style>
span { border-color: #52CE3F; }
span { border-color: rgb(82,206,63); }
td.TdClassName
{
border-color: #52CE3F;
}
.TagClassName
{
border-color: #52CE3F;
}
</style>