Shades of Lime Green #46BA36
Tints of Lime Green #46BA36
RGB
CMYK
RGB Variations
Color information
#46BA36 (or 0x46BA36) is known color: Lime Green. HEX triplet: 46, BA and 36. RGB value is (70,186,54). Sum of RGB (Red+Green+Blue) = 70+186+54=310 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.58% from 310); Green value is 186 (73.05% from 255 or 60% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 186 - color contains mainly: green. Hex color #46BA36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46BA36 is #B945C9. Grayscale: #888888. Windows color (decimal): -12142026 or 3586630. OLE color: 3586630.
HSL color Cylindrical-coordinate representation of color #46BA36: hue angle of 112.73º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46BA36 is Cyan = 0.62, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 186 | 54 | - |
| CMYK | 0.62 | 0 | 0.71 | 0.27 |
| HSL | 112.73º | 0.55% | 0.47% | - |
| HSV(B) | 112.73º | 0.71% | 0.73% | - |
| XYZ | 20.75 | 36.69 | 9.48 | - |
| YUV | 136.27 | 81.57 | 80.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 186 | 54 | 0.62 | 0 | 0.71 | 0.27 | 112.73 | 0.55 | 0.47 |
| Hex | 46 | BA | 36 | 3E | 0 | 47 | 1B | 71 | 37 | 2F |
| Octal | 106 | 272 | 66 | 76 | 0 | 107 | 33 | 161 | 67 | 57 |
| Binary | 1000110 | 10111010 | 110110 | 111110 | 0 | 1000111 | 11011 | 1110001 | 110111 | 101111 |
Color Harmonies of #46BA36
Complementary color
Monochromatic Colors of #46BA36
Black with #46BA36
Text Example
Text Example
White with #46BA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BA36; }
p { color: rgb(70,186,54); }
H1.HeaderClassName
{
color: #46BA36;
}
.AnyTagClassName
{
color: #46BA36;
}
</style>
background-color css
<style>
a { background-color: #46BA36; }
a { background-color: rgb(70,186,54); }
div.DivClassName
{
background-color: #46BA36;
}
.BgClassName
{
background-color: #46BA36;
}
</style>
border-color css
<style>
span { border-color: #46BA36; }
span { border-color: rgb(70,186,54); }
td.TdClassName
{
border-color: #46BA36;
}
.TagClassName
{
border-color: #46BA36;
}
</style>