Shades of Lime Green #46DD40
Tints of Lime Green #46DD40
RGB
CMYK
RGB Variations
Color information
#46DD40 (or 0x46DD40) is known color: Lime Green. HEX triplet: 46, DD and 40. RGB value is (70,221,64). Sum of RGB (Red+Green+Blue) = 70+221+64=355 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.72% from 355); Green value is 221 (86.72% from 255 or 62.25% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 221 - color contains mainly: green. Hex color #46DD40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46DD40 is #B922BF. Grayscale: #9E9E9E. Windows color (decimal): -12133056 or 4250950. OLE color: 4250950.
HSL color Cylindrical-coordinate representation of color #46DD40: hue angle of 117.71º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46DD40 is Cyan = 0.68, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 221 | 64 | - |
| CMYK | 0.68 | 0 | 0.71 | 0.13 |
| HSL | 117.71º | 0.7% | 0.56% | - |
| HSV(B) | 117.71º | 0.71% | 0.87% | - |
| XYZ | 29.31 | 53.39 | 13.61 | - |
| YUV | 157.95 | 74.97 | 65.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 221 | 64 | 0.68 | 0 | 0.71 | 0.13 | 117.71 | 0.7 | 0.56 |
| Hex | 46 | DD | 40 | 44 | 0 | 47 | D | 76 | 46 | 38 |
| Octal | 106 | 335 | 100 | 104 | 0 | 107 | 15 | 166 | 106 | 70 |
| Binary | 1000110 | 11011101 | 1000000 | 1000100 | 0 | 1000111 | 1101 | 1110110 | 1000110 | 111000 |
Color Harmonies of #46DD40
Complementary color
Monochromatic Colors of #46DD40
Black with #46DD40
Text Example
Text Example
White with #46DD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DD40; }
p { color: rgb(70,221,64); }
H1.HeaderClassName
{
color: #46DD40;
}
.AnyTagClassName
{
color: #46DD40;
}
</style>
background-color css
<style>
a { background-color: #46DD40; }
a { background-color: rgb(70,221,64); }
div.DivClassName
{
background-color: #46DD40;
}
.BgClassName
{
background-color: #46DD40;
}
</style>
border-color css
<style>
span { border-color: #46DD40; }
span { border-color: rgb(70,221,64); }
td.TdClassName
{
border-color: #46DD40;
}
.TagClassName
{
border-color: #46DD40;
}
</style>