Shades of Lime Green #46CC3E
Tints of Lime Green #46CC3E
RGB
CMYK
RGB Variations
Color information
#46CC3E (or 0x46CC3E) is known color: Lime Green. HEX triplet: 46, CC and 3E. RGB value is (70,204,62). Sum of RGB (Red+Green+Blue) = 70+204+62=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 204 (80.08% from 255 or 60.71% from 336); Blue value is 62 (24.61% from 255 or 18.45% from 336); Max value from RGB is 204 - color contains mainly: green. Hex color #46CC3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46CC3E is #B933C1. Grayscale: #949494. Windows color (decimal): -12137410 or 4115526. OLE color: 4115526.
HSL color Cylindrical-coordinate representation of color #46CC3E: hue angle of 116.62º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46CC3E is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 204 | 62 | - |
| CMYK | 0.66 | 0 | 0.70 | 0.2 |
| HSL | 116.62º | 0.58% | 0.52% | - |
| HSV(B) | 116.62º | 0.7% | 0.8% | - |
| XYZ | 24.99 | 44.84 | 11.89 | - |
| YUV | 147.75 | 79.61 | 72.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 204 | 62 | 0.66 | 0 | 0.70 | 0.2 | 116.62 | 0.58 | 0.52 |
| Hex | 46 | CC | 3E | 42 | 0 | 46 | 14 | 75 | 3A | 34 |
| Octal | 106 | 314 | 76 | 102 | 0 | 106 | 24 | 165 | 72 | 64 |
| Binary | 1000110 | 11001100 | 111110 | 1000010 | 0 | 1000110 | 10100 | 1110101 | 111010 | 110100 |
Color Harmonies of #46CC3E
Complementary color
Monochromatic Colors of #46CC3E
Black with #46CC3E
Text Example
Text Example
White with #46CC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CC3E; }
p { color: rgb(70,204,62); }
H1.HeaderClassName
{
color: #46CC3E;
}
.AnyTagClassName
{
color: #46CC3E;
}
</style>
background-color css
<style>
a { background-color: #46CC3E; }
a { background-color: rgb(70,204,62); }
div.DivClassName
{
background-color: #46CC3E;
}
.BgClassName
{
background-color: #46CC3E;
}
</style>
border-color css
<style>
span { border-color: #46CC3E; }
span { border-color: rgb(70,204,62); }
td.TdClassName
{
border-color: #46CC3E;
}
.TagClassName
{
border-color: #46CC3E;
}
</style>