Shades of Lime Green #46E432
Tints of Lime Green #46E432
RGB
CMYK
RGB Variations
Color information
#46E432 (or 0x46E432) is known color: Lime Green. HEX triplet: 46, E4 and 32. RGB value is (70,228,50). Sum of RGB (Red+Green+Blue) = 70+228+50=348 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.11% from 348); Green value is 228 (89.45% from 255 or 65.52% from 348); Blue value is 50 (19.92% from 255 or 14.37% from 348); Max value from RGB is 228 - color contains mainly: green. Hex color #46E432 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46E432 is #B91BCD. Grayscale: #A1A1A1. Windows color (decimal): -12131278 or 3335238. OLE color: 3335238.
HSL color Cylindrical-coordinate representation of color #46E432: hue angle of 113.26º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #46E432 is Cyan = 0.69, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 70 | 228 | 50 | - |
| CMYK | 0.69 | 0 | 0.78 | 0.11 |
| HSL | 113.26º | 0.77% | 0.55% | - |
| HSV(B) | 113.26º | 0.78% | 0.89% | - |
| XYZ | 30.84 | 57.02 | 12.4 | - |
| YUV | 160.47 | 65.65 | 63.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 228 | 50 | 0.69 | 0 | 0.78 | 0.11 | 113.26 | 0.77 | 0.55 |
| Hex | 46 | E4 | 32 | 45 | 0 | 4E | B | 71 | 4D | 37 |
| Octal | 106 | 344 | 62 | 105 | 0 | 116 | 13 | 161 | 115 | 67 |
| Binary | 1000110 | 11100100 | 110010 | 1000101 | 0 | 1001110 | 1011 | 1110001 | 1001101 | 110111 |
Color Harmonies of #46E432
Complementary color
Monochromatic Colors of #46E432
Black with #46E432
Text Example
Text Example
White with #46E432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E432; }
p { color: rgb(70,228,50); }
H1.HeaderClassName
{
color: #46E432;
}
.AnyTagClassName
{
color: #46E432;
}
</style>
background-color css
<style>
a { background-color: #46E432; }
a { background-color: rgb(70,228,50); }
div.DivClassName
{
background-color: #46E432;
}
.BgClassName
{
background-color: #46E432;
}
</style>
border-color css
<style>
span { border-color: #46E432; }
span { border-color: rgb(70,228,50); }
td.TdClassName
{
border-color: #46E432;
}
.TagClassName
{
border-color: #46E432;
}
</style>