Shades of Lime Green #52E339
Tints of Lime Green #52E339
RGB
CMYK
RGB Variations
Color information
#52E339 (or 0x52E339) is known color: Lime Green. HEX triplet: 52, E3 and 39. RGB value is (82,227,57). Sum of RGB (Red+Green+Blue) = 82+227+57=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 227 (89.06% from 255 or 62.02% from 366); Blue value is 57 (22.66% from 255 or 15.57% from 366); Max value from RGB is 227 - color contains mainly: green. Hex color #52E339 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52E339 is #AD1CC6. Grayscale: #A4A4A4. Windows color (decimal): -11345095 or 3793746. OLE color: 3793746.
HSL color Cylindrical-coordinate representation of color #52E339: hue angle of 111.18º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #52E339 is Cyan = 0.64, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 82 | 227 | 57 | - |
| CMYK | 0.64 | 0 | 0.75 | 0.11 |
| HSL | 111.18º | 0.75% | 0.56% | - |
| HSV(B) | 111.18º | 0.75% | 0.89% | - |
| XYZ | 31.69 | 57.03 | 13.21 | - |
| YUV | 164.27 | 67.46 | 69.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 227 | 57 | 0.64 | 0 | 0.75 | 0.11 | 111.18 | 0.75 | 0.56 |
| Hex | 52 | E3 | 39 | 40 | 0 | 4B | B | 6F | 4B | 38 |
| Octal | 122 | 343 | 71 | 100 | 0 | 113 | 13 | 157 | 113 | 70 |
| Binary | 1010010 | 11100011 | 111001 | 1000000 | 0 | 1001011 | 1011 | 1101111 | 1001011 | 111000 |
Color Harmonies of #52E339
Complementary color
Monochromatic Colors of #52E339
Black with #52E339
Text Example
Text Example
White with #52E339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E339; }
p { color: rgb(82,227,57); }
H1.HeaderClassName
{
color: #52E339;
}
.AnyTagClassName
{
color: #52E339;
}
</style>
background-color css
<style>
a { background-color: #52E339; }
a { background-color: rgb(82,227,57); }
div.DivClassName
{
background-color: #52E339;
}
.BgClassName
{
background-color: #52E339;
}
</style>
border-color css
<style>
span { border-color: #52E339; }
span { border-color: rgb(82,227,57); }
td.TdClassName
{
border-color: #52E339;
}
.TagClassName
{
border-color: #52E339;
}
</style>