Shades of Lime Green #46D62C
Tints of Lime Green #46D62C
RGB
CMYK
RGB Variations
Color information
#46D62C (or 0x46D62C) is known color: Lime Green. HEX triplet: 46, D6 and 2C. RGB value is (70,214,44). Sum of RGB (Red+Green+Blue) = 70+214+44=328 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.34% from 328); Green value is 214 (83.98% from 255 or 65.24% from 328); Blue value is 44 (17.58% from 255 or 13.41% from 328); Max value from RGB is 214 - color contains mainly: green. Hex color #46D62C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D62C is #B929D3. Grayscale: #989898. Windows color (decimal): -12134868 or 2938438. OLE color: 2938438.
HSL color Cylindrical-coordinate representation of color #46D62C: hue angle of 110.82º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #46D62C is Cyan = 0.67, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 214 | 44 | - |
| CMYK | 0.67 | 0 | 0.79 | 0.16 |
| HSL | 110.82º | 0.67% | 0.51% | - |
| HSV(B) | 110.82º | 0.79% | 0.84% | - |
| XYZ | 27.03 | 49.58 | 10.53 | - |
| YUV | 151.56 | 67.29 | 69.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 214 | 44 | 0.67 | 0 | 0.79 | 0.16 | 110.82 | 0.67 | 0.51 |
| Hex | 46 | D6 | 2C | 43 | 0 | 4F | 10 | 6F | 43 | 33 |
| Octal | 106 | 326 | 54 | 103 | 0 | 117 | 20 | 157 | 103 | 63 |
| Binary | 1000110 | 11010110 | 101100 | 1000011 | 0 | 1001111 | 10000 | 1101111 | 1000011 | 110011 |
Color Harmonies of #46D62C
Complementary color
Monochromatic Colors of #46D62C
Black with #46D62C
Text Example
Text Example
White with #46D62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D62C; }
p { color: rgb(70,214,44); }
H1.HeaderClassName
{
color: #46D62C;
}
.AnyTagClassName
{
color: #46D62C;
}
</style>
background-color css
<style>
a { background-color: #46D62C; }
a { background-color: rgb(70,214,44); }
div.DivClassName
{
background-color: #46D62C;
}
.BgClassName
{
background-color: #46D62C;
}
</style>
border-color css
<style>
span { border-color: #46D62C; }
span { border-color: rgb(70,214,44); }
td.TdClassName
{
border-color: #46D62C;
}
.TagClassName
{
border-color: #46D62C;
}
</style>