Shades of Lime Green #52F239
Tints of Lime Green #52F239
RGB
CMYK
RGB Variations
Color information
#52F239 (or 0x52F239) is known color: Lime Green. HEX triplet: 52, F2 and 39. RGB value is (82,242,57). Sum of RGB (Red+Green+Blue) = 82+242+57=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 242 (94.92% from 255 or 63.52% from 381); Blue value is 57 (22.66% from 255 or 14.96% from 381); Max value from RGB is 242 - color contains mainly: green. Hex color #52F239 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F239 is #AD0DC6. Grayscale: #ADADAD. Windows color (decimal): -11341255 or 3797586. OLE color: 3797586.
HSL color Cylindrical-coordinate representation of color #52F239: hue angle of 111.89º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #52F239 is Cyan = 0.66, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 242 | 57 | - |
| CMYK | 0.66 | 0 | 0.76 | 0.05 |
| HSL | 111.89º | 0.88% | 0.59% | - |
| HSV(B) | 111.89º | 0.76% | 0.95% | - |
| XYZ | 35.97 | 65.59 | 14.64 | - |
| YUV | 173.07 | 62.49 | 63.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 242 | 57 | 0.66 | 0 | 0.76 | 0.05 | 111.89 | 0.88 | 0.59 |
| Hex | 52 | F2 | 39 | 42 | 0 | 4C | 5 | 70 | 58 | 3B |
| Octal | 122 | 362 | 71 | 102 | 0 | 114 | 5 | 160 | 130 | 73 |
| Binary | 1010010 | 11110010 | 111001 | 1000010 | 0 | 1001100 | 101 | 1110000 | 1011000 | 111011 |
Color Harmonies of #52F239
Complementary color
Monochromatic Colors of #52F239
Black with #52F239
Text Example
Text Example
White with #52F239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F239; }
p { color: rgb(82,242,57); }
H1.HeaderClassName
{
color: #52F239;
}
.AnyTagClassName
{
color: #52F239;
}
</style>
background-color css
<style>
a { background-color: #52F239; }
a { background-color: rgb(82,242,57); }
div.DivClassName
{
background-color: #52F239;
}
.BgClassName
{
background-color: #52F239;
}
</style>
border-color css
<style>
span { border-color: #52F239; }
span { border-color: rgb(82,242,57); }
td.TdClassName
{
border-color: #52F239;
}
.TagClassName
{
border-color: #52F239;
}
</style>