Shades of Lime Green #46D32B
Tints of Lime Green #46D32B
RGB
CMYK
RGB Variations
Color information
#46D32B (or 0x46D32B) is known color: Lime Green. HEX triplet: 46, D3 and 2B. RGB value is (70,211,43). Sum of RGB (Red+Green+Blue) = 70+211+43=324 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.60% from 324); Green value is 211 (82.81% from 255 or 65.12% from 324); Blue value is 43 (17.19% from 255 or 13.27% from 324); Max value from RGB is 211 - color contains mainly: green. Hex color #46D32B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D32B is #B92CD4. Grayscale: #969696. Windows color (decimal): -12135637 or 2872134. OLE color: 2872134.
HSL color Cylindrical-coordinate representation of color #46D32B: hue angle of 110.36º 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 #46D32B is Cyan = 0.67, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 70 | 211 | 43 | - |
| CMYK | 0.67 | 0 | 0.80 | 0.17 |
| HSL | 110.36º | 0.66% | 0.5% | - |
| HSV(B) | 110.36º | 0.8% | 0.83% | - |
| XYZ | 26.26 | 48.07 | 10.18 | - |
| YUV | 149.69 | 67.79 | 71.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 211 | 43 | 0.67 | 0 | 0.80 | 0.17 | 110.36 | 0.66 | 0.5 |
| Hex | 46 | D3 | 2B | 43 | 0 | 50 | 11 | 6E | 42 | 32 |
| Octal | 106 | 323 | 53 | 103 | 0 | 120 | 21 | 156 | 102 | 62 |
| Binary | 1000110 | 11010011 | 101011 | 1000011 | 0 | 1010000 | 10001 | 1101110 | 1000010 | 110010 |
Color Harmonies of #46D32B
Complementary color
Monochromatic Colors of #46D32B
Black with #46D32B
Text Example
Text Example
White with #46D32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D32B; }
p { color: rgb(70,211,43); }
H1.HeaderClassName
{
color: #46D32B;
}
.AnyTagClassName
{
color: #46D32B;
}
</style>
background-color css
<style>
a { background-color: #46D32B; }
a { background-color: rgb(70,211,43); }
div.DivClassName
{
background-color: #46D32B;
}
.BgClassName
{
background-color: #46D32B;
}
</style>
border-color css
<style>
span { border-color: #46D32B; }
span { border-color: rgb(70,211,43); }
td.TdClassName
{
border-color: #46D32B;
}
.TagClassName
{
border-color: #46D32B;
}
</style>