Shades of Lime Green #46D44D
Tints of Lime Green #46D44D
RGB
CMYK
RGB Variations
Color information
#46D44D (or 0x46D44D) is known color: Lime Green. HEX triplet: 46, D4 and 4D. RGB value is (70,212,77). Sum of RGB (Red+Green+Blue) = 70+212+77=359 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.50% from 359); Green value is 212 (83.20% from 255 or 59.05% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 212 - color contains mainly: green. Hex color #46D44D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46D44D is #B92BB2. Grayscale: #9A9A9A. Windows color (decimal): -12135347 or 5100614. OLE color: 5100614.
HSL color Cylindrical-coordinate representation of color #46D44D: hue angle of 122.96º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D44D is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 70 | 212 | 77 | - |
| CMYK | 0.67 | 0 | 0.64 | 0.17 |
| HSL | 122.96º | 0.62% | 0.55% | - |
| HSV(B) | 122.96º | 0.67% | 0.83% | - |
| XYZ | 27.41 | 48.92 | 15.02 | - |
| YUV | 154.15 | 84.46 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 212 | 77 | 0.67 | 0 | 0.64 | 0.17 | 122.96 | 0.62 | 0.55 |
| Hex | 46 | D4 | 4D | 43 | 0 | 40 | 11 | 7B | 3E | 37 |
| Octal | 106 | 324 | 115 | 103 | 0 | 100 | 21 | 173 | 76 | 67 |
| Binary | 1000110 | 11010100 | 1001101 | 1000011 | 0 | 1000000 | 10001 | 1111011 | 111110 | 110111 |
Color Harmonies of #46D44D
Complementary color
Monochromatic Colors of #46D44D
Black with #46D44D
Text Example
Text Example
White with #46D44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D44D; }
p { color: rgb(70,212,77); }
H1.HeaderClassName
{
color: #46D44D;
}
.AnyTagClassName
{
color: #46D44D;
}
</style>
background-color css
<style>
a { background-color: #46D44D; }
a { background-color: rgb(70,212,77); }
div.DivClassName
{
background-color: #46D44D;
}
.BgClassName
{
background-color: #46D44D;
}
</style>
border-color css
<style>
span { border-color: #46D44D; }
span { border-color: rgb(70,212,77); }
td.TdClassName
{
border-color: #46D44D;
}
.TagClassName
{
border-color: #46D44D;
}
</style>