Shades of Lime Green #46BA33
Tints of Lime Green #46BA33
RGB
CMYK
RGB Variations
Color information
#46BA33 (or 0x46BA33) is known color: Lime Green. HEX triplet: 46, BA and 33. RGB value is (70,186,51). Sum of RGB (Red+Green+Blue) = 70+186+51=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 186 (73.05% from 255 or 60.59% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 186 - color contains mainly: green. Hex color #46BA33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46BA33 is #B945CC. Grayscale: #888888. Windows color (decimal): -12142029 or 3390022. OLE color: 3390022.
HSL color Cylindrical-coordinate representation of color #46BA33: hue angle of 111.56º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46BA33 is Cyan = 0.62, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 186 | 51 | - |
| CMYK | 0.62 | 0 | 0.73 | 0.27 |
| HSL | 111.56º | 0.57% | 0.46% | - |
| HSV(B) | 111.56º | 0.73% | 0.73% | - |
| XYZ | 20.68 | 36.66 | 9.12 | - |
| YUV | 135.93 | 80.07 | 80.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 186 | 51 | 0.62 | 0 | 0.73 | 0.27 | 111.56 | 0.57 | 0.46 |
| Hex | 46 | BA | 33 | 3E | 0 | 49 | 1B | 70 | 39 | 2E |
| Octal | 106 | 272 | 63 | 76 | 0 | 111 | 33 | 160 | 71 | 56 |
| Binary | 1000110 | 10111010 | 110011 | 111110 | 0 | 1001001 | 11011 | 1110000 | 111001 | 101110 |
Color Harmonies of #46BA33
Complementary color
Monochromatic Colors of #46BA33
Black with #46BA33
Text Example
Text Example
White with #46BA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BA33; }
p { color: rgb(70,186,51); }
H1.HeaderClassName
{
color: #46BA33;
}
.AnyTagClassName
{
color: #46BA33;
}
</style>
background-color css
<style>
a { background-color: #46BA33; }
a { background-color: rgb(70,186,51); }
div.DivClassName
{
background-color: #46BA33;
}
.BgClassName
{
background-color: #46BA33;
}
</style>
border-color css
<style>
span { border-color: #46BA33; }
span { border-color: rgb(70,186,51); }
td.TdClassName
{
border-color: #46BA33;
}
.TagClassName
{
border-color: #46BA33;
}
</style>