Shades of Lime Green #46DD37
Tints of Lime Green #46DD37
RGB
CMYK
RGB Variations
Color information
#46DD37 (or 0x46DD37) is known color: Lime Green. HEX triplet: 46, DD and 37. RGB value is (70,221,55). Sum of RGB (Red+Green+Blue) = 70+221+55=346 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.23% from 346); Green value is 221 (86.72% from 255 or 63.87% from 346); Blue value is 55 (21.88% from 255 or 15.90% from 346); Max value from RGB is 221 - color contains mainly: green. Hex color #46DD37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46DD37 is #B922C8. Grayscale: #9D9D9D. Windows color (decimal): -12133065 or 3661126. OLE color: 3661126.
HSL color Cylindrical-coordinate representation of color #46DD37: hue angle of 114.58º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #46DD37 is Cyan = 0.68, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 221 | 55 | - |
| CMYK | 0.68 | 0 | 0.75 | 0.13 |
| HSL | 114.58º | 0.71% | 0.54% | - |
| HSV(B) | 114.58º | 0.75% | 0.87% | - |
| XYZ | 29.07 | 53.29 | 12.37 | - |
| YUV | 156.93 | 70.47 | 66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 221 | 55 | 0.68 | 0 | 0.75 | 0.13 | 114.58 | 0.71 | 0.54 |
| Hex | 46 | DD | 37 | 44 | 0 | 4B | D | 73 | 47 | 36 |
| Octal | 106 | 335 | 67 | 104 | 0 | 113 | 15 | 163 | 107 | 66 |
| Binary | 1000110 | 11011101 | 110111 | 1000100 | 0 | 1001011 | 1101 | 1110011 | 1000111 | 110110 |
Color Harmonies of #46DD37
Complementary color
Monochromatic Colors of #46DD37
Black with #46DD37
Text Example
Text Example
White with #46DD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DD37; }
p { color: rgb(70,221,55); }
H1.HeaderClassName
{
color: #46DD37;
}
.AnyTagClassName
{
color: #46DD37;
}
</style>
background-color css
<style>
a { background-color: #46DD37; }
a { background-color: rgb(70,221,55); }
div.DivClassName
{
background-color: #46DD37;
}
.BgClassName
{
background-color: #46DD37;
}
</style>
border-color css
<style>
span { border-color: #46DD37; }
span { border-color: rgb(70,221,55); }
td.TdClassName
{
border-color: #46DD37;
}
.TagClassName
{
border-color: #46DD37;
}
</style>