Shades of Lime Green #46C242
Tints of Lime Green #46C242
RGB
CMYK
RGB Variations
Color information
#46C242 (or 0x46C242) is known color: Lime Green. HEX triplet: 46, C2 and 42. RGB value is (70,194,66). Sum of RGB (Red+Green+Blue) = 70+194+66=330 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.21% from 330); Green value is 194 (76.17% from 255 or 58.79% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 194 - color contains mainly: green. Hex color #46C242 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46C242 is #B93DBD. Grayscale: #8E8E8E. Windows color (decimal): -12139966 or 4375110. OLE color: 4375110.
HSL color Cylindrical-coordinate representation of color #46C242: hue angle of 118.12º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46C242 is Cyan = 0.64, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 194 | 66 | - |
| CMYK | 0.64 | 0 | 0.66 | 0.24 |
| HSL | 118.13º | 0.51% | 0.51% | - |
| HSV(B) | 118.13º | 0.66% | 0.76% | - |
| XYZ | 22.8 | 40.28 | 11.73 | - |
| YUV | 142.33 | 84.92 | 76.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 194 | 66 | 0.64 | 0 | 0.66 | 0.24 | 118.13 | 0.51 | 0.51 |
| Hex | 46 | C2 | 42 | 40 | 0 | 42 | 18 | 76 | 33 | 33 |
| Octal | 106 | 302 | 102 | 100 | 0 | 102 | 30 | 166 | 63 | 63 |
| Binary | 1000110 | 11000010 | 1000010 | 1000000 | 0 | 1000010 | 11000 | 1110110 | 110011 | 110011 |
Color Harmonies of #46C242
Complementary color
Monochromatic Colors of #46C242
Black with #46C242
Text Example
Text Example
White with #46C242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C242; }
p { color: rgb(70,194,66); }
H1.HeaderClassName
{
color: #46C242;
}
.AnyTagClassName
{
color: #46C242;
}
</style>
background-color css
<style>
a { background-color: #46C242; }
a { background-color: rgb(70,194,66); }
div.DivClassName
{
background-color: #46C242;
}
.BgClassName
{
background-color: #46C242;
}
</style>
border-color css
<style>
span { border-color: #46C242; }
span { border-color: rgb(70,194,66); }
td.TdClassName
{
border-color: #46C242;
}
.TagClassName
{
border-color: #46C242;
}
</style>