Shades of Lime Green #46D42B
Tints of Lime Green #46D42B
RGB
CMYK
RGB Variations
Color information
#46D42B (or 0x46D42B) is known color: Lime Green. HEX triplet: 46, D4 and 2B. RGB value is (70,212,43). Sum of RGB (Red+Green+Blue) = 70+212+43=325 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.54% from 325); Green value is 212 (83.20% from 255 or 65.23% from 325); Blue value is 43 (17.19% from 255 or 13.23% from 325); Max value from RGB is 212 - color contains mainly: green. Hex color #46D42B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D42B is #B92BD4. Grayscale: #969696. Windows color (decimal): -12135381 or 2872390. OLE color: 2872390.
HSL color Cylindrical-coordinate representation of color #46D42B: hue angle of 110.41º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #46D42B is Cyan = 0.67, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 70 | 212 | 43 | - |
| CMYK | 0.67 | 0 | 0.80 | 0.17 |
| HSL | 110.41º | 0.66% | 0.5% | - |
| HSV(B) | 110.41º | 0.8% | 0.83% | - |
| XYZ | 26.51 | 48.56 | 10.26 | - |
| YUV | 150.28 | 67.46 | 70.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 212 | 43 | 0.67 | 0 | 0.80 | 0.17 | 110.41 | 0.66 | 0.5 |
| Hex | 46 | D4 | 2B | 43 | 0 | 50 | 11 | 6E | 42 | 32 |
| Octal | 106 | 324 | 53 | 103 | 0 | 120 | 21 | 156 | 102 | 62 |
| Binary | 1000110 | 11010100 | 101011 | 1000011 | 0 | 1010000 | 10001 | 1101110 | 1000010 | 110010 |
Color Harmonies of #46D42B
Complementary color
Monochromatic Colors of #46D42B
Black with #46D42B
Text Example
Text Example
White with #46D42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D42B; }
p { color: rgb(70,212,43); }
H1.HeaderClassName
{
color: #46D42B;
}
.AnyTagClassName
{
color: #46D42B;
}
</style>
background-color css
<style>
a { background-color: #46D42B; }
a { background-color: rgb(70,212,43); }
div.DivClassName
{
background-color: #46D42B;
}
.BgClassName
{
background-color: #46D42B;
}
</style>
border-color css
<style>
span { border-color: #46D42B; }
span { border-color: rgb(70,212,43); }
td.TdClassName
{
border-color: #46D42B;
}
.TagClassName
{
border-color: #46D42B;
}
</style>