Shades of Lime Green #46D841
Tints of Lime Green #46D841
RGB
CMYK
RGB Variations
Color information
#46D841 (or 0x46D841) is known color: Lime Green. HEX triplet: 46, D8 and 41. RGB value is (70,216,65). Sum of RGB (Red+Green+Blue) = 70+216+65=351 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.94% from 351); Green value is 216 (84.77% from 255 or 61.54% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 216 - color contains mainly: green. Hex color #46D841 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D841 is #B927BE. Grayscale: #9B9B9B. Windows color (decimal): -12134335 or 4315206. OLE color: 4315206.
HSL color Cylindrical-coordinate representation of color #46D841: hue angle of 118.01º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46D841 is Cyan = 0.68, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 70 | 216 | 65 | - |
| CMYK | 0.68 | 0 | 0.70 | 0.15 |
| HSL | 118.01º | 0.66% | 0.55% | - |
| HSV(B) | 118.01º | 0.7% | 0.85% | - |
| XYZ | 28.04 | 50.8 | 13.33 | - |
| YUV | 155.13 | 77.13 | 67.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 216 | 65 | 0.68 | 0 | 0.70 | 0.15 | 118.01 | 0.66 | 0.55 |
| Hex | 46 | D8 | 41 | 44 | 0 | 46 | F | 76 | 42 | 37 |
| Octal | 106 | 330 | 101 | 104 | 0 | 106 | 17 | 166 | 102 | 67 |
| Binary | 1000110 | 11011000 | 1000001 | 1000100 | 0 | 1000110 | 1111 | 1110110 | 1000010 | 110111 |
Color Harmonies of #46D841
Complementary color
Monochromatic Colors of #46D841
Black with #46D841
Text Example
Text Example
White with #46D841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D841; }
p { color: rgb(70,216,65); }
H1.HeaderClassName
{
color: #46D841;
}
.AnyTagClassName
{
color: #46D841;
}
</style>
background-color css
<style>
a { background-color: #46D841; }
a { background-color: rgb(70,216,65); }
div.DivClassName
{
background-color: #46D841;
}
.BgClassName
{
background-color: #46D841;
}
</style>
border-color css
<style>
span { border-color: #46D841; }
span { border-color: rgb(70,216,65); }
td.TdClassName
{
border-color: #46D841;
}
.TagClassName
{
border-color: #46D841;
}
</style>