Shades of Lime Green #46D747
Tints of Lime Green #46D747
RGB
CMYK
RGB Variations
Color information
#46D747 (or 0x46D747) is known color: Lime Green. HEX triplet: 46, D7 and 47. RGB value is (70,215,71). Sum of RGB (Red+Green+Blue) = 70+215+71=356 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.66% from 356); Green value is 215 (84.38% from 255 or 60.39% from 356); Blue value is 71 (28.12% from 255 or 19.94% from 356); Max value from RGB is 215 - color contains mainly: green. Hex color #46D747 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D747 is #B928B8. Grayscale: #9B9B9B. Windows color (decimal): -12134585 or 4708166. OLE color: 4708166.
HSL color Cylindrical-coordinate representation of color #46D747: hue angle of 120.41º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D747 is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 215 | 71 | - |
| CMYK | 0.67 | 0 | 0.67 | 0.16 |
| HSL | 120.41º | 0.64% | 0.56% | - |
| HSV(B) | 120.41º | 0.67% | 0.84% | - |
| XYZ | 27.96 | 50.36 | 14.21 | - |
| YUV | 155.23 | 80.46 | 67.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 215 | 71 | 0.67 | 0 | 0.67 | 0.16 | 120.41 | 0.64 | 0.56 |
| Hex | 46 | D7 | 47 | 43 | 0 | 43 | 10 | 78 | 40 | 38 |
| Octal | 106 | 327 | 107 | 103 | 0 | 103 | 20 | 170 | 100 | 70 |
| Binary | 1000110 | 11010111 | 1000111 | 1000011 | 0 | 1000011 | 10000 | 1111000 | 1000000 | 111000 |
Color Harmonies of #46D747
Complementary color
Monochromatic Colors of #46D747
Black with #46D747
Text Example
Text Example
White with #46D747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D747; }
p { color: rgb(70,215,71); }
H1.HeaderClassName
{
color: #46D747;
}
.AnyTagClassName
{
color: #46D747;
}
</style>
background-color css
<style>
a { background-color: #46D747; }
a { background-color: rgb(70,215,71); }
div.DivClassName
{
background-color: #46D747;
}
.BgClassName
{
background-color: #46D747;
}
</style>
border-color css
<style>
span { border-color: #46D747; }
span { border-color: rgb(70,215,71); }
td.TdClassName
{
border-color: #46D747;
}
.TagClassName
{
border-color: #46D747;
}
</style>