Shades of Lime Green #52CE38
Tints of Lime Green #52CE38
RGB
CMYK
RGB Variations
Color information
#52CE38 (or 0x52CE38) is known color: Lime Green. HEX triplet: 52, CE and 38. RGB value is (82,206,56). Sum of RGB (Red+Green+Blue) = 82+206+56=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 206 (80.86% from 255 or 59.88% from 344); Blue value is 56 (22.27% from 255 or 16.28% from 344); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CE38 is #AD31C7. Grayscale: #989898. Windows color (decimal): -11350472 or 3722834. OLE color: 3722834.
HSL color Cylindrical-coordinate representation of color #52CE38: hue angle of 109.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #52CE38 is Cyan = 0.60, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 206 | 56 | - |
| CMYK | 0.60 | 0 | 0.73 | 0.19 |
| HSL | 109.6º | 0.6% | 0.51% | - |
| HSV(B) | 109.6º | 0.73% | 0.81% | - |
| XYZ | 26.26 | 46.22 | 11.28 | - |
| YUV | 151.82 | 73.92 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 206 | 56 | 0.60 | 0 | 0.73 | 0.19 | 109.6 | 0.6 | 0.51 |
| Hex | 52 | CE | 38 | 3C | 0 | 49 | 13 | 6E | 3C | 33 |
| Octal | 122 | 316 | 70 | 74 | 0 | 111 | 23 | 156 | 74 | 63 |
| Binary | 1010010 | 11001110 | 111000 | 111100 | 0 | 1001001 | 10011 | 1101110 | 111100 | 110011 |
Color Harmonies of #52CE38
Complementary color
Monochromatic Colors of #52CE38
Black with #52CE38
Text Example
Text Example
White with #52CE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CE38; }
p { color: rgb(82,206,56); }
H1.HeaderClassName
{
color: #52CE38;
}
.AnyTagClassName
{
color: #52CE38;
}
</style>
background-color css
<style>
a { background-color: #52CE38; }
a { background-color: rgb(82,206,56); }
div.DivClassName
{
background-color: #52CE38;
}
.BgClassName
{
background-color: #52CE38;
}
</style>
border-color css
<style>
span { border-color: #52CE38; }
span { border-color: rgb(82,206,56); }
td.TdClassName
{
border-color: #52CE38;
}
.TagClassName
{
border-color: #52CE38;
}
</style>