Shades of Lime Green #46D546
Tints of Lime Green #46D546
RGB
CMYK
RGB Variations
Color information
#46D546 (or 0x46D546) is known color: Lime Green. HEX triplet: 46, D5 and 46. RGB value is (70,213,70). Sum of RGB (Red+Green+Blue) = 70+213+70=353 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.83% from 353); Green value is 213 (83.59% from 255 or 60.34% from 353); Blue value is 70 (27.73% from 255 or 19.83% from 353); Max value from RGB is 213 - color contains mainly: green. Hex color #46D546 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D546 is #B92AB9. Grayscale: #9A9A9A. Windows color (decimal): -12135098 or 4642118. OLE color: 4642118.
HSL color Cylindrical-coordinate representation of color #46D546: hue angle of 120º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D546 is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 213 | 70 | - |
| CMYK | 0.67 | 0 | 0.67 | 0.16 |
| HSL | 120º | 0.63% | 0.55% | - |
| HSV(B) | 120º | 0.67% | 0.84% | - |
| XYZ | 27.43 | 49.33 | 13.87 | - |
| YUV | 153.94 | 80.62 | 68.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 213 | 70 | 0.67 | 0 | 0.67 | 0.16 | 120 | 0.63 | 0.55 |
| Hex | 46 | D5 | 46 | 43 | 0 | 43 | 10 | 78 | 3F | 37 |
| Octal | 106 | 325 | 106 | 103 | 0 | 103 | 20 | 170 | 77 | 67 |
| Binary | 1000110 | 11010101 | 1000110 | 1000011 | 0 | 1000011 | 10000 | 1111000 | 111111 | 110111 |
Color Harmonies of #46D546
Complementary color
Monochromatic Colors of #46D546
Black with #46D546
Text Example
Text Example
White with #46D546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D546; }
p { color: rgb(70,213,70); }
H1.HeaderClassName
{
color: #46D546;
}
.AnyTagClassName
{
color: #46D546;
}
</style>
background-color css
<style>
a { background-color: #46D546; }
a { background-color: rgb(70,213,70); }
div.DivClassName
{
background-color: #46D546;
}
.BgClassName
{
background-color: #46D546;
}
</style>
border-color css
<style>
span { border-color: #46D546; }
span { border-color: rgb(70,213,70); }
td.TdClassName
{
border-color: #46D546;
}
.TagClassName
{
border-color: #46D546;
}
</style>