Shades of Lime Green #46C140
Tints of Lime Green #46C140
RGB
CMYK
RGB Variations
Color information
#46C140 (or 0x46C140) is known color: Lime Green. HEX triplet: 46, C1 and 40. RGB value is (70,193,64). Sum of RGB (Red+Green+Blue) = 70+193+64=327 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.41% from 327); Green value is 193 (75.78% from 255 or 59.02% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 193 - color contains mainly: green. Hex color #46C140 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46C140 is #B93EBF. Grayscale: #8D8D8D. Windows color (decimal): -12140224 or 4243782. OLE color: 4243782.
HSL color Cylindrical-coordinate representation of color #46C140: hue angle of 117.21º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46C140 is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 193 | 64 | - |
| CMYK | 0.64 | 0 | 0.67 | 0.24 |
| HSL | 117.21º | 0.51% | 0.5% | - |
| HSV(B) | 117.21º | 0.67% | 0.76% | - |
| XYZ | 22.52 | 39.81 | 11.35 | - |
| YUV | 141.52 | 84.25 | 76.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 193 | 64 | 0.64 | 0 | 0.67 | 0.24 | 117.21 | 0.51 | 0.5 |
| Hex | 46 | C1 | 40 | 40 | 0 | 43 | 18 | 75 | 33 | 32 |
| Octal | 106 | 301 | 100 | 100 | 0 | 103 | 30 | 165 | 63 | 62 |
| Binary | 1000110 | 11000001 | 1000000 | 1000000 | 0 | 1000011 | 11000 | 1110101 | 110011 | 110010 |
Color Harmonies of #46C140
Complementary color
Monochromatic Colors of #46C140
Black with #46C140
Text Example
Text Example
White with #46C140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C140; }
p { color: rgb(70,193,64); }
H1.HeaderClassName
{
color: #46C140;
}
.AnyTagClassName
{
color: #46C140;
}
</style>
background-color css
<style>
a { background-color: #46C140; }
a { background-color: rgb(70,193,64); }
div.DivClassName
{
background-color: #46C140;
}
.BgClassName
{
background-color: #46C140;
}
</style>
border-color css
<style>
span { border-color: #46C140; }
span { border-color: rgb(70,193,64); }
td.TdClassName
{
border-color: #46C140;
}
.TagClassName
{
border-color: #46C140;
}
</style>