Shades of Lime Green #46BD40
Tints of Lime Green #46BD40
RGB
CMYK
RGB Variations
Color information
#46BD40 (or 0x46BD40) is known color: Lime Green. HEX triplet: 46, BD and 40. RGB value is (70,189,64). Sum of RGB (Red+Green+Blue) = 70+189+64=323 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.67% from 323); Green value is 189 (74.22% from 255 or 58.51% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 189 - color contains mainly: green. Hex color #46BD40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46BD40 is #B942BF. Grayscale: #8B8B8B. Windows color (decimal): -12141248 or 4242758. OLE color: 4242758.
HSL color Cylindrical-coordinate representation of color #46BD40: hue angle of 117.12º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46BD40 is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 189 | 64 | - |
| CMYK | 0.63 | 0 | 0.66 | 0.26 |
| HSL | 117.12º | 0.49% | 0.5% | - |
| HSV(B) | 117.12º | 0.66% | 0.74% | - |
| XYZ | 21.65 | 38.07 | 11.06 | - |
| YUV | 139.17 | 85.58 | 78.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 189 | 64 | 0.63 | 0 | 0.66 | 0.26 | 117.12 | 0.49 | 0.5 |
| Hex | 46 | BD | 40 | 3F | 0 | 42 | 1A | 75 | 31 | 32 |
| Octal | 106 | 275 | 100 | 77 | 0 | 102 | 32 | 165 | 61 | 62 |
| Binary | 1000110 | 10111101 | 1000000 | 111111 | 0 | 1000010 | 11010 | 1110101 | 110001 | 110010 |
Color Harmonies of #46BD40
Complementary color
Monochromatic Colors of #46BD40
Black with #46BD40
Text Example
Text Example
White with #46BD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BD40; }
p { color: rgb(70,189,64); }
H1.HeaderClassName
{
color: #46BD40;
}
.AnyTagClassName
{
color: #46BD40;
}
</style>
background-color css
<style>
a { background-color: #46BD40; }
a { background-color: rgb(70,189,64); }
div.DivClassName
{
background-color: #46BD40;
}
.BgClassName
{
background-color: #46BD40;
}
</style>
border-color css
<style>
span { border-color: #46BD40; }
span { border-color: rgb(70,189,64); }
td.TdClassName
{
border-color: #46BD40;
}
.TagClassName
{
border-color: #46BD40;
}
</style>