Shades of Lime Green #46D22B
Tints of Lime Green #46D22B
RGB
CMYK
RGB Variations
Color information
#46D22B (or 0x46D22B) is known color: Lime Green. HEX triplet: 46, D2 and 2B. RGB value is (70,210,43). Sum of RGB (Red+Green+Blue) = 70+210+43=323 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.67% from 323); Green value is 210 (82.42% from 255 or 65.02% from 323); Blue value is 43 (17.19% from 255 or 13.31% from 323); Max value from RGB is 210 - color contains mainly: green. Hex color #46D22B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D22B is #B92DD4. Grayscale: #959595. Windows color (decimal): -12135893 or 2871878. OLE color: 2871878.
HSL color Cylindrical-coordinate representation of color #46D22B: hue angle of 110.3º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #46D22B is Cyan = 0.67, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 210 | 43 | - |
| CMYK | 0.67 | 0 | 0.80 | 0.18 |
| HSL | 110.3º | 0.66% | 0.5% | - |
| HSV(B) | 110.3º | 0.8% | 0.82% | - |
| XYZ | 26.01 | 47.57 | 10.1 | - |
| YUV | 149.1 | 68.12 | 71.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 210 | 43 | 0.67 | 0 | 0.80 | 0.18 | 110.3 | 0.66 | 0.5 |
| Hex | 46 | D2 | 2B | 43 | 0 | 50 | 12 | 6E | 42 | 32 |
| Octal | 106 | 322 | 53 | 103 | 0 | 120 | 22 | 156 | 102 | 62 |
| Binary | 1000110 | 11010010 | 101011 | 1000011 | 0 | 1010000 | 10010 | 1101110 | 1000010 | 110010 |
Color Harmonies of #46D22B
Complementary color
Monochromatic Colors of #46D22B
Black with #46D22B
Text Example
Text Example
White with #46D22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D22B; }
p { color: rgb(70,210,43); }
H1.HeaderClassName
{
color: #46D22B;
}
.AnyTagClassName
{
color: #46D22B;
}
</style>
background-color css
<style>
a { background-color: #46D22B; }
a { background-color: rgb(70,210,43); }
div.DivClassName
{
background-color: #46D22B;
}
.BgClassName
{
background-color: #46D22B;
}
</style>
border-color css
<style>
span { border-color: #46D22B; }
span { border-color: rgb(70,210,43); }
td.TdClassName
{
border-color: #46D22B;
}
.TagClassName
{
border-color: #46D22B;
}
</style>