Shades of Lime Green #46EF2C
Tints of Lime Green #46EF2C
RGB
CMYK
RGB Variations
Color information
#46EF2C (or 0x46EF2C) is known color: Lime Green. HEX triplet: 46, EF and 2C. RGB value is (70,239,44). Sum of RGB (Red+Green+Blue) = 70+239+44=353 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.83% from 353); Green value is 239 (93.75% from 255 or 67.71% from 353); Blue value is 44 (17.58% from 255 or 12.46% from 353); Max value from RGB is 239 - color contains mainly: green. Hex color #46EF2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46EF2C is #B910D3. Grayscale: #A6A6A6. Windows color (decimal): -12128468 or 2944838. OLE color: 2944838.
HSL color Cylindrical-coordinate representation of color #46EF2C: hue angle of 112º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #46EF2C is Cyan = 0.71, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 70 | 239 | 44 | - |
| CMYK | 0.71 | 0 | 0.82 | 0.06 |
| HSL | 112º | 0.86% | 0.55% | - |
| HSV(B) | 112º | 0.82% | 0.94% | - |
| XYZ | 33.85 | 63.22 | 12.8 | - |
| YUV | 166.24 | 59.01 | 59.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 239 | 44 | 0.71 | 0 | 0.82 | 0.06 | 112 | 0.86 | 0.55 |
| Hex | 46 | EF | 2C | 47 | 0 | 52 | 6 | 70 | 56 | 37 |
| Octal | 106 | 357 | 54 | 107 | 0 | 122 | 6 | 160 | 126 | 67 |
| Binary | 1000110 | 11101111 | 101100 | 1000111 | 0 | 1010010 | 110 | 1110000 | 1010110 | 110111 |
Color Harmonies of #46EF2C
Complementary color
Monochromatic Colors of #46EF2C
Black with #46EF2C
Text Example
Text Example
White with #46EF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46EF2C; }
p { color: rgb(70,239,44); }
H1.HeaderClassName
{
color: #46EF2C;
}
.AnyTagClassName
{
color: #46EF2C;
}
</style>
background-color css
<style>
a { background-color: #46EF2C; }
a { background-color: rgb(70,239,44); }
div.DivClassName
{
background-color: #46EF2C;
}
.BgClassName
{
background-color: #46EF2C;
}
</style>
border-color css
<style>
span { border-color: #46EF2C; }
span { border-color: rgb(70,239,44); }
td.TdClassName
{
border-color: #46EF2C;
}
.TagClassName
{
border-color: #46EF2C;
}
</style>