Shades of Lime Green #46DC40
Tints of Lime Green #46DC40
RGB
CMYK
RGB Variations
Color information
#46DC40 (or 0x46DC40) is known color: Lime Green. HEX triplet: 46, DC and 40. RGB value is (70,220,64). Sum of RGB (Red+Green+Blue) = 70+220+64=354 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.77% from 354); Green value is 220 (86.33% from 255 or 62.15% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 220 - color contains mainly: green. Hex color #46DC40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46DC40 is #B923BF. Grayscale: #9D9D9D. Windows color (decimal): -12133312 or 4250694. OLE color: 4250694.
HSL color Cylindrical-coordinate representation of color #46DC40: hue angle of 117.69º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46DC40 is Cyan = 0.68, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 220 | 64 | - |
| CMYK | 0.68 | 0 | 0.71 | 0.14 |
| HSL | 117.69º | 0.69% | 0.56% | - |
| HSV(B) | 117.69º | 0.71% | 0.86% | - |
| XYZ | 29.04 | 52.86 | 13.52 | - |
| YUV | 157.37 | 75.31 | 65.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 220 | 64 | 0.68 | 0 | 0.71 | 0.14 | 117.69 | 0.69 | 0.56 |
| Hex | 46 | DC | 40 | 44 | 0 | 47 | E | 76 | 45 | 38 |
| Octal | 106 | 334 | 100 | 104 | 0 | 107 | 16 | 166 | 105 | 70 |
| Binary | 1000110 | 11011100 | 1000000 | 1000100 | 0 | 1000111 | 1110 | 1110110 | 1000101 | 111000 |
Color Harmonies of #46DC40
Complementary color
Monochromatic Colors of #46DC40
Black with #46DC40
Text Example
Text Example
White with #46DC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DC40; }
p { color: rgb(70,220,64); }
H1.HeaderClassName
{
color: #46DC40;
}
.AnyTagClassName
{
color: #46DC40;
}
</style>
background-color css
<style>
a { background-color: #46DC40; }
a { background-color: rgb(70,220,64); }
div.DivClassName
{
background-color: #46DC40;
}
.BgClassName
{
background-color: #46DC40;
}
</style>
border-color css
<style>
span { border-color: #46DC40; }
span { border-color: rgb(70,220,64); }
td.TdClassName
{
border-color: #46DC40;
}
.TagClassName
{
border-color: #46DC40;
}
</style>