Shades of Lime Green #52F136
Tints of Lime Green #52F136
RGB
CMYK
RGB Variations
Color information
#52F136 (or 0x52F136) is known color: Lime Green. HEX triplet: 52, F1 and 36. RGB value is (82,241,54). Sum of RGB (Red+Green+Blue) = 82+241+54=377 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.75% from 377); Green value is 241 (94.53% from 255 or 63.93% from 377); Blue value is 54 (21.48% from 255 or 14.32% from 377); Max value from RGB is 241 - color contains mainly: green. Hex color #52F136 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F136 is #AD0EC9. Grayscale: #ACACAC. Windows color (decimal): -11341514 or 3600722. OLE color: 3600722.
HSL color Cylindrical-coordinate representation of color #52F136: hue angle of 111.02º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #52F136 is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 241 | 54 | - |
| CMYK | 0.66 | 0 | 0.78 | 0.05 |
| HSL | 111.02º | 0.87% | 0.58% | - |
| HSV(B) | 111.02º | 0.78% | 0.95% | - |
| XYZ | 35.6 | 64.97 | 14.15 | - |
| YUV | 172.14 | 61.32 | 63.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 241 | 54 | 0.66 | 0 | 0.78 | 0.05 | 111.02 | 0.87 | 0.58 |
| Hex | 52 | F1 | 36 | 42 | 0 | 4E | 5 | 6F | 57 | 3A |
| Octal | 122 | 361 | 66 | 102 | 0 | 116 | 5 | 157 | 127 | 72 |
| Binary | 1010010 | 11110001 | 110110 | 1000010 | 0 | 1001110 | 101 | 1101111 | 1010111 | 111010 |
Color Harmonies of #52F136
Complementary color
Monochromatic Colors of #52F136
Black with #52F136
Text Example
Text Example
White with #52F136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F136; }
p { color: rgb(82,241,54); }
H1.HeaderClassName
{
color: #52F136;
}
.AnyTagClassName
{
color: #52F136;
}
</style>
background-color css
<style>
a { background-color: #52F136; }
a { background-color: rgb(82,241,54); }
div.DivClassName
{
background-color: #52F136;
}
.BgClassName
{
background-color: #52F136;
}
</style>
border-color css
<style>
span { border-color: #52F136; }
span { border-color: rgb(82,241,54); }
td.TdClassName
{
border-color: #52F136;
}
.TagClassName
{
border-color: #52F136;
}
</style>