Shades of Lime Green #46DB52
Tints of Lime Green #46DB52
RGB
CMYK
RGB Variations
Color information
#46DB52 (or 0x46DB52) is known color: Lime Green. HEX triplet: 46, DB and 52. RGB value is (70,219,82). Sum of RGB (Red+Green+Blue) = 70+219+82=371 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.87% from 371); Green value is 219 (85.94% from 255 or 59.03% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 219 - color contains mainly: green. Hex color #46DB52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46DB52 is #B924AD. Grayscale: #9F9F9F. Windows color (decimal): -12133550 or 5430086. OLE color: 5430086.
HSL color Cylindrical-coordinate representation of color #46DB52: hue angle of 124.83º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46DB52 is Cyan = 0.68, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 219 | 82 | - |
| CMYK | 0.68 | 0 | 0.63 | 0.14 |
| HSL | 124.83º | 0.67% | 0.57% | - |
| HSV(B) | 124.83º | 0.68% | 0.86% | - |
| XYZ | 29.38 | 52.57 | 16.58 | - |
| YUV | 158.83 | 84.64 | 64.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 219 | 82 | 0.68 | 0 | 0.63 | 0.14 | 124.83 | 0.67 | 0.57 |
| Hex | 46 | DB | 52 | 44 | 0 | 3F | E | 7D | 43 | 39 |
| Octal | 106 | 333 | 122 | 104 | 0 | 77 | 16 | 175 | 103 | 71 |
| Binary | 1000110 | 11011011 | 1010010 | 1000100 | 0 | 111111 | 1110 | 1111101 | 1000011 | 111001 |
Color Harmonies of #46DB52
Complementary color
Monochromatic Colors of #46DB52
Black with #46DB52
Text Example
Text Example
White with #46DB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DB52; }
p { color: rgb(70,219,82); }
H1.HeaderClassName
{
color: #46DB52;
}
.AnyTagClassName
{
color: #46DB52;
}
</style>
background-color css
<style>
a { background-color: #46DB52; }
a { background-color: rgb(70,219,82); }
div.DivClassName
{
background-color: #46DB52;
}
.BgClassName
{
background-color: #46DB52;
}
</style>
border-color css
<style>
span { border-color: #46DB52; }
span { border-color: rgb(70,219,82); }
td.TdClassName
{
border-color: #46DB52;
}
.TagClassName
{
border-color: #46DB52;
}
</style>