Shades of Lime Green #46D823
Tints of Lime Green #46D823
RGB
CMYK
RGB Variations
Color information
#46D823 (or 0x46D823) is known color: Lime Green. HEX triplet: 46, D8 and 23. RGB value is (70,216,35). Sum of RGB (Red+Green+Blue) = 70+216+35=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 216 (84.77% from 255 or 67.29% from 321); Blue value is 35 (14.06% from 255 or 10.90% from 321); Max value from RGB is 216 - color contains mainly: green. Hex color #46D823 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D823 is #B927DC. Grayscale: #989898. Windows color (decimal): -12134365 or 2349126. OLE color: 2349126.
HSL color Cylindrical-coordinate representation of color #46D823: hue angle of 108.4º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #46D823 is Cyan = 0.68, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 70 | 216 | 35 | - |
| CMYK | 0.68 | 0 | 0.84 | 0.15 |
| HSL | 108.4º | 0.72% | 0.49% | - |
| HSV(B) | 108.4º | 0.84% | 0.85% | - |
| XYZ | 27.39 | 50.54 | 9.9 | - |
| YUV | 151.71 | 62.13 | 69.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 216 | 35 | 0.68 | 0 | 0.84 | 0.15 | 108.4 | 0.72 | 0.49 |
| Hex | 46 | D8 | 23 | 44 | 0 | 54 | F | 6C | 48 | 31 |
| Octal | 106 | 330 | 43 | 104 | 0 | 124 | 17 | 154 | 110 | 61 |
| Binary | 1000110 | 11011000 | 100011 | 1000100 | 0 | 1010100 | 1111 | 1101100 | 1001000 | 110001 |
Color Harmonies of #46D823
Complementary color
Monochromatic Colors of #46D823
Black with #46D823
Text Example
Text Example
White with #46D823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D823; }
p { color: rgb(70,216,35); }
H1.HeaderClassName
{
color: #46D823;
}
.AnyTagClassName
{
color: #46D823;
}
</style>
background-color css
<style>
a { background-color: #46D823; }
a { background-color: rgb(70,216,35); }
div.DivClassName
{
background-color: #46D823;
}
.BgClassName
{
background-color: #46D823;
}
</style>
border-color css
<style>
span { border-color: #46D823; }
span { border-color: rgb(70,216,35); }
td.TdClassName
{
border-color: #46D823;
}
.TagClassName
{
border-color: #46D823;
}
</style>