Shades of Lime Green #46E629
Tints of Lime Green #46E629
RGB
CMYK
RGB Variations
Color information
#46E629 (or 0x46E629) is known color: Lime Green. HEX triplet: 46, E6 and 29. RGB value is (70,230,41). Sum of RGB (Red+Green+Blue) = 70+230+41=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 230 (90.23% from 255 or 67.45% from 341); Blue value is 41 (16.41% from 255 or 12.02% from 341); Max value from RGB is 230 - color contains mainly: green. Hex color #46E629 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46E629 is #B919D6. Grayscale: #A1A1A1. Windows color (decimal): -12130775 or 2745926. OLE color: 2745926.
HSL color Cylindrical-coordinate representation of color #46E629: hue angle of 110.79º degrees, saturation: 0.79, 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 #46E629 is Cyan = 0.70, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 230 | 41 | - |
| CMYK | 0.70 | 0 | 0.82 | 0.10 |
| HSL | 110.79º | 0.79% | 0.53% | - |
| HSV(B) | 110.79º | 0.82% | 0.9% | - |
| XYZ | 31.22 | 58.06 | 11.66 | - |
| YUV | 160.61 | 60.49 | 63.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 230 | 41 | 0.70 | 0 | 0.82 | 0.10 | 110.79 | 0.79 | 0.53 |
| Hex | 46 | E6 | 29 | 46 | 0 | 52 | A | 6F | 4F | 35 |
| Octal | 106 | 346 | 51 | 106 | 0 | 122 | 12 | 157 | 117 | 65 |
| Binary | 1000110 | 11100110 | 101001 | 1000110 | 0 | 1010010 | 1010 | 1101111 | 1001111 | 110101 |
Color Harmonies of #46E629
Complementary color
Monochromatic Colors of #46E629
Black with #46E629
Text Example
Text Example
White with #46E629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E629; }
p { color: rgb(70,230,41); }
H1.HeaderClassName
{
color: #46E629;
}
.AnyTagClassName
{
color: #46E629;
}
</style>
background-color css
<style>
a { background-color: #46E629; }
a { background-color: rgb(70,230,41); }
div.DivClassName
{
background-color: #46E629;
}
.BgClassName
{
background-color: #46E629;
}
</style>
border-color css
<style>
span { border-color: #46E629; }
span { border-color: rgb(70,230,41); }
td.TdClassName
{
border-color: #46E629;
}
.TagClassName
{
border-color: #46E629;
}
</style>