Shades of Lime Green #46C32D
Tints of Lime Green #46C32D
RGB
CMYK
RGB Variations
Color information
#46C32D (or 0x46C32D) is known color: Lime Green. HEX triplet: 46, C3 and 2D. RGB value is (70,195,45). Sum of RGB (Red+Green+Blue) = 70+195+45=310 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.58% from 310); Green value is 195 (76.56% from 255 or 62.90% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 195 - color contains mainly: green. Hex color #46C32D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46C32D is #B93CD2. Grayscale: #8D8D8D. Windows color (decimal): -12139731 or 2999110. OLE color: 2999110.
HSL color Cylindrical-coordinate representation of color #46C32D: hue angle of 110º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #46C32D is Cyan = 0.64, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 195 | 45 | - |
| CMYK | 0.64 | 0 | 0.77 | 0.24 |
| HSL | 110º | 0.63% | 0.47% | - |
| HSV(B) | 110º | 0.77% | 0.76% | - |
| XYZ | 22.51 | 40.52 | 9.12 | - |
| YUV | 140.53 | 74.09 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 195 | 45 | 0.64 | 0 | 0.77 | 0.24 | 110 | 0.63 | 0.47 |
| Hex | 46 | C3 | 2D | 40 | 0 | 4D | 18 | 6E | 3E | 2F |
| Octal | 106 | 303 | 55 | 100 | 0 | 115 | 30 | 156 | 76 | 57 |
| Binary | 1000110 | 11000011 | 101101 | 1000000 | 0 | 1001101 | 11000 | 1101110 | 111110 | 101111 |
Color Harmonies of #46C32D
Complementary color
Monochromatic Colors of #46C32D
Black with #46C32D
Text Example
Text Example
White with #46C32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C32D; }
p { color: rgb(70,195,45); }
H1.HeaderClassName
{
color: #46C32D;
}
.AnyTagClassName
{
color: #46C32D;
}
</style>
background-color css
<style>
a { background-color: #46C32D; }
a { background-color: rgb(70,195,45); }
div.DivClassName
{
background-color: #46C32D;
}
.BgClassName
{
background-color: #46C32D;
}
</style>
border-color css
<style>
span { border-color: #46C32D; }
span { border-color: rgb(70,195,45); }
td.TdClassName
{
border-color: #46C32D;
}
.TagClassName
{
border-color: #46C32D;
}
</style>