Shades of Lime Green #46D143
Tints of Lime Green #46D143
RGB
CMYK
RGB Variations
Color information
#46D143 (or 0x46D143) is known color: Lime Green. HEX triplet: 46, D1 and 43. RGB value is (70,209,67). Sum of RGB (Red+Green+Blue) = 70+209+67=346 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.23% from 346); Green value is 209 (82.03% from 255 or 60.40% from 346); Blue value is 67 (26.56% from 255 or 19.36% from 346); Max value from RGB is 209 - color contains mainly: green. Hex color #46D143 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D143 is #B92EBC. Grayscale: #979797. Windows color (decimal): -12136125 or 4444486. OLE color: 4444486.
HSL color Cylindrical-coordinate representation of color #46D143: hue angle of 118.73º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46D143 is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 209 | 67 | - |
| CMYK | 0.67 | 0 | 0.68 | 0.18 |
| HSL | 118.73º | 0.61% | 0.54% | - |
| HSV(B) | 118.73º | 0.68% | 0.82% | - |
| XYZ | 26.34 | 47.31 | 13.05 | - |
| YUV | 151.25 | 80.45 | 70.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 209 | 67 | 0.67 | 0 | 0.68 | 0.18 | 118.73 | 0.61 | 0.54 |
| Hex | 46 | D1 | 43 | 43 | 0 | 44 | 12 | 77 | 3D | 36 |
| Octal | 106 | 321 | 103 | 103 | 0 | 104 | 22 | 167 | 75 | 66 |
| Binary | 1000110 | 11010001 | 1000011 | 1000011 | 0 | 1000100 | 10010 | 1110111 | 111101 | 110110 |
Color Harmonies of #46D143
Complementary color
Monochromatic Colors of #46D143
Black with #46D143
Text Example
Text Example
White with #46D143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D143; }
p { color: rgb(70,209,67); }
H1.HeaderClassName
{
color: #46D143;
}
.AnyTagClassName
{
color: #46D143;
}
</style>
background-color css
<style>
a { background-color: #46D143; }
a { background-color: rgb(70,209,67); }
div.DivClassName
{
background-color: #46D143;
}
.BgClassName
{
background-color: #46D143;
}
</style>
border-color css
<style>
span { border-color: #46D143; }
span { border-color: rgb(70,209,67); }
td.TdClassName
{
border-color: #46D143;
}
.TagClassName
{
border-color: #46D143;
}
</style>