Shades of Lime Green #46C143
Tints of Lime Green #46C143
RGB
CMYK
RGB Variations
Color information
#46C143 (or 0x46C143) is known color: Lime Green. HEX triplet: 46, C1 and 43. RGB value is (70,193,67). Sum of RGB (Red+Green+Blue) = 70+193+67=330 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.21% from 330); Green value is 193 (75.78% from 255 or 58.48% from 330); Blue value is 67 (26.56% from 255 or 20.30% from 330); Max value from RGB is 193 - color contains mainly: green. Hex color #46C143 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46C143 is #B93EBC. Grayscale: #8E8E8E. Windows color (decimal): -12140221 or 4440390. OLE color: 4440390.
HSL color Cylindrical-coordinate representation of color #46C143: hue angle of 118.57º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46C143 is Cyan = 0.64, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 193 | 67 | - |
| CMYK | 0.64 | 0 | 0.65 | 0.24 |
| HSL | 118.57º | 0.5% | 0.51% | - |
| HSV(B) | 118.57º | 0.65% | 0.76% | - |
| XYZ | 22.61 | 39.85 | 11.81 | - |
| YUV | 141.86 | 85.75 | 76.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 193 | 67 | 0.64 | 0 | 0.65 | 0.24 | 118.57 | 0.5 | 0.51 |
| Hex | 46 | C1 | 43 | 40 | 0 | 41 | 18 | 77 | 32 | 33 |
| Octal | 106 | 301 | 103 | 100 | 0 | 101 | 30 | 167 | 62 | 63 |
| Binary | 1000110 | 11000001 | 1000011 | 1000000 | 0 | 1000001 | 11000 | 1110111 | 110010 | 110011 |
Color Harmonies of #46C143
Complementary color
Monochromatic Colors of #46C143
Black with #46C143
Text Example
Text Example
White with #46C143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C143; }
p { color: rgb(70,193,67); }
H1.HeaderClassName
{
color: #46C143;
}
.AnyTagClassName
{
color: #46C143;
}
</style>
background-color css
<style>
a { background-color: #46C143; }
a { background-color: rgb(70,193,67); }
div.DivClassName
{
background-color: #46C143;
}
.BgClassName
{
background-color: #46C143;
}
</style>
border-color css
<style>
span { border-color: #46C143; }
span { border-color: rgb(70,193,67); }
td.TdClassName
{
border-color: #46C143;
}
.TagClassName
{
border-color: #46C143;
}
</style>