Shades of Lime Green #46D855
Tints of Lime Green #46D855
RGB
CMYK
RGB Variations
Color information
#46D855 (or 0x46D855) is known color: Lime Green. HEX triplet: 46, D8 and 55. RGB value is (70,216,85). Sum of RGB (Red+Green+Blue) = 70+216+85=371 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.87% from 371); Green value is 216 (84.77% from 255 or 58.22% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 216 - color contains mainly: green. Hex color #46D855 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46D855 is #B927AA. Grayscale: #9D9D9D. Windows color (decimal): -12134315 or 5625926. OLE color: 5625926.
HSL color Cylindrical-coordinate representation of color #46D855: hue angle of 126.16º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46D855 is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 70 | 216 | 85 | - |
| CMYK | 0.68 | 0 | 0.61 | 0.15 |
| HSL | 126.16º | 0.65% | 0.56% | - |
| HSV(B) | 126.16º | 0.68% | 0.85% | - |
| XYZ | 28.72 | 51.07 | 16.94 | - |
| YUV | 157.41 | 87.13 | 65.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 216 | 85 | 0.68 | 0 | 0.61 | 0.15 | 126.16 | 0.65 | 0.56 |
| Hex | 46 | D8 | 55 | 44 | 0 | 3D | F | 7E | 41 | 38 |
| Octal | 106 | 330 | 125 | 104 | 0 | 75 | 17 | 176 | 101 | 70 |
| Binary | 1000110 | 11011000 | 1010101 | 1000100 | 0 | 111101 | 1111 | 1111110 | 1000001 | 111000 |
Color Harmonies of #46D855
Complementary color
Monochromatic Colors of #46D855
Black with #46D855
Text Example
Text Example
White with #46D855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D855; }
p { color: rgb(70,216,85); }
H1.HeaderClassName
{
color: #46D855;
}
.AnyTagClassName
{
color: #46D855;
}
</style>
background-color css
<style>
a { background-color: #46D855; }
a { background-color: rgb(70,216,85); }
div.DivClassName
{
background-color: #46D855;
}
.BgClassName
{
background-color: #46D855;
}
</style>
border-color css
<style>
span { border-color: #46D855; }
span { border-color: rgb(70,216,85); }
td.TdClassName
{
border-color: #46D855;
}
.TagClassName
{
border-color: #46D855;
}
</style>