Shades of Lime Green #46C635
Tints of Lime Green #46C635
RGB
CMYK
RGB Variations
Color information
#46C635 (or 0x46C635) is known color: Lime Green. HEX triplet: 46, C6 and 35. RGB value is (70,198,53). Sum of RGB (Red+Green+Blue) = 70+198+53=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 198 (77.73% from 255 or 61.68% from 321); Blue value is 53 (21.09% from 255 or 16.51% from 321); Max value from RGB is 198 - color contains mainly: green. Hex color #46C635 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46C635 is #B939CA. Grayscale: #8F8F8F. Windows color (decimal): -12138955 or 3524166. OLE color: 3524166.
HSL color Cylindrical-coordinate representation of color #46C635: hue angle of 112.97º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46C635 is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 198 | 53 | - |
| CMYK | 0.65 | 0 | 0.73 | 0.22 |
| HSL | 112.97º | 0.58% | 0.49% | - |
| HSV(B) | 112.97º | 0.73% | 0.78% | - |
| XYZ | 23.36 | 41.95 | 10.23 | - |
| YUV | 143.2 | 77.09 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 198 | 53 | 0.65 | 0 | 0.73 | 0.22 | 112.97 | 0.58 | 0.49 |
| Hex | 46 | C6 | 35 | 41 | 0 | 49 | 16 | 71 | 3A | 31 |
| Octal | 106 | 306 | 65 | 101 | 0 | 111 | 26 | 161 | 72 | 61 |
| Binary | 1000110 | 11000110 | 110101 | 1000001 | 0 | 1001001 | 10110 | 1110001 | 111010 | 110001 |
Color Harmonies of #46C635
Complementary color
Monochromatic Colors of #46C635
Black with #46C635
Text Example
Text Example
White with #46C635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C635; }
p { color: rgb(70,198,53); }
H1.HeaderClassName
{
color: #46C635;
}
.AnyTagClassName
{
color: #46C635;
}
</style>
background-color css
<style>
a { background-color: #46C635; }
a { background-color: rgb(70,198,53); }
div.DivClassName
{
background-color: #46C635;
}
.BgClassName
{
background-color: #46C635;
}
</style>
border-color css
<style>
span { border-color: #46C635; }
span { border-color: rgb(70,198,53); }
td.TdClassName
{
border-color: #46C635;
}
.TagClassName
{
border-color: #46C635;
}
</style>