Shades of Lime Green #46E028
Tints of Lime Green #46E028
RGB
CMYK
RGB Variations
Color information
#46E028 (or 0x46E028) is known color: Lime Green. HEX triplet: 46, E0 and 28. RGB value is (70,224,40). Sum of RGB (Red+Green+Blue) = 70+224+40=334 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.96% from 334); Green value is 224 (87.89% from 255 or 67.07% from 334); Blue value is 40 (16.02% from 255 or 11.98% from 334); Max value from RGB is 224 - color contains mainly: green. Hex color #46E028 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46E028 is #B91FD7. Grayscale: #9D9D9D. Windows color (decimal): -12132312 or 2678854. OLE color: 2678854.
HSL color Cylindrical-coordinate representation of color #46E028: hue angle of 110.22º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #46E028 is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 70 | 224 | 40 | - |
| CMYK | 0.69 | 0 | 0.82 | 0.12 |
| HSL | 110.22º | 0.75% | 0.52% | - |
| HSV(B) | 110.22º | 0.82% | 0.88% | - |
| XYZ | 29.56 | 54.77 | 11.02 | - |
| YUV | 156.98 | 61.98 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 224 | 40 | 0.69 | 0 | 0.82 | 0.12 | 110.22 | 0.75 | 0.52 |
| Hex | 46 | E0 | 28 | 45 | 0 | 52 | C | 6E | 4B | 34 |
| Octal | 106 | 340 | 50 | 105 | 0 | 122 | 14 | 156 | 113 | 64 |
| Binary | 1000110 | 11100000 | 101000 | 1000101 | 0 | 1010010 | 1100 | 1101110 | 1001011 | 110100 |
Color Harmonies of #46E028
Complementary color
Monochromatic Colors of #46E028
Black with #46E028
Text Example
Text Example
White with #46E028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E028; }
p { color: rgb(70,224,40); }
H1.HeaderClassName
{
color: #46E028;
}
.AnyTagClassName
{
color: #46E028;
}
</style>
background-color css
<style>
a { background-color: #46E028; }
a { background-color: rgb(70,224,40); }
div.DivClassName
{
background-color: #46E028;
}
.BgClassName
{
background-color: #46E028;
}
</style>
border-color css
<style>
span { border-color: #46E028; }
span { border-color: rgb(70,224,40); }
td.TdClassName
{
border-color: #46E028;
}
.TagClassName
{
border-color: #46E028;
}
</style>