Shades of Lime Green #46D74F
Tints of Lime Green #46D74F
RGB
CMYK
RGB Variations
Color information
#46D74F (or 0x46D74F) is known color: Lime Green. HEX triplet: 46, D7 and 4F. RGB value is (70,215,79). Sum of RGB (Red+Green+Blue) = 70+215+79=364 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.23% from 364); Green value is 215 (84.38% from 255 or 59.07% from 364); Blue value is 79 (31.25% from 255 or 21.70% from 364); Max value from RGB is 215 - color contains mainly: green. Hex color #46D74F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46D74F is #B928B0. Grayscale: #9C9C9C. Windows color (decimal): -12134577 or 5232454. OLE color: 5232454.
HSL color Cylindrical-coordinate representation of color #46D74F: hue angle of 123.72º 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 #46D74F is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 215 | 79 | - |
| CMYK | 0.67 | 0 | 0.63 | 0.16 |
| HSL | 123.72º | 0.64% | 0.56% | - |
| HSV(B) | 123.72º | 0.67% | 0.84% | - |
| XYZ | 28.24 | 50.47 | 15.65 | - |
| YUV | 156.14 | 84.46 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 215 | 79 | 0.67 | 0 | 0.63 | 0.16 | 123.72 | 0.64 | 0.56 |
| Hex | 46 | D7 | 4F | 43 | 0 | 3F | 10 | 7C | 40 | 38 |
| Octal | 106 | 327 | 117 | 103 | 0 | 77 | 20 | 174 | 100 | 70 |
| Binary | 1000110 | 11010111 | 1001111 | 1000011 | 0 | 111111 | 10000 | 1111100 | 1000000 | 111000 |
Color Harmonies of #46D74F
Complementary color
Monochromatic Colors of #46D74F
Black with #46D74F
Text Example
Text Example
White with #46D74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D74F; }
p { color: rgb(70,215,79); }
H1.HeaderClassName
{
color: #46D74F;
}
.AnyTagClassName
{
color: #46D74F;
}
</style>
background-color css
<style>
a { background-color: #46D74F; }
a { background-color: rgb(70,215,79); }
div.DivClassName
{
background-color: #46D74F;
}
.BgClassName
{
background-color: #46D74F;
}
</style>
border-color css
<style>
span { border-color: #46D74F; }
span { border-color: rgb(70,215,79); }
td.TdClassName
{
border-color: #46D74F;
}
.TagClassName
{
border-color: #46D74F;
}
</style>