Shades of Lime Green #46E354
Tints of Lime Green #46E354
RGB
CMYK
RGB Variations
Color information
#46E354 (or 0x46E354) is known color: Lime Green. HEX triplet: 46, E3 and 54. RGB value is (70,227,84). Sum of RGB (Red+Green+Blue) = 70+227+84=381 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.37% from 381); Green value is 227 (89.06% from 255 or 59.58% from 381); Blue value is 84 (33.20% from 255 or 22.05% from 381); Max value from RGB is 227 - color contains mainly: green. Hex color #46E354 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46E354 is #B91CAB. Grayscale: #A4A4A4. Windows color (decimal): -12131500 or 5563206. OLE color: 5563206.
HSL color Cylindrical-coordinate representation of color #46E354: hue angle of 125.35º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46E354 is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 70 | 227 | 84 | - |
| CMYK | 0.69 | 0 | 0.63 | 0.11 |
| HSL | 125.35º | 0.74% | 0.58% | - |
| HSV(B) | 125.35º | 0.69% | 0.89% | - |
| XYZ | 31.6 | 56.88 | 17.7 | - |
| YUV | 163.76 | 82.99 | 61.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 227 | 84 | 0.69 | 0 | 0.63 | 0.11 | 125.35 | 0.74 | 0.58 |
| Hex | 46 | E3 | 54 | 45 | 0 | 3F | B | 7D | 4A | 3A |
| Octal | 106 | 343 | 124 | 105 | 0 | 77 | 13 | 175 | 112 | 72 |
| Binary | 1000110 | 11100011 | 1010100 | 1000101 | 0 | 111111 | 1011 | 1111101 | 1001010 | 111010 |
Color Harmonies of #46E354
Complementary color
Monochromatic Colors of #46E354
Black with #46E354
Text Example
Text Example
White with #46E354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E354; }
p { color: rgb(70,227,84); }
H1.HeaderClassName
{
color: #46E354;
}
.AnyTagClassName
{
color: #46E354;
}
</style>
background-color css
<style>
a { background-color: #46E354; }
a { background-color: rgb(70,227,84); }
div.DivClassName
{
background-color: #46E354;
}
.BgClassName
{
background-color: #46E354;
}
</style>
border-color css
<style>
span { border-color: #46E354; }
span { border-color: rgb(70,227,84); }
td.TdClassName
{
border-color: #46E354;
}
.TagClassName
{
border-color: #46E354;
}
</style>