Shades of Lime Green #46E92B
Tints of Lime Green #46E92B
RGB
CMYK
RGB Variations
Color information
#46E92B (or 0x46E92B) is known color: Lime Green. HEX triplet: 46, E9 and 2B. RGB value is (70,233,43). Sum of RGB (Red+Green+Blue) = 70+233+43=346 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.23% from 346); Green value is 233 (91.41% from 255 or 67.34% from 346); Blue value is 43 (17.19% from 255 or 12.43% from 346); Max value from RGB is 233 - color contains mainly: green. Hex color #46E92B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46E92B is #B916D4. Grayscale: #A3A3A3. Windows color (decimal): -12130005 or 2877766. OLE color: 2877766.
HSL color Cylindrical-coordinate representation of color #46E92B: hue angle of 111.47º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #46E92B is Cyan = 0.70, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 70 | 233 | 43 | - |
| CMYK | 0.70 | 0 | 0.82 | 0.09 |
| HSL | 111.47º | 0.81% | 0.54% | - |
| HSV(B) | 111.47º | 0.82% | 0.91% | - |
| XYZ | 32.1 | 59.75 | 12.13 | - |
| YUV | 162.6 | 60.5 | 61.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 233 | 43 | 0.70 | 0 | 0.82 | 0.09 | 111.47 | 0.81 | 0.54 |
| Hex | 46 | E9 | 2B | 46 | 0 | 52 | 9 | 6F | 51 | 36 |
| Octal | 106 | 351 | 53 | 106 | 0 | 122 | 11 | 157 | 121 | 66 |
| Binary | 1000110 | 11101001 | 101011 | 1000110 | 0 | 1010010 | 1001 | 1101111 | 1010001 | 110110 |
Color Harmonies of #46E92B
Complementary color
Monochromatic Colors of #46E92B
Black with #46E92B
Text Example
Text Example
White with #46E92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E92B; }
p { color: rgb(70,233,43); }
H1.HeaderClassName
{
color: #46E92B;
}
.AnyTagClassName
{
color: #46E92B;
}
</style>
background-color css
<style>
a { background-color: #46E92B; }
a { background-color: rgb(70,233,43); }
div.DivClassName
{
background-color: #46E92B;
}
.BgClassName
{
background-color: #46E92B;
}
</style>
border-color css
<style>
span { border-color: #46E92B; }
span { border-color: rgb(70,233,43); }
td.TdClassName
{
border-color: #46E92B;
}
.TagClassName
{
border-color: #46E92B;
}
</style>