Shades of Lime Green #46EC3B
Tints of Lime Green #46EC3B
RGB
CMYK
RGB Variations
Color information
#46EC3B (or 0x46EC3B) is known color: Lime Green. HEX triplet: 46, EC and 3B. RGB value is (70,236,59). Sum of RGB (Red+Green+Blue) = 70+236+59=365 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.18% from 365); Green value is 236 (92.58% from 255 or 64.66% from 365); Blue value is 59 (23.44% from 255 or 16.16% from 365); Max value from RGB is 236 - color contains mainly: green. Hex color #46EC3B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46EC3B is #B913C4. Grayscale: #A6A6A6. Windows color (decimal): -12129221 or 3927110. OLE color: 3927110.
HSL color Cylindrical-coordinate representation of color #46EC3B: hue angle of 116.27º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #46EC3B is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 236 | 59 | - |
| CMYK | 0.70 | 0 | 0.75 | 0.07 |
| HSL | 116.27º | 0.82% | 0.58% | - |
| HSV(B) | 116.27º | 0.75% | 0.93% | - |
| XYZ | 33.31 | 61.61 | 14.27 | - |
| YUV | 166.19 | 67.5 | 59.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 236 | 59 | 0.70 | 0 | 0.75 | 0.07 | 116.27 | 0.82 | 0.58 |
| Hex | 46 | EC | 3B | 46 | 0 | 4B | 7 | 74 | 52 | 3A |
| Octal | 106 | 354 | 73 | 106 | 0 | 113 | 7 | 164 | 122 | 72 |
| Binary | 1000110 | 11101100 | 111011 | 1000110 | 0 | 1001011 | 111 | 1110100 | 1010010 | 111010 |
Color Harmonies of #46EC3B
Complementary color
Monochromatic Colors of #46EC3B
Black with #46EC3B
Text Example
Text Example
White with #46EC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46EC3B; }
p { color: rgb(70,236,59); }
H1.HeaderClassName
{
color: #46EC3B;
}
.AnyTagClassName
{
color: #46EC3B;
}
</style>
background-color css
<style>
a { background-color: #46EC3B; }
a { background-color: rgb(70,236,59); }
div.DivClassName
{
background-color: #46EC3B;
}
.BgClassName
{
background-color: #46EC3B;
}
</style>
border-color css
<style>
span { border-color: #46EC3B; }
span { border-color: rgb(70,236,59); }
td.TdClassName
{
border-color: #46EC3B;
}
.TagClassName
{
border-color: #46EC3B;
}
</style>