Shades of Lime Green #46BA37
Tints of Lime Green #46BA37
RGB
CMYK
RGB Variations
Color information
#46BA37 (or 0x46BA37) is known color: Lime Green. HEX triplet: 46, BA and 37. RGB value is (70,186,55). Sum of RGB (Red+Green+Blue) = 70+186+55=311 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.51% from 311); Green value is 186 (73.05% from 255 or 59.81% from 311); Blue value is 55 (21.88% from 255 or 17.68% from 311); Max value from RGB is 186 - color contains mainly: green. Hex color #46BA37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46BA37 is #B945C8. Grayscale: #888888. Windows color (decimal): -12142025 or 3652166. OLE color: 3652166.
HSL color Cylindrical-coordinate representation of color #46BA37: hue angle of 113.13º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46BA37 is Cyan = 0.62, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 186 | 55 | - |
| CMYK | 0.62 | 0 | 0.70 | 0.27 |
| HSL | 113.13º | 0.54% | 0.47% | - |
| HSV(B) | 113.13º | 0.7% | 0.73% | - |
| XYZ | 20.77 | 36.7 | 9.6 | - |
| YUV | 136.38 | 82.07 | 80.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 186 | 55 | 0.62 | 0 | 0.70 | 0.27 | 113.13 | 0.54 | 0.47 |
| Hex | 46 | BA | 37 | 3E | 0 | 46 | 1B | 71 | 36 | 2F |
| Octal | 106 | 272 | 67 | 76 | 0 | 106 | 33 | 161 | 66 | 57 |
| Binary | 1000110 | 10111010 | 110111 | 111110 | 0 | 1000110 | 11011 | 1110001 | 110110 | 101111 |
Color Harmonies of #46BA37
Complementary color
Monochromatic Colors of #46BA37
Black with #46BA37
Text Example
Text Example
White with #46BA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BA37; }
p { color: rgb(70,186,55); }
H1.HeaderClassName
{
color: #46BA37;
}
.AnyTagClassName
{
color: #46BA37;
}
</style>
background-color css
<style>
a { background-color: #46BA37; }
a { background-color: rgb(70,186,55); }
div.DivClassName
{
background-color: #46BA37;
}
.BgClassName
{
background-color: #46BA37;
}
</style>
border-color css
<style>
span { border-color: #46BA37; }
span { border-color: rgb(70,186,55); }
td.TdClassName
{
border-color: #46BA37;
}
.TagClassName
{
border-color: #46BA37;
}
</style>