Shades of Lime Green #46E826
Tints of Lime Green #46E826
RGB
CMYK
RGB Variations
Color information
#46E826 (or 0x46E826) is known color: Lime Green. HEX triplet: 46, E8 and 26. RGB value is (70,232,38). Sum of RGB (Red+Green+Blue) = 70+232+38=340 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.59% from 340); Green value is 232 (91.02% from 255 or 68.24% from 340); Blue value is 38 (15.23% from 255 or 11.18% from 340); Max value from RGB is 232 - color contains mainly: green. Hex color #46E826 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46E826 is #B917D9. Grayscale: #A2A2A2. Windows color (decimal): -12130266 or 2549830. OLE color: 2549830.
HSL color Cylindrical-coordinate representation of color #46E826: hue angle of 110.1º degrees, saturation: 0.81, 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 #46E826 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 70 | 232 | 38 | - |
| CMYK | 0.70 | 0 | 0.84 | 0.09 |
| HSL | 110.1º | 0.81% | 0.53% | - |
| HSV(B) | 110.1º | 0.84% | 0.91% | - |
| XYZ | 31.73 | 59.16 | 11.58 | - |
| YUV | 161.45 | 58.33 | 62.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 232 | 38 | 0.70 | 0 | 0.84 | 0.09 | 110.1 | 0.81 | 0.53 |
| Hex | 46 | E8 | 26 | 46 | 0 | 54 | 9 | 6E | 51 | 35 |
| Octal | 106 | 350 | 46 | 106 | 0 | 124 | 11 | 156 | 121 | 65 |
| Binary | 1000110 | 11101000 | 100110 | 1000110 | 0 | 1010100 | 1001 | 1101110 | 1010001 | 110101 |
Color Harmonies of #46E826
Complementary color
Monochromatic Colors of #46E826
Black with #46E826
Text Example
Text Example
White with #46E826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E826; }
p { color: rgb(70,232,38); }
H1.HeaderClassName
{
color: #46E826;
}
.AnyTagClassName
{
color: #46E826;
}
</style>
background-color css
<style>
a { background-color: #46E826; }
a { background-color: rgb(70,232,38); }
div.DivClassName
{
background-color: #46E826;
}
.BgClassName
{
background-color: #46E826;
}
</style>
border-color css
<style>
span { border-color: #46E826; }
span { border-color: rgb(70,232,38); }
td.TdClassName
{
border-color: #46E826;
}
.TagClassName
{
border-color: #46E826;
}
</style>