Shades of Lime Green #52DB3D
Tints of Lime Green #52DB3D
RGB
CMYK
RGB Variations
Color information
#52DB3D (or 0x52DB3D) is known color: Lime Green. HEX triplet: 52, DB and 3D. RGB value is (82,219,61). Sum of RGB (Red+Green+Blue) = 82+219+61=362 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.65% from 362); Green value is 219 (85.94% from 255 or 60.50% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 219 - color contains mainly: green. Hex color #52DB3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52DB3D is #AD24C2. Grayscale: #A0A0A0. Windows color (decimal): -11347139 or 4053842. OLE color: 4053842.
HSL color Cylindrical-coordinate representation of color #52DB3D: hue angle of 112.03º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #52DB3D is Cyan = 0.63, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 219 | 61 | - |
| CMYK | 0.63 | 0 | 0.72 | 0.14 |
| HSL | 112.03º | 0.69% | 0.55% | - |
| HSV(B) | 112.03º | 0.72% | 0.86% | - |
| XYZ | 29.65 | 52.79 | 13.04 | - |
| YUV | 160.03 | 72.11 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 219 | 61 | 0.63 | 0 | 0.72 | 0.14 | 112.03 | 0.69 | 0.55 |
| Hex | 52 | DB | 3D | 3F | 0 | 48 | E | 70 | 45 | 37 |
| Octal | 122 | 333 | 75 | 77 | 0 | 110 | 16 | 160 | 105 | 67 |
| Binary | 1010010 | 11011011 | 111101 | 111111 | 0 | 1001000 | 1110 | 1110000 | 1000101 | 110111 |
Color Harmonies of #52DB3D
Complementary color
Monochromatic Colors of #52DB3D
Black with #52DB3D
Text Example
Text Example
White with #52DB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DB3D; }
p { color: rgb(82,219,61); }
H1.HeaderClassName
{
color: #52DB3D;
}
.AnyTagClassName
{
color: #52DB3D;
}
</style>
background-color css
<style>
a { background-color: #52DB3D; }
a { background-color: rgb(82,219,61); }
div.DivClassName
{
background-color: #52DB3D;
}
.BgClassName
{
background-color: #52DB3D;
}
</style>
border-color css
<style>
span { border-color: #52DB3D; }
span { border-color: rgb(82,219,61); }
td.TdClassName
{
border-color: #52DB3D;
}
.TagClassName
{
border-color: #52DB3D;
}
</style>