Shades of Lime Green #46E153
Tints of Lime Green #46E153
RGB
CMYK
RGB Variations
Color information
#46E153 (or 0x46E153) is known color: Lime Green. HEX triplet: 46, E1 and 53. RGB value is (70,225,83). Sum of RGB (Red+Green+Blue) = 70+225+83=378 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.52% from 378); Green value is 225 (88.28% from 255 or 59.52% from 378); Blue value is 83 (32.81% from 255 or 21.96% from 378); Max value from RGB is 225 - color contains mainly: green. Hex color #46E153 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46E153 is #B91EAC. Grayscale: #A2A2A2. Windows color (decimal): -12132013 or 5497158. OLE color: 5497158.
HSL color Cylindrical-coordinate representation of color #46E153: hue angle of 125.03º 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 #46E153 is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 70 | 225 | 83 | - |
| CMYK | 0.69 | 0 | 0.63 | 0.12 |
| HSL | 125.03º | 0.72% | 0.58% | - |
| HSV(B) | 125.03º | 0.69% | 0.88% | - |
| XYZ | 31.01 | 55.78 | 17.32 | - |
| YUV | 162.47 | 83.15 | 62.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 225 | 83 | 0.69 | 0 | 0.63 | 0.12 | 125.03 | 0.72 | 0.58 |
| Hex | 46 | E1 | 53 | 45 | 0 | 3F | C | 7D | 48 | 3A |
| Octal | 106 | 341 | 123 | 105 | 0 | 77 | 14 | 175 | 110 | 72 |
| Binary | 1000110 | 11100001 | 1010011 | 1000101 | 0 | 111111 | 1100 | 1111101 | 1001000 | 111010 |
Color Harmonies of #46E153
Complementary color
Monochromatic Colors of #46E153
Black with #46E153
Text Example
Text Example
White with #46E153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E153; }
p { color: rgb(70,225,83); }
H1.HeaderClassName
{
color: #46E153;
}
.AnyTagClassName
{
color: #46E153;
}
</style>
background-color css
<style>
a { background-color: #46E153; }
a { background-color: rgb(70,225,83); }
div.DivClassName
{
background-color: #46E153;
}
.BgClassName
{
background-color: #46E153;
}
</style>
border-color css
<style>
span { border-color: #46E153; }
span { border-color: rgb(70,225,83); }
td.TdClassName
{
border-color: #46E153;
}
.TagClassName
{
border-color: #46E153;
}
</style>