Shades of Lime Green #46DB3D
Tints of Lime Green #46DB3D
RGB
CMYK
RGB Variations
Color information
#46DB3D (or 0x46DB3D) is known color: Lime Green. HEX triplet: 46, DB and 3D. RGB value is (70,219,61). Sum of RGB (Red+Green+Blue) = 70+219+61=350 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20% from 350); Green value is 219 (85.94% from 255 or 62.57% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 219 - color contains mainly: green. Hex color #46DB3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46DB3D is #B924C2. Grayscale: #9C9C9C. Windows color (decimal): -12133571 or 4053830. OLE color: 4053830.
HSL color Cylindrical-coordinate representation of color #46DB3D: hue angle of 116.58º 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 #46DB3D is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 219 | 61 | - |
| CMYK | 0.68 | 0 | 0.72 | 0.14 |
| HSL | 116.58º | 0.69% | 0.55% | - |
| HSV(B) | 116.58º | 0.72% | 0.86% | - |
| XYZ | 28.7 | 52.3 | 13 | - |
| YUV | 156.44 | 74.14 | 66.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 219 | 61 | 0.68 | 0 | 0.72 | 0.14 | 116.58 | 0.69 | 0.55 |
| Hex | 46 | DB | 3D | 44 | 0 | 48 | E | 75 | 45 | 37 |
| Octal | 106 | 333 | 75 | 104 | 0 | 110 | 16 | 165 | 105 | 67 |
| Binary | 1000110 | 11011011 | 111101 | 1000100 | 0 | 1001000 | 1110 | 1110101 | 1000101 | 110111 |
Color Harmonies of #46DB3D
Complementary color
Monochromatic Colors of #46DB3D
Black with #46DB3D
Text Example
Text Example
White with #46DB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DB3D; }
p { color: rgb(70,219,61); }
H1.HeaderClassName
{
color: #46DB3D;
}
.AnyTagClassName
{
color: #46DB3D;
}
</style>
background-color css
<style>
a { background-color: #46DB3D; }
a { background-color: rgb(70,219,61); }
div.DivClassName
{
background-color: #46DB3D;
}
.BgClassName
{
background-color: #46DB3D;
}
</style>
border-color css
<style>
span { border-color: #46DB3D; }
span { border-color: rgb(70,219,61); }
td.TdClassName
{
border-color: #46DB3D;
}
.TagClassName
{
border-color: #46DB3D;
}
</style>