Shades of Lime Green #46E14D
Tints of Lime Green #46E14D
RGB
CMYK
RGB Variations
Color information
#46E14D (or 0x46E14D) is known color: Lime Green. HEX triplet: 46, E1 and 4D. RGB value is (70,225,77). Sum of RGB (Red+Green+Blue) = 70+225+77=372 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.82% from 372); Green value is 225 (88.28% from 255 or 60.48% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 225 - color contains mainly: green. Hex color #46E14D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46E14D is #B91EB2. Grayscale: #A2A2A2. Windows color (decimal): -12132019 or 5103942. OLE color: 5103942.
HSL color Cylindrical-coordinate representation of color #46E14D: hue angle of 122.71º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46E14D is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 70 | 225 | 77 | - |
| CMYK | 0.69 | 0 | 0.66 | 0.12 |
| HSL | 122.71º | 0.72% | 0.58% | - |
| HSV(B) | 122.71º | 0.69% | 0.88% | - |
| XYZ | 30.79 | 55.69 | 16.15 | - |
| YUV | 161.78 | 80.15 | 62.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 225 | 77 | 0.69 | 0 | 0.66 | 0.12 | 122.71 | 0.72 | 0.58 |
| Hex | 46 | E1 | 4D | 45 | 0 | 42 | C | 7B | 48 | 3A |
| Octal | 106 | 341 | 115 | 105 | 0 | 102 | 14 | 173 | 110 | 72 |
| Binary | 1000110 | 11100001 | 1001101 | 1000101 | 0 | 1000010 | 1100 | 1111011 | 1001000 | 111010 |
Color Harmonies of #46E14D
Complementary color
Monochromatic Colors of #46E14D
Black with #46E14D
Text Example
Text Example
White with #46E14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E14D; }
p { color: rgb(70,225,77); }
H1.HeaderClassName
{
color: #46E14D;
}
.AnyTagClassName
{
color: #46E14D;
}
</style>
background-color css
<style>
a { background-color: #46E14D; }
a { background-color: rgb(70,225,77); }
div.DivClassName
{
background-color: #46E14D;
}
.BgClassName
{
background-color: #46E14D;
}
</style>
border-color css
<style>
span { border-color: #46E14D; }
span { border-color: rgb(70,225,77); }
td.TdClassName
{
border-color: #46E14D;
}
.TagClassName
{
border-color: #46E14D;
}
</style>