Shades of Lime Green #46E632
Tints of Lime Green #46E632
RGB
CMYK
RGB Variations
Color information
#46E632 (or 0x46E632) is known color: Lime Green. HEX triplet: 46, E6 and 32. RGB value is (70,230,50). Sum of RGB (Red+Green+Blue) = 70+230+50=350 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20% from 350); Green value is 230 (90.23% from 255 or 65.71% from 350); Blue value is 50 (19.92% from 255 or 14.29% from 350); Max value from RGB is 230 - color contains mainly: green. Hex color #46E632 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46E632 is #B919CD. Grayscale: #A2A2A2. Windows color (decimal): -12130766 or 3335750. OLE color: 3335750.
HSL color Cylindrical-coordinate representation of color #46E632: hue angle of 113.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #46E632 is Cyan = 0.70, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 230 | 50 | - |
| CMYK | 0.70 | 0 | 0.78 | 0.10 |
| HSL | 113.33º | 0.78% | 0.55% | - |
| HSV(B) | 113.33º | 0.78% | 0.9% | - |
| XYZ | 31.4 | 58.13 | 12.58 | - |
| YUV | 161.64 | 64.99 | 62.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 230 | 50 | 0.70 | 0 | 0.78 | 0.10 | 113.33 | 0.78 | 0.55 |
| Hex | 46 | E6 | 32 | 46 | 0 | 4E | A | 71 | 4E | 37 |
| Octal | 106 | 346 | 62 | 106 | 0 | 116 | 12 | 161 | 116 | 67 |
| Binary | 1000110 | 11100110 | 110010 | 1000110 | 0 | 1001110 | 1010 | 1110001 | 1001110 | 110111 |
Color Harmonies of #46E632
Complementary color
Monochromatic Colors of #46E632
Black with #46E632
Text Example
Text Example
White with #46E632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E632; }
p { color: rgb(70,230,50); }
H1.HeaderClassName
{
color: #46E632;
}
.AnyTagClassName
{
color: #46E632;
}
</style>
background-color css
<style>
a { background-color: #46E632; }
a { background-color: rgb(70,230,50); }
div.DivClassName
{
background-color: #46E632;
}
.BgClassName
{
background-color: #46E632;
}
</style>
border-color css
<style>
span { border-color: #46E632; }
span { border-color: rgb(70,230,50); }
td.TdClassName
{
border-color: #46E632;
}
.TagClassName
{
border-color: #46E632;
}
</style>