Shades of Lime Green #46E644
Tints of Lime Green #46E644
RGB
CMYK
RGB Variations
Color information
#46E644 (or 0x46E644) is known color: Lime Green. HEX triplet: 46, E6 and 44. RGB value is (70,230,68). Sum of RGB (Red+Green+Blue) = 70+230+68=368 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.02% from 368); Green value is 230 (90.23% from 255 or 62.5% from 368); Blue value is 68 (26.95% from 255 or 18.48% from 368); Max value from RGB is 230 - color contains mainly: green. Hex color #46E644 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46E644 is #B919BB. Grayscale: #A4A4A4. Windows color (decimal): -12130748 or 4515398. OLE color: 4515398.
HSL color Cylindrical-coordinate representation of color #46E644: hue angle of 119.26º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46E644 is Cyan = 0.70, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 230 | 68 | - |
| CMYK | 0.70 | 0 | 0.70 | 0.10 |
| HSL | 119.26º | 0.76% | 0.58% | - |
| HSV(B) | 119.26º | 0.7% | 0.9% | - |
| XYZ | 31.87 | 58.31 | 15.04 | - |
| YUV | 163.69 | 73.99 | 61.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 230 | 68 | 0.70 | 0 | 0.70 | 0.10 | 119.26 | 0.76 | 0.58 |
| Hex | 46 | E6 | 44 | 46 | 0 | 46 | A | 77 | 4C | 3A |
| Octal | 106 | 346 | 104 | 106 | 0 | 106 | 12 | 167 | 114 | 72 |
| Binary | 1000110 | 11100110 | 1000100 | 1000110 | 0 | 1000110 | 1010 | 1110111 | 1001100 | 111010 |
Color Harmonies of #46E644
Complementary color
Monochromatic Colors of #46E644
Black with #46E644
Text Example
Text Example
White with #46E644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E644; }
p { color: rgb(70,230,68); }
H1.HeaderClassName
{
color: #46E644;
}
.AnyTagClassName
{
color: #46E644;
}
</style>
background-color css
<style>
a { background-color: #46E644; }
a { background-color: rgb(70,230,68); }
div.DivClassName
{
background-color: #46E644;
}
.BgClassName
{
background-color: #46E644;
}
</style>
border-color css
<style>
span { border-color: #46E644; }
span { border-color: rgb(70,230,68); }
td.TdClassName
{
border-color: #46E644;
}
.TagClassName
{
border-color: #46E644;
}
</style>