Shades of Lime Green #46BA3A
Tints of Lime Green #46BA3A
RGB
CMYK
RGB Variations
Color information
#46BA3A (or 0x46BA3A) is known color: Lime Green. HEX triplet: 46, BA and 3A. RGB value is (70,186,58). Sum of RGB (Red+Green+Blue) = 70+186+58=314 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.29% from 314); Green value is 186 (73.05% from 255 or 59.24% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 186 - color contains mainly: green. Hex color #46BA3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46BA3A is #B945C5. Grayscale: #898989. Windows color (decimal): -12142022 or 3848774. OLE color: 3848774.
HSL color Cylindrical-coordinate representation of color #46BA3A: hue angle of 114.38º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46BA3A is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 186 | 58 | - |
| CMYK | 0.62 | 0 | 0.69 | 0.27 |
| HSL | 114.38º | 0.52% | 0.48% | - |
| HSV(B) | 114.38º | 0.69% | 0.73% | - |
| XYZ | 20.85 | 36.73 | 9.99 | - |
| YUV | 136.72 | 83.57 | 80.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 186 | 58 | 0.62 | 0 | 0.69 | 0.27 | 114.38 | 0.52 | 0.48 |
| Hex | 46 | BA | 3A | 3E | 0 | 45 | 1B | 72 | 34 | 30 |
| Octal | 106 | 272 | 72 | 76 | 0 | 105 | 33 | 162 | 64 | 60 |
| Binary | 1000110 | 10111010 | 111010 | 111110 | 0 | 1000101 | 11011 | 1110010 | 110100 | 110000 |
Color Harmonies of #46BA3A
Complementary color
Monochromatic Colors of #46BA3A
Black with #46BA3A
Text Example
Text Example
White with #46BA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BA3A; }
p { color: rgb(70,186,58); }
H1.HeaderClassName
{
color: #46BA3A;
}
.AnyTagClassName
{
color: #46BA3A;
}
</style>
background-color css
<style>
a { background-color: #46BA3A; }
a { background-color: rgb(70,186,58); }
div.DivClassName
{
background-color: #46BA3A;
}
.BgClassName
{
background-color: #46BA3A;
}
</style>
border-color css
<style>
span { border-color: #46BA3A; }
span { border-color: rgb(70,186,58); }
td.TdClassName
{
border-color: #46BA3A;
}
.TagClassName
{
border-color: #46BA3A;
}
</style>