Shades of Lime Green #46D651
Tints of Lime Green #46D651
RGB
CMYK
RGB Variations
Color information
#46D651 (or 0x46D651) is known color: Lime Green. HEX triplet: 46, D6 and 51. RGB value is (70,214,81). Sum of RGB (Red+Green+Blue) = 70+214+81=365 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.18% from 365); Green value is 214 (83.98% from 255 or 58.63% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 214 - color contains mainly: green. Hex color #46D651 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46D651 is #B929AE. Grayscale: #9C9C9C. Windows color (decimal): -12134831 or 5363270. OLE color: 5363270.
HSL color Cylindrical-coordinate representation of color #46D651: hue angle of 124.58º 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 #46D651 is Cyan = 0.67, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 214 | 81 | - |
| CMYK | 0.67 | 0 | 0.62 | 0.16 |
| HSL | 124.58º | 0.64% | 0.56% | - |
| HSV(B) | 124.58º | 0.67% | 0.84% | - |
| XYZ | 28.06 | 49.99 | 15.95 | - |
| YUV | 155.78 | 85.79 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 214 | 81 | 0.67 | 0 | 0.62 | 0.16 | 124.58 | 0.64 | 0.56 |
| Hex | 46 | D6 | 51 | 43 | 0 | 3E | 10 | 7D | 40 | 38 |
| Octal | 106 | 326 | 121 | 103 | 0 | 76 | 20 | 175 | 100 | 70 |
| Binary | 1000110 | 11010110 | 1010001 | 1000011 | 0 | 111110 | 10000 | 1111101 | 1000000 | 111000 |
Color Harmonies of #46D651
Complementary color
Monochromatic Colors of #46D651
Black with #46D651
Text Example
Text Example
White with #46D651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D651; }
p { color: rgb(70,214,81); }
H1.HeaderClassName
{
color: #46D651;
}
.AnyTagClassName
{
color: #46D651;
}
</style>
background-color css
<style>
a { background-color: #46D651; }
a { background-color: rgb(70,214,81); }
div.DivClassName
{
background-color: #46D651;
}
.BgClassName
{
background-color: #46D651;
}
</style>
border-color css
<style>
span { border-color: #46D651; }
span { border-color: rgb(70,214,81); }
td.TdClassName
{
border-color: #46D651;
}
.TagClassName
{
border-color: #46D651;
}
</style>