Shades of Lime Green #46E048
Tints of Lime Green #46E048
RGB
CMYK
RGB Variations
Color information
#46E048 (or 0x46E048) is known color: Lime Green. HEX triplet: 46, E0 and 48. RGB value is (70,224,72). Sum of RGB (Red+Green+Blue) = 70+224+72=366 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.13% from 366); Green value is 224 (87.89% from 255 or 61.20% from 366); Blue value is 72 (28.52% from 255 or 19.67% from 366); Max value from RGB is 224 - color contains mainly: green. Hex color #46E048 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46E048 is #B91FB7. Grayscale: #A1A1A1. Windows color (decimal): -12132280 or 4776006. OLE color: 4776006.
HSL color Cylindrical-coordinate representation of color #46E048: hue angle of 120.78º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46E048 is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 70 | 224 | 72 | - |
| CMYK | 0.69 | 0 | 0.68 | 0.12 |
| HSL | 120.78º | 0.71% | 0.58% | - |
| HSV(B) | 120.78º | 0.69% | 0.88% | - |
| XYZ | 30.35 | 55.08 | 15.16 | - |
| YUV | 160.63 | 77.98 | 63.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 224 | 72 | 0.69 | 0 | 0.68 | 0.12 | 120.78 | 0.71 | 0.58 |
| Hex | 46 | E0 | 48 | 45 | 0 | 44 | C | 79 | 47 | 3A |
| Octal | 106 | 340 | 110 | 105 | 0 | 104 | 14 | 171 | 107 | 72 |
| Binary | 1000110 | 11100000 | 1001000 | 1000101 | 0 | 1000100 | 1100 | 1111001 | 1000111 | 111010 |
Color Harmonies of #46E048
Complementary color
Monochromatic Colors of #46E048
Black with #46E048
Text Example
Text Example
White with #46E048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E048; }
p { color: rgb(70,224,72); }
H1.HeaderClassName
{
color: #46E048;
}
.AnyTagClassName
{
color: #46E048;
}
</style>
background-color css
<style>
a { background-color: #46E048; }
a { background-color: rgb(70,224,72); }
div.DivClassName
{
background-color: #46E048;
}
.BgClassName
{
background-color: #46E048;
}
</style>
border-color css
<style>
span { border-color: #46E048; }
span { border-color: rgb(70,224,72); }
td.TdClassName
{
border-color: #46E048;
}
.TagClassName
{
border-color: #46E048;
}
</style>