Shades of Lime Green #46E647
Tints of Lime Green #46E647
RGB
CMYK
RGB Variations
Color information
#46E647 (or 0x46E647) is known color: Lime Green. HEX triplet: 46, E6 and 47. RGB value is (70,230,71). Sum of RGB (Red+Green+Blue) = 70+230+71=371 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.87% from 371); Green value is 230 (90.23% from 255 or 61.99% from 371); Blue value is 71 (28.12% from 255 or 19.14% from 371); Max value from RGB is 230 - color contains mainly: green. Hex color #46E647 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46E647 is #B919B8. Grayscale: #A4A4A4. Windows color (decimal): -12130745 or 4712006. OLE color: 4712006.
HSL color Cylindrical-coordinate representation of color #46E647: hue angle of 120.37º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46E647 is Cyan = 0.70, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 230 | 71 | - |
| CMYK | 0.70 | 0 | 0.69 | 0.10 |
| HSL | 120.38º | 0.76% | 0.59% | - |
| HSV(B) | 120.38º | 0.7% | 0.9% | - |
| XYZ | 31.96 | 58.35 | 15.54 | - |
| YUV | 164.03 | 75.49 | 60.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 230 | 71 | 0.70 | 0 | 0.69 | 0.10 | 120.38 | 0.76 | 0.59 |
| Hex | 46 | E6 | 47 | 46 | 0 | 45 | A | 78 | 4C | 3B |
| Octal | 106 | 346 | 107 | 106 | 0 | 105 | 12 | 170 | 114 | 73 |
| Binary | 1000110 | 11100110 | 1000111 | 1000110 | 0 | 1000101 | 1010 | 1111000 | 1001100 | 111011 |
Color Harmonies of #46E647
Complementary color
Monochromatic Colors of #46E647
Black with #46E647
Text Example
Text Example
White with #46E647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E647; }
p { color: rgb(70,230,71); }
H1.HeaderClassName
{
color: #46E647;
}
.AnyTagClassName
{
color: #46E647;
}
</style>
background-color css
<style>
a { background-color: #46E647; }
a { background-color: rgb(70,230,71); }
div.DivClassName
{
background-color: #46E647;
}
.BgClassName
{
background-color: #46E647;
}
</style>
border-color css
<style>
span { border-color: #46E647; }
span { border-color: rgb(70,230,71); }
td.TdClassName
{
border-color: #46E647;
}
.TagClassName
{
border-color: #46E647;
}
</style>