Shades of Lime Green #52E73F
Tints of Lime Green #52E73F
RGB
CMYK
RGB Variations
Color information
#52E73F (or 0x52E73F) is known color: Lime Green. HEX triplet: 52, E7 and 3F. RGB value is (82,231,63). Sum of RGB (Red+Green+Blue) = 82+231+63=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 231 (90.62% from 255 or 61.44% from 376); Blue value is 63 (25% from 255 or 16.76% from 376); Max value from RGB is 231 - color contains mainly: green. Hex color #52E73F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52E73F is #AD18C0. Grayscale: #A7A7A7. Windows color (decimal): -11344065 or 4187986. OLE color: 4187986.
HSL color Cylindrical-coordinate representation of color #52E73F: hue angle of 113.21º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #52E73F is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 231 | 63 | - |
| CMYK | 0.65 | 0 | 0.73 | 0.09 |
| HSL | 113.21º | 0.78% | 0.58% | - |
| HSV(B) | 113.21º | 0.73% | 0.91% | - |
| XYZ | 32.95 | 59.3 | 14.41 | - |
| YUV | 167.3 | 69.14 | 67.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 231 | 63 | 0.65 | 0 | 0.73 | 0.09 | 113.21 | 0.78 | 0.58 |
| Hex | 52 | E7 | 3F | 41 | 0 | 49 | 9 | 71 | 4E | 3A |
| Octal | 122 | 347 | 77 | 101 | 0 | 111 | 11 | 161 | 116 | 72 |
| Binary | 1010010 | 11100111 | 111111 | 1000001 | 0 | 1001001 | 1001 | 1110001 | 1001110 | 111010 |
Color Harmonies of #52E73F
Complementary color
Monochromatic Colors of #52E73F
Black with #52E73F
Text Example
Text Example
White with #52E73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E73F; }
p { color: rgb(82,231,63); }
H1.HeaderClassName
{
color: #52E73F;
}
.AnyTagClassName
{
color: #52E73F;
}
</style>
background-color css
<style>
a { background-color: #52E73F; }
a { background-color: rgb(82,231,63); }
div.DivClassName
{
background-color: #52E73F;
}
.BgClassName
{
background-color: #52E73F;
}
</style>
border-color css
<style>
span { border-color: #52E73F; }
span { border-color: rgb(82,231,63); }
td.TdClassName
{
border-color: #52E73F;
}
.TagClassName
{
border-color: #52E73F;
}
</style>