Shades of Lime Green #46EC3F
Tints of Lime Green #46EC3F
RGB
CMYK
RGB Variations
Color information
#46EC3F (or 0x46EC3F) is known color: Lime Green. HEX triplet: 46, EC and 3F. RGB value is (70,236,63). Sum of RGB (Red+Green+Blue) = 70+236+63=369 (48% of max value = 765). Red value is 70 (27.73% from 255 or 18.97% from 369); Green value is 236 (92.58% from 255 or 63.96% from 369); Blue value is 63 (25% from 255 or 17.07% from 369); Max value from RGB is 236 - color contains mainly: green. Hex color #46EC3F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46EC3F is #B913C0. Grayscale: #A7A7A7. Windows color (decimal): -12129217 or 4189254. OLE color: 4189254.
HSL color Cylindrical-coordinate representation of color #46EC3F: hue angle of 117.57º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46EC3F is Cyan = 0.70, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 236 | 63 | - |
| CMYK | 0.70 | 0 | 0.73 | 0.07 |
| HSL | 117.57º | 0.82% | 0.59% | - |
| HSV(B) | 117.57º | 0.73% | 0.93% | - |
| XYZ | 33.42 | 61.65 | 14.84 | - |
| YUV | 166.64 | 69.5 | 59.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 236 | 63 | 0.70 | 0 | 0.73 | 0.07 | 117.57 | 0.82 | 0.59 |
| Hex | 46 | EC | 3F | 46 | 0 | 49 | 7 | 76 | 52 | 3B |
| Octal | 106 | 354 | 77 | 106 | 0 | 111 | 7 | 166 | 122 | 73 |
| Binary | 1000110 | 11101100 | 111111 | 1000110 | 0 | 1001001 | 111 | 1110110 | 1010010 | 111011 |
Color Harmonies of #46EC3F
Complementary color
Monochromatic Colors of #46EC3F
Black with #46EC3F
Text Example
Text Example
White with #46EC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46EC3F; }
p { color: rgb(70,236,63); }
H1.HeaderClassName
{
color: #46EC3F;
}
.AnyTagClassName
{
color: #46EC3F;
}
</style>
background-color css
<style>
a { background-color: #46EC3F; }
a { background-color: rgb(70,236,63); }
div.DivClassName
{
background-color: #46EC3F;
}
.BgClassName
{
background-color: #46EC3F;
}
</style>
border-color css
<style>
span { border-color: #46EC3F; }
span { border-color: rgb(70,236,63); }
td.TdClassName
{
border-color: #46EC3F;
}
.TagClassName
{
border-color: #46EC3F;
}
</style>