Shades of Lime Green #46DC37
Tints of Lime Green #46DC37
RGB
CMYK
RGB Variations
Color information
#46DC37 (or 0x46DC37) is known color: Lime Green. HEX triplet: 46, DC and 37. RGB value is (70,220,55). Sum of RGB (Red+Green+Blue) = 70+220+55=345 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.29% from 345); Green value is 220 (86.33% from 255 or 63.77% from 345); Blue value is 55 (21.88% from 255 or 15.94% from 345); Max value from RGB is 220 - color contains mainly: green. Hex color #46DC37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46DC37 is #B923C8. Grayscale: #9C9C9C. Windows color (decimal): -12133321 or 3660870. OLE color: 3660870.
HSL color Cylindrical-coordinate representation of color #46DC37: hue angle of 114.55º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #46DC37 is Cyan = 0.68, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 220 | 55 | - |
| CMYK | 0.68 | 0 | 0.75 | 0.14 |
| HSL | 114.55º | 0.7% | 0.54% | - |
| HSV(B) | 114.55º | 0.75% | 0.86% | - |
| XYZ | 28.81 | 52.76 | 12.28 | - |
| YUV | 156.34 | 70.81 | 66.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 220 | 55 | 0.68 | 0 | 0.75 | 0.14 | 114.55 | 0.7 | 0.54 |
| Hex | 46 | DC | 37 | 44 | 0 | 4B | E | 73 | 46 | 36 |
| Octal | 106 | 334 | 67 | 104 | 0 | 113 | 16 | 163 | 106 | 66 |
| Binary | 1000110 | 11011100 | 110111 | 1000100 | 0 | 1001011 | 1110 | 1110011 | 1000110 | 110110 |
Color Harmonies of #46DC37
Complementary color
Monochromatic Colors of #46DC37
Black with #46DC37
Text Example
Text Example
White with #46DC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DC37; }
p { color: rgb(70,220,55); }
H1.HeaderClassName
{
color: #46DC37;
}
.AnyTagClassName
{
color: #46DC37;
}
</style>
background-color css
<style>
a { background-color: #46DC37; }
a { background-color: rgb(70,220,55); }
div.DivClassName
{
background-color: #46DC37;
}
.BgClassName
{
background-color: #46DC37;
}
</style>
border-color css
<style>
span { border-color: #46DC37; }
span { border-color: rgb(70,220,55); }
td.TdClassName
{
border-color: #46DC37;
}
.TagClassName
{
border-color: #46DC37;
}
</style>