Shades of Lime Green #46E52A
Tints of Lime Green #46E52A
RGB
CMYK
RGB Variations
Color information
#46E52A (or 0x46E52A) is known color: Lime Green. HEX triplet: 46, E5 and 2A. RGB value is (70,229,42). Sum of RGB (Red+Green+Blue) = 70+229+42=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 229 (89.84% from 255 or 67.16% from 341); Blue value is 42 (16.80% from 255 or 12.32% from 341); Max value from RGB is 229 - color contains mainly: green. Hex color #46E52A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46E52A is #B91AD5. Grayscale: #A0A0A0. Windows color (decimal): -12131030 or 2811206. OLE color: 2811206.
HSL color Cylindrical-coordinate representation of color #46E52A: hue angle of 111.02º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #46E52A is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 229 | 42 | - |
| CMYK | 0.69 | 0 | 0.82 | 0.10 |
| HSL | 111.02º | 0.78% | 0.53% | - |
| HSV(B) | 111.02º | 0.82% | 0.9% | - |
| XYZ | 30.96 | 57.51 | 11.66 | - |
| YUV | 160.14 | 61.32 | 63.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 229 | 42 | 0.69 | 0 | 0.82 | 0.10 | 111.02 | 0.78 | 0.53 |
| Hex | 46 | E5 | 2A | 45 | 0 | 52 | A | 6F | 4E | 35 |
| Octal | 106 | 345 | 52 | 105 | 0 | 122 | 12 | 157 | 116 | 65 |
| Binary | 1000110 | 11100101 | 101010 | 1000101 | 0 | 1010010 | 1010 | 1101111 | 1001110 | 110101 |
Color Harmonies of #46E52A
Complementary color
Monochromatic Colors of #46E52A
Black with #46E52A
Text Example
Text Example
White with #46E52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E52A; }
p { color: rgb(70,229,42); }
H1.HeaderClassName
{
color: #46E52A;
}
.AnyTagClassName
{
color: #46E52A;
}
</style>
background-color css
<style>
a { background-color: #46E52A; }
a { background-color: rgb(70,229,42); }
div.DivClassName
{
background-color: #46E52A;
}
.BgClassName
{
background-color: #46E52A;
}
</style>
border-color css
<style>
span { border-color: #46E52A; }
span { border-color: rgb(70,229,42); }
td.TdClassName
{
border-color: #46E52A;
}
.TagClassName
{
border-color: #46E52A;
}
</style>