Shades of Lime Green #52EF38
Tints of Lime Green #52EF38
RGB
CMYK
RGB Variations
Color information
#52EF38 (or 0x52EF38) is known color: Lime Green. HEX triplet: 52, EF and 38. RGB value is (82,239,56). Sum of RGB (Red+Green+Blue) = 82+239+56=377 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.75% from 377); Green value is 239 (93.75% from 255 or 63.40% from 377); Blue value is 56 (22.27% from 255 or 14.85% from 377); Max value from RGB is 239 - color contains mainly: green. Hex color #52EF38 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52EF38 is #AD10C7. Grayscale: #ABABAB. Windows color (decimal): -11342024 or 3731282. OLE color: 3731282.
HSL color Cylindrical-coordinate representation of color #52EF38: hue angle of 111.48º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #52EF38 is Cyan = 0.66, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 239 | 56 | - |
| CMYK | 0.66 | 0 | 0.77 | 0.06 |
| HSL | 111.48º | 0.85% | 0.58% | - |
| HSV(B) | 111.48º | 0.77% | 0.94% | - |
| XYZ | 35.06 | 63.81 | 14.21 | - |
| YUV | 171.2 | 62.99 | 64.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 239 | 56 | 0.66 | 0 | 0.77 | 0.06 | 111.48 | 0.85 | 0.58 |
| Hex | 52 | EF | 38 | 42 | 0 | 4D | 6 | 6F | 55 | 3A |
| Octal | 122 | 357 | 70 | 102 | 0 | 115 | 6 | 157 | 125 | 72 |
| Binary | 1010010 | 11101111 | 111000 | 1000010 | 0 | 1001101 | 110 | 1101111 | 1010101 | 111010 |
Color Harmonies of #52EF38
Complementary color
Monochromatic Colors of #52EF38
Black with #52EF38
Text Example
Text Example
White with #52EF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EF38; }
p { color: rgb(82,239,56); }
H1.HeaderClassName
{
color: #52EF38;
}
.AnyTagClassName
{
color: #52EF38;
}
</style>
background-color css
<style>
a { background-color: #52EF38; }
a { background-color: rgb(82,239,56); }
div.DivClassName
{
background-color: #52EF38;
}
.BgClassName
{
background-color: #52EF38;
}
</style>
border-color css
<style>
span { border-color: #52EF38; }
span { border-color: rgb(82,239,56); }
td.TdClassName
{
border-color: #52EF38;
}
.TagClassName
{
border-color: #52EF38;
}
</style>