Shades of Lime Green #46D533
Tints of Lime Green #46D533
RGB
CMYK
RGB Variations
Color information
#46D533 (or 0x46D533) is known color: Lime Green. HEX triplet: 46, D5 and 33. RGB value is (70,213,51). Sum of RGB (Red+Green+Blue) = 70+213+51=334 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.96% from 334); Green value is 213 (83.59% from 255 or 63.77% from 334); Blue value is 51 (20.31% from 255 or 15.27% from 334); Max value from RGB is 213 - color contains mainly: green. Hex color #46D533 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D533 is #B92ACC. Grayscale: #989898. Windows color (decimal): -12135117 or 3396934. OLE color: 3396934.
HSL color Cylindrical-coordinate representation of color #46D533: hue angle of 112.96º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #46D533 is Cyan = 0.67, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 213 | 51 | - |
| CMYK | 0.67 | 0 | 0.76 | 0.16 |
| HSL | 112.96º | 0.66% | 0.52% | - |
| HSV(B) | 112.96º | 0.76% | 0.84% | - |
| XYZ | 26.92 | 49.13 | 11.2 | - |
| YUV | 151.78 | 71.12 | 69.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 213 | 51 | 0.67 | 0 | 0.76 | 0.16 | 112.96 | 0.66 | 0.52 |
| Hex | 46 | D5 | 33 | 43 | 0 | 4C | 10 | 71 | 42 | 34 |
| Octal | 106 | 325 | 63 | 103 | 0 | 114 | 20 | 161 | 102 | 64 |
| Binary | 1000110 | 11010101 | 110011 | 1000011 | 0 | 1001100 | 10000 | 1110001 | 1000010 | 110100 |
Color Harmonies of #46D533
Complementary color
Monochromatic Colors of #46D533
Black with #46D533
Text Example
Text Example
White with #46D533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D533; }
p { color: rgb(70,213,51); }
H1.HeaderClassName
{
color: #46D533;
}
.AnyTagClassName
{
color: #46D533;
}
</style>
background-color css
<style>
a { background-color: #46D533; }
a { background-color: rgb(70,213,51); }
div.DivClassName
{
background-color: #46D533;
}
.BgClassName
{
background-color: #46D533;
}
</style>
border-color css
<style>
span { border-color: #46D533; }
span { border-color: rgb(70,213,51); }
td.TdClassName
{
border-color: #46D533;
}
.TagClassName
{
border-color: #46D533;
}
</style>