Shades of Lime Green #46C932
Tints of Lime Green #46C932
RGB
CMYK
RGB Variations
Color information
#46C932 (or 0x46C932) is known color: Lime Green. HEX triplet: 46, C9 and 32. RGB value is (70,201,50). Sum of RGB (Red+Green+Blue) = 70+201+50=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 201 (78.91% from 255 or 62.62% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 201 - color contains mainly: green. Hex color #46C932 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46C932 is #B936CD. Grayscale: #919191. Windows color (decimal): -12138190 or 3328326. OLE color: 3328326.
HSL color Cylindrical-coordinate representation of color #46C932: hue angle of 112.05º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #46C932 is Cyan = 0.65, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 70 | 201 | 50 | - |
| CMYK | 0.65 | 0 | 0.75 | 0.21 |
| HSL | 112.05º | 0.6% | 0.49% | - |
| HSV(B) | 112.05º | 0.75% | 0.79% | - |
| XYZ | 23.99 | 43.31 | 10.11 | - |
| YUV | 144.62 | 74.6 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 201 | 50 | 0.65 | 0 | 0.75 | 0.21 | 112.05 | 0.6 | 0.49 |
| Hex | 46 | C9 | 32 | 41 | 0 | 4B | 15 | 70 | 3C | 31 |
| Octal | 106 | 311 | 62 | 101 | 0 | 113 | 25 | 160 | 74 | 61 |
| Binary | 1000110 | 11001001 | 110010 | 1000001 | 0 | 1001011 | 10101 | 1110000 | 111100 | 110001 |
Color Harmonies of #46C932
Complementary color
Monochromatic Colors of #46C932
Black with #46C932
Text Example
Text Example
White with #46C932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C932; }
p { color: rgb(70,201,50); }
H1.HeaderClassName
{
color: #46C932;
}
.AnyTagClassName
{
color: #46C932;
}
</style>
background-color css
<style>
a { background-color: #46C932; }
a { background-color: rgb(70,201,50); }
div.DivClassName
{
background-color: #46C932;
}
.BgClassName
{
background-color: #46C932;
}
</style>
border-color css
<style>
span { border-color: #46C932; }
span { border-color: rgb(70,201,50); }
td.TdClassName
{
border-color: #46C932;
}
.TagClassName
{
border-color: #46C932;
}
</style>