Shades of Lime Green #46D04D
Tints of Lime Green #46D04D
RGB
CMYK
RGB Variations
Color information
#46D04D (or 0x46D04D) is known color: Lime Green. HEX triplet: 46, D0 and 4D. RGB value is (70,208,77). Sum of RGB (Red+Green+Blue) = 70+208+77=355 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.72% from 355); Green value is 208 (81.64% from 255 or 58.59% from 355); Blue value is 77 (30.47% from 255 or 21.69% from 355); Max value from RGB is 208 - color contains mainly: green. Hex color #46D04D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46D04D is #B92FB2. Grayscale: #989898. Windows color (decimal): -12136371 or 5099590. OLE color: 5099590.
HSL color Cylindrical-coordinate representation of color #46D04D: hue angle of 123.04º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46D04D is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 208 | 77 | - |
| CMYK | 0.66 | 0 | 0.63 | 0.18 |
| HSL | 123.04º | 0.59% | 0.55% | - |
| HSV(B) | 123.04º | 0.66% | 0.82% | - |
| XYZ | 26.42 | 46.95 | 14.69 | - |
| YUV | 151.8 | 85.78 | 69.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 208 | 77 | 0.66 | 0 | 0.63 | 0.18 | 123.04 | 0.59 | 0.55 |
| Hex | 46 | D0 | 4D | 42 | 0 | 3F | 12 | 7B | 3B | 37 |
| Octal | 106 | 320 | 115 | 102 | 0 | 77 | 22 | 173 | 73 | 67 |
| Binary | 1000110 | 11010000 | 1001101 | 1000010 | 0 | 111111 | 10010 | 1111011 | 111011 | 110111 |
Color Harmonies of #46D04D
Complementary color
Monochromatic Colors of #46D04D
Black with #46D04D
Text Example
Text Example
White with #46D04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D04D; }
p { color: rgb(70,208,77); }
H1.HeaderClassName
{
color: #46D04D;
}
.AnyTagClassName
{
color: #46D04D;
}
</style>
background-color css
<style>
a { background-color: #46D04D; }
a { background-color: rgb(70,208,77); }
div.DivClassName
{
background-color: #46D04D;
}
.BgClassName
{
background-color: #46D04D;
}
</style>
border-color css
<style>
span { border-color: #46D04D; }
span { border-color: rgb(70,208,77); }
td.TdClassName
{
border-color: #46D04D;
}
.TagClassName
{
border-color: #46D04D;
}
</style>