Shades of Lime Green #52F436
Tints of Lime Green #52F436
RGB
CMYK
RGB Variations
Color information
#52F436 (or 0x52F436) is known color: Lime Green. HEX triplet: 52, F4 and 36. RGB value is (82,244,54). Sum of RGB (Red+Green+Blue) = 82+244+54=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 244 (95.70% from 255 or 64.21% from 380); Blue value is 54 (21.48% from 255 or 14.21% from 380); Max value from RGB is 244 - color contains mainly: green. Hex color #52F436 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F436 is #AD0BC9. Grayscale: #AEAEAE. Windows color (decimal): -11340746 or 3601490. OLE color: 3601490.
HSL color Cylindrical-coordinate representation of color #52F436: hue angle of 111.16º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #52F436 is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 244 | 54 | - |
| CMYK | 0.66 | 0 | 0.78 | 0.04 |
| HSL | 111.16º | 0.9% | 0.58% | - |
| HSV(B) | 111.16º | 0.78% | 0.96% | - |
| XYZ | 36.5 | 66.76 | 14.45 | - |
| YUV | 173.9 | 60.33 | 62.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 244 | 54 | 0.66 | 0 | 0.78 | 0.04 | 111.16 | 0.9 | 0.58 |
| Hex | 52 | F4 | 36 | 42 | 0 | 4E | 4 | 6F | 5A | 3A |
| Octal | 122 | 364 | 66 | 102 | 0 | 116 | 4 | 157 | 132 | 72 |
| Binary | 1010010 | 11110100 | 110110 | 1000010 | 0 | 1001110 | 100 | 1101111 | 1011010 | 111010 |
Color Harmonies of #52F436
Complementary color
Monochromatic Colors of #52F436
Black with #52F436
Text Example
Text Example
White with #52F436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F436; }
p { color: rgb(82,244,54); }
H1.HeaderClassName
{
color: #52F436;
}
.AnyTagClassName
{
color: #52F436;
}
</style>
background-color css
<style>
a { background-color: #52F436; }
a { background-color: rgb(82,244,54); }
div.DivClassName
{
background-color: #52F436;
}
.BgClassName
{
background-color: #52F436;
}
</style>
border-color css
<style>
span { border-color: #52F436; }
span { border-color: rgb(82,244,54); }
td.TdClassName
{
border-color: #52F436;
}
.TagClassName
{
border-color: #52F436;
}
</style>