Shades of Lime Green #46C94D
Tints of Lime Green #46C94D
RGB
CMYK
RGB Variations
Color information
#46C94D (or 0x46C94D) is known color: Lime Green. HEX triplet: 46, C9 and 4D. RGB value is (70,201,77). Sum of RGB (Red+Green+Blue) = 70+201+77=348 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.11% from 348); Green value is 201 (78.91% from 255 or 57.76% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 201 - color contains mainly: green. Hex color #46C94D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C94D is #B936B2. Grayscale: #949494. Windows color (decimal): -12138163 or 5097798. OLE color: 5097798.
HSL color Cylindrical-coordinate representation of color #46C94D: hue angle of 123.21º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46C94D is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 70 | 201 | 77 | - |
| CMYK | 0.65 | 0 | 0.62 | 0.21 |
| HSL | 123.21º | 0.55% | 0.53% | - |
| HSV(B) | 123.21º | 0.65% | 0.79% | - |
| XYZ | 24.75 | 43.61 | 14.13 | - |
| YUV | 147.7 | 88.1 | 72.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 201 | 77 | 0.65 | 0 | 0.62 | 0.21 | 123.21 | 0.55 | 0.53 |
| Hex | 46 | C9 | 4D | 41 | 0 | 3E | 15 | 7B | 37 | 35 |
| Octal | 106 | 311 | 115 | 101 | 0 | 76 | 25 | 173 | 67 | 65 |
| Binary | 1000110 | 11001001 | 1001101 | 1000001 | 0 | 111110 | 10101 | 1111011 | 110111 | 110101 |
Color Harmonies of #46C94D
Complementary color
Monochromatic Colors of #46C94D
Black with #46C94D
Text Example
Text Example
White with #46C94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C94D; }
p { color: rgb(70,201,77); }
H1.HeaderClassName
{
color: #46C94D;
}
.AnyTagClassName
{
color: #46C94D;
}
</style>
background-color css
<style>
a { background-color: #46C94D; }
a { background-color: rgb(70,201,77); }
div.DivClassName
{
background-color: #46C94D;
}
.BgClassName
{
background-color: #46C94D;
}
</style>
border-color css
<style>
span { border-color: #46C94D; }
span { border-color: rgb(70,201,77); }
td.TdClassName
{
border-color: #46C94D;
}
.TagClassName
{
border-color: #46C94D;
}
</style>