Shades of Lime Green #52DF2E
Tints of Lime Green #52DF2E
RGB
CMYK
RGB Variations
Color information
#52DF2E (or 0x52DF2E) is known color: Lime Green. HEX triplet: 52, DF and 2E. RGB value is (82,223,46). Sum of RGB (Red+Green+Blue) = 82+223+46=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 223 (87.5% from 255 or 63.53% from 351); Blue value is 46 (18.36% from 255 or 13.11% from 351); Max value from RGB is 223 - color contains mainly: green. Hex color #52DF2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52DF2E is #AD20D1. Grayscale: #A1A1A1. Windows color (decimal): -11346130 or 3071826. OLE color: 3071826.
HSL color Cylindrical-coordinate representation of color #52DF2E: hue angle of 107.8º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #52DF2E is Cyan = 0.63, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 223 | 46 | - |
| CMYK | 0.63 | 0 | 0.79 | 0.13 |
| HSL | 107.8º | 0.73% | 0.53% | - |
| HSV(B) | 107.8º | 0.79% | 0.87% | - |
| XYZ | 30.36 | 54.77 | 11.56 | - |
| YUV | 160.66 | 63.29 | 71.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 223 | 46 | 0.63 | 0 | 0.79 | 0.13 | 107.8 | 0.73 | 0.53 |
| Hex | 52 | DF | 2E | 3F | 0 | 4F | D | 6C | 49 | 35 |
| Octal | 122 | 337 | 56 | 77 | 0 | 117 | 15 | 154 | 111 | 65 |
| Binary | 1010010 | 11011111 | 101110 | 111111 | 0 | 1001111 | 1101 | 1101100 | 1001001 | 110101 |
Color Harmonies of #52DF2E
Complementary color
Monochromatic Colors of #52DF2E
Black with #52DF2E
Text Example
Text Example
White with #52DF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DF2E; }
p { color: rgb(82,223,46); }
H1.HeaderClassName
{
color: #52DF2E;
}
.AnyTagClassName
{
color: #52DF2E;
}
</style>
background-color css
<style>
a { background-color: #52DF2E; }
a { background-color: rgb(82,223,46); }
div.DivClassName
{
background-color: #52DF2E;
}
.BgClassName
{
background-color: #52DF2E;
}
</style>
border-color css
<style>
span { border-color: #52DF2E; }
span { border-color: rgb(82,223,46); }
td.TdClassName
{
border-color: #52DF2E;
}
.TagClassName
{
border-color: #52DF2E;
}
</style>