Shades of Lime Green #46BC3E
Tints of Lime Green #46BC3E
RGB
CMYK
RGB Variations
Color information
#46BC3E (or 0x46BC3E) is known color: Lime Green. HEX triplet: 46, BC and 3E. RGB value is (70,188,62). Sum of RGB (Red+Green+Blue) = 70+188+62=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 188 (73.83% from 255 or 58.75% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 188 - color contains mainly: green. Hex color #46BC3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46BC3E is #B943C1. Grayscale: #8A8A8A. Windows color (decimal): -12141506 or 4111430. OLE color: 4111430.
HSL color Cylindrical-coordinate representation of color #46BC3E: hue angle of 116.19º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46BC3E is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 188 | 62 | - |
| CMYK | 0.63 | 0 | 0.67 | 0.26 |
| HSL | 116.19º | 0.5% | 0.49% | - |
| HSV(B) | 116.19º | 0.67% | 0.74% | - |
| XYZ | 21.38 | 37.62 | 10.69 | - |
| YUV | 138.35 | 84.91 | 79.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 188 | 62 | 0.63 | 0 | 0.67 | 0.26 | 116.19 | 0.5 | 0.49 |
| Hex | 46 | BC | 3E | 3F | 0 | 43 | 1A | 74 | 32 | 31 |
| Octal | 106 | 274 | 76 | 77 | 0 | 103 | 32 | 164 | 62 | 61 |
| Binary | 1000110 | 10111100 | 111110 | 111111 | 0 | 1000011 | 11010 | 1110100 | 110010 | 110001 |
Color Harmonies of #46BC3E
Complementary color
Monochromatic Colors of #46BC3E
Black with #46BC3E
Text Example
Text Example
White with #46BC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BC3E; }
p { color: rgb(70,188,62); }
H1.HeaderClassName
{
color: #46BC3E;
}
.AnyTagClassName
{
color: #46BC3E;
}
</style>
background-color css
<style>
a { background-color: #46BC3E; }
a { background-color: rgb(70,188,62); }
div.DivClassName
{
background-color: #46BC3E;
}
.BgClassName
{
background-color: #46BC3E;
}
</style>
border-color css
<style>
span { border-color: #46BC3E; }
span { border-color: rgb(70,188,62); }
td.TdClassName
{
border-color: #46BC3E;
}
.TagClassName
{
border-color: #46BC3E;
}
</style>