Shades of Lime Green #46C82E
Tints of Lime Green #46C82E
RGB
CMYK
RGB Variations
Color information
#46C82E (or 0x46C82E) is known color: Lime Green. HEX triplet: 46, C8 and 2E. RGB value is (70,200,46). Sum of RGB (Red+Green+Blue) = 70+200+46=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 200 (78.52% from 255 or 63.29% from 316); Blue value is 46 (18.36% from 255 or 14.56% from 316); Max value from RGB is 200 - color contains mainly: green. Hex color #46C82E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46C82E is #B937D1. Grayscale: #909090. Windows color (decimal): -12138450 or 3065926. OLE color: 3065926.
HSL color Cylindrical-coordinate representation of color #46C82E: hue angle of 110.65º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #46C82E is Cyan = 0.65, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 200 | 46 | - |
| CMYK | 0.65 | 0 | 0.77 | 0.22 |
| HSL | 110.65º | 0.63% | 0.48% | - |
| HSV(B) | 110.65º | 0.77% | 0.78% | - |
| XYZ | 23.67 | 42.81 | 9.6 | - |
| YUV | 143.57 | 72.93 | 75.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 200 | 46 | 0.65 | 0 | 0.77 | 0.22 | 110.65 | 0.63 | 0.48 |
| Hex | 46 | C8 | 2E | 41 | 0 | 4D | 16 | 6F | 3F | 30 |
| Octal | 106 | 310 | 56 | 101 | 0 | 115 | 26 | 157 | 77 | 60 |
| Binary | 1000110 | 11001000 | 101110 | 1000001 | 0 | 1001101 | 10110 | 1101111 | 111111 | 110000 |
Color Harmonies of #46C82E
Complementary color
Monochromatic Colors of #46C82E
Black with #46C82E
Text Example
Text Example
White with #46C82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C82E; }
p { color: rgb(70,200,46); }
H1.HeaderClassName
{
color: #46C82E;
}
.AnyTagClassName
{
color: #46C82E;
}
</style>
background-color css
<style>
a { background-color: #46C82E; }
a { background-color: rgb(70,200,46); }
div.DivClassName
{
background-color: #46C82E;
}
.BgClassName
{
background-color: #46C82E;
}
</style>
border-color css
<style>
span { border-color: #46C82E; }
span { border-color: rgb(70,200,46); }
td.TdClassName
{
border-color: #46C82E;
}
.TagClassName
{
border-color: #46C82E;
}
</style>