Shades of Lime Green #46D654
Tints of Lime Green #46D654
RGB
CMYK
RGB Variations
Color information
#46D654 (or 0x46D654) is known color: Lime Green. HEX triplet: 46, D6 and 54. RGB value is (70,214,84). Sum of RGB (Red+Green+Blue) = 70+214+84=368 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.02% from 368); Green value is 214 (83.98% from 255 or 58.15% from 368); Blue value is 84 (33.20% from 255 or 22.83% from 368); Max value from RGB is 214 - color contains mainly: green. Hex color #46D654 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46D654 is #B929AB. Grayscale: #9C9C9C. Windows color (decimal): -12134828 or 5559878. OLE color: 5559878.
HSL color Cylindrical-coordinate representation of color #46D654: hue angle of 125.83º 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 #46D654 is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 214 | 84 | - |
| CMYK | 0.67 | 0 | 0.61 | 0.16 |
| HSL | 125.83º | 0.64% | 0.56% | - |
| HSV(B) | 125.83º | 0.67% | 0.84% | - |
| XYZ | 28.17 | 50.04 | 16.56 | - |
| YUV | 156.12 | 87.29 | 66.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 214 | 84 | 0.67 | 0 | 0.61 | 0.16 | 125.83 | 0.64 | 0.56 |
| Hex | 46 | D6 | 54 | 43 | 0 | 3D | 10 | 7E | 40 | 38 |
| Octal | 106 | 326 | 124 | 103 | 0 | 75 | 20 | 176 | 100 | 70 |
| Binary | 1000110 | 11010110 | 1010100 | 1000011 | 0 | 111101 | 10000 | 1111110 | 1000000 | 111000 |
Color Harmonies of #46D654
Complementary color
Monochromatic Colors of #46D654
Black with #46D654
Text Example
Text Example
White with #46D654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D654; }
p { color: rgb(70,214,84); }
H1.HeaderClassName
{
color: #46D654;
}
.AnyTagClassName
{
color: #46D654;
}
</style>
background-color css
<style>
a { background-color: #46D654; }
a { background-color: rgb(70,214,84); }
div.DivClassName
{
background-color: #46D654;
}
.BgClassName
{
background-color: #46D654;
}
</style>
border-color css
<style>
span { border-color: #46D654; }
span { border-color: rgb(70,214,84); }
td.TdClassName
{
border-color: #46D654;
}
.TagClassName
{
border-color: #46D654;
}
</style>