Shades of Lime Green #46D24D
Tints of Lime Green #46D24D
RGB
CMYK
RGB Variations
Color information
#46D24D (or 0x46D24D) is known color: Lime Green. HEX triplet: 46, D2 and 4D. RGB value is (70,210,77). Sum of RGB (Red+Green+Blue) = 70+210+77=357 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.61% from 357); Green value is 210 (82.42% from 255 or 58.82% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 210 - color contains mainly: green. Hex color #46D24D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46D24D is #B92DB2. Grayscale: #999999. Windows color (decimal): -12135859 or 5100102. OLE color: 5100102.
HSL color Cylindrical-coordinate representation of color #46D24D: hue angle of 123º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D24D is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 210 | 77 | - |
| CMYK | 0.67 | 0 | 0.63 | 0.18 |
| HSL | 123º | 0.61% | 0.55% | - |
| HSV(B) | 123º | 0.67% | 0.82% | - |
| XYZ | 26.91 | 47.93 | 14.85 | - |
| YUV | 152.98 | 85.12 | 68.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 210 | 77 | 0.67 | 0 | 0.63 | 0.18 | 123 | 0.61 | 0.55 |
| Hex | 46 | D2 | 4D | 43 | 0 | 3F | 12 | 7B | 3D | 37 |
| Octal | 106 | 322 | 115 | 103 | 0 | 77 | 22 | 173 | 75 | 67 |
| Binary | 1000110 | 11010010 | 1001101 | 1000011 | 0 | 111111 | 10010 | 1111011 | 111101 | 110111 |
Color Harmonies of #46D24D
Complementary color
Monochromatic Colors of #46D24D
Black with #46D24D
Text Example
Text Example
White with #46D24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D24D; }
p { color: rgb(70,210,77); }
H1.HeaderClassName
{
color: #46D24D;
}
.AnyTagClassName
{
color: #46D24D;
}
</style>
background-color css
<style>
a { background-color: #46D24D; }
a { background-color: rgb(70,210,77); }
div.DivClassName
{
background-color: #46D24D;
}
.BgClassName
{
background-color: #46D24D;
}
</style>
border-color css
<style>
span { border-color: #46D24D; }
span { border-color: rgb(70,210,77); }
td.TdClassName
{
border-color: #46D24D;
}
.TagClassName
{
border-color: #46D24D;
}
</style>