Shades of Lime Green #46E155
Tints of Lime Green #46E155
RGB
CMYK
RGB Variations
Color information
#46E155 (or 0x46E155) is known color: Lime Green. HEX triplet: 46, E1 and 55. RGB value is (70,225,85). Sum of RGB (Red+Green+Blue) = 70+225+85=380 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.42% from 380); Green value is 225 (88.28% from 255 or 59.21% from 380); Blue value is 85 (33.59% from 255 or 22.37% from 380); Max value from RGB is 225 - color contains mainly: green. Hex color #46E155 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46E155 is #B91EAA. Grayscale: #A3A3A3. Windows color (decimal): -12132011 or 5628230. OLE color: 5628230.
HSL color Cylindrical-coordinate representation of color #46E155: hue angle of 125.81º 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 #46E155 is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 70 | 225 | 85 | - |
| CMYK | 0.69 | 0 | 0.62 | 0.12 |
| HSL | 125.81º | 0.72% | 0.58% | - |
| HSV(B) | 125.81º | 0.69% | 0.88% | - |
| XYZ | 31.09 | 55.81 | 17.73 | - |
| YUV | 162.7 | 84.15 | 61.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 225 | 85 | 0.69 | 0 | 0.62 | 0.12 | 125.81 | 0.72 | 0.58 |
| Hex | 46 | E1 | 55 | 45 | 0 | 3E | C | 7E | 48 | 3A |
| Octal | 106 | 341 | 125 | 105 | 0 | 76 | 14 | 176 | 110 | 72 |
| Binary | 1000110 | 11100001 | 1010101 | 1000101 | 0 | 111110 | 1100 | 1111110 | 1001000 | 111010 |
Color Harmonies of #46E155
Complementary color
Monochromatic Colors of #46E155
Black with #46E155
Text Example
Text Example
White with #46E155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E155; }
p { color: rgb(70,225,85); }
H1.HeaderClassName
{
color: #46E155;
}
.AnyTagClassName
{
color: #46E155;
}
</style>
background-color css
<style>
a { background-color: #46E155; }
a { background-color: rgb(70,225,85); }
div.DivClassName
{
background-color: #46E155;
}
.BgClassName
{
background-color: #46E155;
}
</style>
border-color css
<style>
span { border-color: #46E155; }
span { border-color: rgb(70,225,85); }
td.TdClassName
{
border-color: #46E155;
}
.TagClassName
{
border-color: #46E155;
}
</style>