Shades of Lime Green #46D337
Tints of Lime Green #46D337
RGB
CMYK
RGB Variations
Color information
#46D337 (or 0x46D337) is known color: Lime Green. HEX triplet: 46, D3 and 37. RGB value is (70,211,55). Sum of RGB (Red+Green+Blue) = 70+211+55=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 211 (82.81% from 255 or 62.80% from 336); Blue value is 55 (21.88% from 255 or 16.37% from 336); Max value from RGB is 211 - color contains mainly: green. Hex color #46D337 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D337 is #B92CC8. Grayscale: #979797. Windows color (decimal): -12135625 or 3658566. OLE color: 3658566.
HSL color Cylindrical-coordinate representation of color #46D337: hue angle of 114.23º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #46D337 is Cyan = 0.67, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 70 | 211 | 55 | - |
| CMYK | 0.67 | 0 | 0.74 | 0.17 |
| HSL | 114.23º | 0.64% | 0.52% | - |
| HSV(B) | 114.23º | 0.74% | 0.83% | - |
| XYZ | 26.51 | 48.17 | 11.51 | - |
| YUV | 151.06 | 73.79 | 70.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 211 | 55 | 0.67 | 0 | 0.74 | 0.17 | 114.23 | 0.64 | 0.52 |
| Hex | 46 | D3 | 37 | 43 | 0 | 4A | 11 | 72 | 40 | 34 |
| Octal | 106 | 323 | 67 | 103 | 0 | 112 | 21 | 162 | 100 | 64 |
| Binary | 1000110 | 11010011 | 110111 | 1000011 | 0 | 1001010 | 10001 | 1110010 | 1000000 | 110100 |
Color Harmonies of #46D337
Complementary color
Monochromatic Colors of #46D337
Black with #46D337
Text Example
Text Example
White with #46D337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D337; }
p { color: rgb(70,211,55); }
H1.HeaderClassName
{
color: #46D337;
}
.AnyTagClassName
{
color: #46D337;
}
</style>
background-color css
<style>
a { background-color: #46D337; }
a { background-color: rgb(70,211,55); }
div.DivClassName
{
background-color: #46D337;
}
.BgClassName
{
background-color: #46D337;
}
</style>
border-color css
<style>
span { border-color: #46D337; }
span { border-color: rgb(70,211,55); }
td.TdClassName
{
border-color: #46D337;
}
.TagClassName
{
border-color: #46D337;
}
</style>