Shades of Lime Green #52F03C
Tints of Lime Green #52F03C
RGB
CMYK
RGB Variations
Color information
#52F03C (or 0x52F03C) is known color: Lime Green. HEX triplet: 52, F0 and 3C. RGB value is (82,240,60). Sum of RGB (Red+Green+Blue) = 82+240+60=382 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.47% from 382); Green value is 240 (94.14% from 255 or 62.83% from 382); Blue value is 60 (23.83% from 255 or 15.71% from 382); Max value from RGB is 240 - color contains mainly: green. Hex color #52F03C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F03C is #AD0FC3. Grayscale: #ACACAC. Windows color (decimal): -11341764 or 3993682. OLE color: 3993682.
HSL color Cylindrical-coordinate representation of color #52F03C: hue angle of 112.67º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #52F03C is Cyan = 0.66, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 240 | 60 | - |
| CMYK | 0.66 | 0 | 0.75 | 0.06 |
| HSL | 112.67º | 0.86% | 0.59% | - |
| HSV(B) | 112.67º | 0.75% | 0.94% | - |
| XYZ | 35.46 | 64.44 | 14.84 | - |
| YUV | 172.24 | 64.65 | 63.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 240 | 60 | 0.66 | 0 | 0.75 | 0.06 | 112.67 | 0.86 | 0.59 |
| Hex | 52 | F0 | 3C | 42 | 0 | 4B | 6 | 71 | 56 | 3B |
| Octal | 122 | 360 | 74 | 102 | 0 | 113 | 6 | 161 | 126 | 73 |
| Binary | 1010010 | 11110000 | 111100 | 1000010 | 0 | 1001011 | 110 | 1110001 | 1010110 | 111011 |
Color Harmonies of #52F03C
Complementary color
Monochromatic Colors of #52F03C
Black with #52F03C
Text Example
Text Example
White with #52F03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F03C; }
p { color: rgb(82,240,60); }
H1.HeaderClassName
{
color: #52F03C;
}
.AnyTagClassName
{
color: #52F03C;
}
</style>
background-color css
<style>
a { background-color: #52F03C; }
a { background-color: rgb(82,240,60); }
div.DivClassName
{
background-color: #52F03C;
}
.BgClassName
{
background-color: #52F03C;
}
</style>
border-color css
<style>
span { border-color: #52F03C; }
span { border-color: rgb(82,240,60); }
td.TdClassName
{
border-color: #52F03C;
}
.TagClassName
{
border-color: #52F03C;
}
</style>