Shades of Lime Green #46B63A
Tints of Lime Green #46B63A
RGB
CMYK
RGB Variations
Color information
#46B63A (or 0x46B63A) is known color: Lime Green. HEX triplet: 46, B6 and 3A. RGB value is (70,182,58). Sum of RGB (Red+Green+Blue) = 70+182+58=310 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.58% from 310); Green value is 182 (71.48% from 255 or 58.71% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 182 - color contains mainly: green. Hex color #46B63A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46B63A is #B949C5. Grayscale: #868686. Windows color (decimal): -12143046 or 3847750. OLE color: 3847750.
HSL color Cylindrical-coordinate representation of color #46B63A: hue angle of 114.19º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46B63A is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 70 | 182 | 58 | - |
| CMYK | 0.62 | 0 | 0.68 | 0.29 |
| HSL | 114.19º | 0.52% | 0.47% | - |
| HSV(B) | 114.19º | 0.68% | 0.71% | - |
| XYZ | 20.02 | 35.06 | 9.72 | - |
| YUV | 134.38 | 84.89 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 182 | 58 | 0.62 | 0 | 0.68 | 0.29 | 114.19 | 0.52 | 0.47 |
| Hex | 46 | B6 | 3A | 3E | 0 | 44 | 1D | 72 | 34 | 2F |
| Octal | 106 | 266 | 72 | 76 | 0 | 104 | 35 | 162 | 64 | 57 |
| Binary | 1000110 | 10110110 | 111010 | 111110 | 0 | 1000100 | 11101 | 1110010 | 110100 | 101111 |
Color Harmonies of #46B63A
Complementary color
Monochromatic Colors of #46B63A
Black with #46B63A
Text Example
Text Example
White with #46B63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46B63A; }
p { color: rgb(70,182,58); }
H1.HeaderClassName
{
color: #46B63A;
}
.AnyTagClassName
{
color: #46B63A;
}
</style>
background-color css
<style>
a { background-color: #46B63A; }
a { background-color: rgb(70,182,58); }
div.DivClassName
{
background-color: #46B63A;
}
.BgClassName
{
background-color: #46B63A;
}
</style>
border-color css
<style>
span { border-color: #46B63A; }
span { border-color: rgb(70,182,58); }
td.TdClassName
{
border-color: #46B63A;
}
.TagClassName
{
border-color: #46B63A;
}
</style>