Shades of Lime Green #52DA3C
Tints of Lime Green #52DA3C
RGB
CMYK
RGB Variations
Color information
#52DA3C (or 0x52DA3C) is known color: Lime Green. HEX triplet: 52, DA and 3C. RGB value is (82,218,60). Sum of RGB (Red+Green+Blue) = 82+218+60=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 218 (85.55% from 255 or 60.56% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 218 - color contains mainly: green. Hex color #52DA3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52DA3C is #AD25C3. Grayscale: #9F9F9F. Windows color (decimal): -11347396 or 3988050. OLE color: 3988050.
HSL color Cylindrical-coordinate representation of color #52DA3C: hue angle of 111.65º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #52DA3C is Cyan = 0.62, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 218 | 60 | - |
| CMYK | 0.62 | 0 | 0.72 | 0.15 |
| HSL | 111.65º | 0.68% | 0.55% | - |
| HSV(B) | 111.65º | 0.72% | 0.85% | - |
| XYZ | 29.37 | 52.26 | 12.81 | - |
| YUV | 159.32 | 71.94 | 72.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 218 | 60 | 0.62 | 0 | 0.72 | 0.15 | 111.65 | 0.68 | 0.55 |
| Hex | 52 | DA | 3C | 3E | 0 | 48 | F | 70 | 44 | 37 |
| Octal | 122 | 332 | 74 | 76 | 0 | 110 | 17 | 160 | 104 | 67 |
| Binary | 1010010 | 11011010 | 111100 | 111110 | 0 | 1001000 | 1111 | 1110000 | 1000100 | 110111 |
Color Harmonies of #52DA3C
Complementary color
Monochromatic Colors of #52DA3C
Black with #52DA3C
Text Example
Text Example
White with #52DA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DA3C; }
p { color: rgb(82,218,60); }
H1.HeaderClassName
{
color: #52DA3C;
}
.AnyTagClassName
{
color: #52DA3C;
}
</style>
background-color css
<style>
a { background-color: #52DA3C; }
a { background-color: rgb(82,218,60); }
div.DivClassName
{
background-color: #52DA3C;
}
.BgClassName
{
background-color: #52DA3C;
}
</style>
border-color css
<style>
span { border-color: #52DA3C; }
span { border-color: rgb(82,218,60); }
td.TdClassName
{
border-color: #52DA3C;
}
.TagClassName
{
border-color: #52DA3C;
}
</style>