Shades of Lime Green #46E726
Tints of Lime Green #46E726
RGB
CMYK
RGB Variations
Color information
#46E726 (or 0x46E726) is known color: Lime Green. HEX triplet: 46, E7 and 26. RGB value is (70,231,38). Sum of RGB (Red+Green+Blue) = 70+231+38=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 231 (90.62% from 255 or 68.14% from 339); Blue value is 38 (15.23% from 255 or 11.21% from 339); Max value from RGB is 231 - color contains mainly: green. Hex color #46E726 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46E726 is #B918D9. Grayscale: #A1A1A1. Windows color (decimal): -12130522 or 2549574. OLE color: 2549574.
HSL color Cylindrical-coordinate representation of color #46E726: hue angle of 110.05º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #46E726 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 70 | 231 | 38 | - |
| CMYK | 0.70 | 0 | 0.84 | 0.09 |
| HSL | 110.05º | 0.8% | 0.53% | - |
| HSV(B) | 110.05º | 0.84% | 0.91% | - |
| XYZ | 31.45 | 58.59 | 11.49 | - |
| YUV | 160.86 | 58.66 | 63.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 231 | 38 | 0.70 | 0 | 0.84 | 0.09 | 110.05 | 0.8 | 0.53 |
| Hex | 46 | E7 | 26 | 46 | 0 | 54 | 9 | 6E | 50 | 35 |
| Octal | 106 | 347 | 46 | 106 | 0 | 124 | 11 | 156 | 120 | 65 |
| Binary | 1000110 | 11100111 | 100110 | 1000110 | 0 | 1010100 | 1001 | 1101110 | 1010000 | 110101 |
Color Harmonies of #46E726
Complementary color
Monochromatic Colors of #46E726
Black with #46E726
Text Example
Text Example
White with #46E726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E726; }
p { color: rgb(70,231,38); }
H1.HeaderClassName
{
color: #46E726;
}
.AnyTagClassName
{
color: #46E726;
}
</style>
background-color css
<style>
a { background-color: #46E726; }
a { background-color: rgb(70,231,38); }
div.DivClassName
{
background-color: #46E726;
}
.BgClassName
{
background-color: #46E726;
}
</style>
border-color css
<style>
span { border-color: #46E726; }
span { border-color: rgb(70,231,38); }
td.TdClassName
{
border-color: #46E726;
}
.TagClassName
{
border-color: #46E726;
}
</style>