Shades of Lime Green #46E62B
Tints of Lime Green #46E62B
RGB
CMYK
RGB Variations
Color information
#46E62B (or 0x46E62B) is known color: Lime Green. HEX triplet: 46, E6 and 2B. RGB value is (70,230,43). Sum of RGB (Red+Green+Blue) = 70+230+43=343 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.41% from 343); Green value is 230 (90.23% from 255 or 67.06% from 343); Blue value is 43 (17.19% from 255 or 12.54% from 343); Max value from RGB is 230 - color contains mainly: green. Hex color #46E62B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46E62B is #B919D4. Grayscale: #A1A1A1. Windows color (decimal): -12130773 or 2876998. OLE color: 2876998.
HSL color Cylindrical-coordinate representation of color #46E62B: hue angle of 111.34º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #46E62B is Cyan = 0.70, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 230 | 43 | - |
| CMYK | 0.70 | 0 | 0.81 | 0.10 |
| HSL | 111.34º | 0.79% | 0.54% | - |
| HSV(B) | 111.34º | 0.81% | 0.9% | - |
| XYZ | 31.26 | 58.07 | 11.85 | - |
| YUV | 160.84 | 61.49 | 63.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 230 | 43 | 0.70 | 0 | 0.81 | 0.10 | 111.34 | 0.79 | 0.54 |
| Hex | 46 | E6 | 2B | 46 | 0 | 51 | A | 6F | 4F | 36 |
| Octal | 106 | 346 | 53 | 106 | 0 | 121 | 12 | 157 | 117 | 66 |
| Binary | 1000110 | 11100110 | 101011 | 1000110 | 0 | 1010001 | 1010 | 1101111 | 1001111 | 110110 |
Color Harmonies of #46E62B
Complementary color
Monochromatic Colors of #46E62B
Black with #46E62B
Text Example
Text Example
White with #46E62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E62B; }
p { color: rgb(70,230,43); }
H1.HeaderClassName
{
color: #46E62B;
}
.AnyTagClassName
{
color: #46E62B;
}
</style>
background-color css
<style>
a { background-color: #46E62B; }
a { background-color: rgb(70,230,43); }
div.DivClassName
{
background-color: #46E62B;
}
.BgClassName
{
background-color: #46E62B;
}
</style>
border-color css
<style>
span { border-color: #46E62B; }
span { border-color: rgb(70,230,43); }
td.TdClassName
{
border-color: #46E62B;
}
.TagClassName
{
border-color: #46E62B;
}
</style>