Shades of Lime Green #46D043
Tints of Lime Green #46D043
RGB
CMYK
RGB Variations
Color information
#46D043 (or 0x46D043) is known color: Lime Green. HEX triplet: 46, D0 and 43. RGB value is (70,208,67). Sum of RGB (Red+Green+Blue) = 70+208+67=345 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.29% from 345); Green value is 208 (81.64% from 255 or 60.29% from 345); Blue value is 67 (26.56% from 255 or 19.42% from 345); Max value from RGB is 208 - color contains mainly: green. Hex color #46D043 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D043 is #B92FBC. Grayscale: #979797. Windows color (decimal): -12136381 or 4444230. OLE color: 4444230.
HSL color Cylindrical-coordinate representation of color #46D043: hue angle of 118.72º degrees, saturation: 0.6, 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 #46D043 is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 208 | 67 | - |
| CMYK | 0.66 | 0 | 0.68 | 0.18 |
| HSL | 118.72º | 0.6% | 0.54% | - |
| HSV(B) | 118.72º | 0.68% | 0.82% | - |
| XYZ | 26.09 | 46.82 | 12.97 | - |
| YUV | 150.66 | 80.78 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 208 | 67 | 0.66 | 0 | 0.68 | 0.18 | 118.72 | 0.6 | 0.54 |
| Hex | 46 | D0 | 43 | 42 | 0 | 44 | 12 | 77 | 3C | 36 |
| Octal | 106 | 320 | 103 | 102 | 0 | 104 | 22 | 167 | 74 | 66 |
| Binary | 1000110 | 11010000 | 1000011 | 1000010 | 0 | 1000100 | 10010 | 1110111 | 111100 | 110110 |
Color Harmonies of #46D043
Complementary color
Monochromatic Colors of #46D043
Black with #46D043
Text Example
Text Example
White with #46D043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D043; }
p { color: rgb(70,208,67); }
H1.HeaderClassName
{
color: #46D043;
}
.AnyTagClassName
{
color: #46D043;
}
</style>
background-color css
<style>
a { background-color: #46D043; }
a { background-color: rgb(70,208,67); }
div.DivClassName
{
background-color: #46D043;
}
.BgClassName
{
background-color: #46D043;
}
</style>
border-color css
<style>
span { border-color: #46D043; }
span { border-color: rgb(70,208,67); }
td.TdClassName
{
border-color: #46D043;
}
.TagClassName
{
border-color: #46D043;
}
</style>