Shades of Lime Green #52F139
Tints of Lime Green #52F139
RGB
CMYK
RGB Variations
Color information
#52F139 (or 0x52F139) is known color: Lime Green. HEX triplet: 52, F1 and 39. RGB value is (82,241,57). Sum of RGB (Red+Green+Blue) = 82+241+57=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 241 (94.53% from 255 or 63.42% from 380); Blue value is 57 (22.66% from 255 or 15% from 380); Max value from RGB is 241 - color contains mainly: green. Hex color #52F139 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F139 is #AD0EC6. Grayscale: #ADADAD. Windows color (decimal): -11341511 or 3797330. OLE color: 3797330.
HSL color Cylindrical-coordinate representation of color #52F139: hue angle of 111.85º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #52F139 is Cyan = 0.66, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 241 | 57 | - |
| CMYK | 0.66 | 0 | 0.76 | 0.05 |
| HSL | 111.85º | 0.87% | 0.58% | - |
| HSV(B) | 111.85º | 0.76% | 0.95% | - |
| XYZ | 35.67 | 65 | 14.54 | - |
| YUV | 172.48 | 62.82 | 63.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 241 | 57 | 0.66 | 0 | 0.76 | 0.05 | 111.85 | 0.87 | 0.58 |
| Hex | 52 | F1 | 39 | 42 | 0 | 4C | 5 | 70 | 57 | 3A |
| Octal | 122 | 361 | 71 | 102 | 0 | 114 | 5 | 160 | 127 | 72 |
| Binary | 1010010 | 11110001 | 111001 | 1000010 | 0 | 1001100 | 101 | 1110000 | 1010111 | 111010 |
Color Harmonies of #52F139
Complementary color
Monochromatic Colors of #52F139
Black with #52F139
Text Example
Text Example
White with #52F139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F139; }
p { color: rgb(82,241,57); }
H1.HeaderClassName
{
color: #52F139;
}
.AnyTagClassName
{
color: #52F139;
}
</style>
background-color css
<style>
a { background-color: #52F139; }
a { background-color: rgb(82,241,57); }
div.DivClassName
{
background-color: #52F139;
}
.BgClassName
{
background-color: #52F139;
}
</style>
border-color css
<style>
span { border-color: #52F139; }
span { border-color: rgb(82,241,57); }
td.TdClassName
{
border-color: #52F139;
}
.TagClassName
{
border-color: #52F139;
}
</style>