Shades of Lime Green #46E650
Tints of Lime Green #46E650
RGB
CMYK
RGB Variations
Color information
#46E650 (or 0x46E650) is known color: Lime Green. HEX triplet: 46, E6 and 50. RGB value is (70,230,80). Sum of RGB (Red+Green+Blue) = 70+230+80=380 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.42% from 380); Green value is 230 (90.23% from 255 or 60.53% from 380); Blue value is 80 (31.64% from 255 or 21.05% from 380); Max value from RGB is 230 - color contains mainly: green. Hex color #46E650 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #46E650 is #B919AF. Grayscale: #A5A5A5. Windows color (decimal): -12130736 or 5301830. OLE color: 5301830.
HSL color Cylindrical-coordinate representation of color #46E650: hue angle of 123.75º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46E650 is Cyan = 0.70, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 230 | 80 | - |
| CMYK | 0.70 | 0 | 0.65 | 0.10 |
| HSL | 123.75º | 0.76% | 0.59% | - |
| HSV(B) | 123.75º | 0.7% | 0.9% | - |
| XYZ | 32.27 | 58.47 | 17.18 | - |
| YUV | 165.06 | 79.99 | 60.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 230 | 80 | 0.70 | 0 | 0.65 | 0.10 | 123.75 | 0.76 | 0.59 |
| Hex | 46 | E6 | 50 | 46 | 0 | 41 | A | 7C | 4C | 3B |
| Octal | 106 | 346 | 120 | 106 | 0 | 101 | 12 | 174 | 114 | 73 |
| Binary | 1000110 | 11100110 | 1010000 | 1000110 | 0 | 1000001 | 1010 | 1111100 | 1001100 | 111011 |
Color Harmonies of #46E650
Complementary color
Monochromatic Colors of #46E650
Black with #46E650
Text Example
Text Example
White with #46E650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E650; }
p { color: rgb(70,230,80); }
H1.HeaderClassName
{
color: #46E650;
}
.AnyTagClassName
{
color: #46E650;
}
</style>
background-color css
<style>
a { background-color: #46E650; }
a { background-color: rgb(70,230,80); }
div.DivClassName
{
background-color: #46E650;
}
.BgClassName
{
background-color: #46E650;
}
</style>
border-color css
<style>
span { border-color: #46E650; }
span { border-color: rgb(70,230,80); }
td.TdClassName
{
border-color: #46E650;
}
.TagClassName
{
border-color: #46E650;
}
</style>