Shades of Lime Green #46D14D
Tints of Lime Green #46D14D
RGB
CMYK
RGB Variations
Color information
#46D14D (or 0x46D14D) is known color: Lime Green. HEX triplet: 46, D1 and 4D. RGB value is (70,209,77). Sum of RGB (Red+Green+Blue) = 70+209+77=356 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.66% from 356); Green value is 209 (82.03% from 255 or 58.71% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 209 - color contains mainly: green. Hex color #46D14D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46D14D is #B92EB2. Grayscale: #989898. Windows color (decimal): -12136115 or 5099846. OLE color: 5099846.
HSL color Cylindrical-coordinate representation of color #46D14D: hue angle of 123.02º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D14D is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 209 | 77 | - |
| CMYK | 0.67 | 0 | 0.63 | 0.18 |
| HSL | 123.02º | 0.6% | 0.55% | - |
| HSV(B) | 123.02º | 0.67% | 0.82% | - |
| XYZ | 26.67 | 47.44 | 14.77 | - |
| YUV | 152.39 | 85.45 | 69.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 209 | 77 | 0.67 | 0 | 0.63 | 0.18 | 123.02 | 0.6 | 0.55 |
| Hex | 46 | D1 | 4D | 43 | 0 | 3F | 12 | 7B | 3C | 37 |
| Octal | 106 | 321 | 115 | 103 | 0 | 77 | 22 | 173 | 74 | 67 |
| Binary | 1000110 | 11010001 | 1001101 | 1000011 | 0 | 111111 | 10010 | 1111011 | 111100 | 110111 |
Color Harmonies of #46D14D
Complementary color
Monochromatic Colors of #46D14D
Black with #46D14D
Text Example
Text Example
White with #46D14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D14D; }
p { color: rgb(70,209,77); }
H1.HeaderClassName
{
color: #46D14D;
}
.AnyTagClassName
{
color: #46D14D;
}
</style>
background-color css
<style>
a { background-color: #46D14D; }
a { background-color: rgb(70,209,77); }
div.DivClassName
{
background-color: #46D14D;
}
.BgClassName
{
background-color: #46D14D;
}
</style>
border-color css
<style>
span { border-color: #46D14D; }
span { border-color: rgb(70,209,77); }
td.TdClassName
{
border-color: #46D14D;
}
.TagClassName
{
border-color: #46D14D;
}
</style>