Shades of Lime Green #52DB3C
Tints of Lime Green #52DB3C
RGB
CMYK
RGB Variations
Color information
#52DB3C (or 0x52DB3C) is known color: Lime Green. HEX triplet: 52, DB and 3C. RGB value is (82,219,60). Sum of RGB (Red+Green+Blue) = 82+219+60=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 219 (85.94% from 255 or 60.66% from 361); Blue value is 60 (23.83% from 255 or 16.62% from 361); Max value from RGB is 219 - color contains mainly: green. Hex color #52DB3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52DB3C is #AD24C3. Grayscale: #A0A0A0. Windows color (decimal): -11347140 or 3988306. OLE color: 3988306.
HSL color Cylindrical-coordinate representation of color #52DB3C: hue angle of 111.7º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #52DB3C is Cyan = 0.63, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 219 | 60 | - |
| CMYK | 0.63 | 0 | 0.73 | 0.14 |
| HSL | 111.7º | 0.69% | 0.55% | - |
| HSV(B) | 111.7º | 0.73% | 0.86% | - |
| XYZ | 29.63 | 52.78 | 12.9 | - |
| YUV | 159.91 | 71.61 | 72.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 219 | 60 | 0.63 | 0 | 0.73 | 0.14 | 111.7 | 0.69 | 0.55 |
| Hex | 52 | DB | 3C | 3F | 0 | 49 | E | 70 | 45 | 37 |
| Octal | 122 | 333 | 74 | 77 | 0 | 111 | 16 | 160 | 105 | 67 |
| Binary | 1010010 | 11011011 | 111100 | 111111 | 0 | 1001001 | 1110 | 1110000 | 1000101 | 110111 |
Color Harmonies of #52DB3C
Complementary color
Monochromatic Colors of #52DB3C
Black with #52DB3C
Text Example
Text Example
White with #52DB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DB3C; }
p { color: rgb(82,219,60); }
H1.HeaderClassName
{
color: #52DB3C;
}
.AnyTagClassName
{
color: #52DB3C;
}
</style>
background-color css
<style>
a { background-color: #52DB3C; }
a { background-color: rgb(82,219,60); }
div.DivClassName
{
background-color: #52DB3C;
}
.BgClassName
{
background-color: #52DB3C;
}
</style>
border-color css
<style>
span { border-color: #52DB3C; }
span { border-color: rgb(82,219,60); }
td.TdClassName
{
border-color: #52DB3C;
}
.TagClassName
{
border-color: #52DB3C;
}
</style>