Shades of Lime Green #46D232
Tints of Lime Green #46D232
RGB
CMYK
RGB Variations
Color information
#46D232 (or 0x46D232) is known color: Lime Green. HEX triplet: 46, D2 and 32. RGB value is (70,210,50). Sum of RGB (Red+Green+Blue) = 70+210+50=330 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.21% from 330); Green value is 210 (82.42% from 255 or 63.64% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 210 - color contains mainly: green. Hex color #46D232 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D232 is #B92DCD. Grayscale: #969696. Windows color (decimal): -12135886 or 3330630. OLE color: 3330630.
HSL color Cylindrical-coordinate representation of color #46D232: hue angle of 112.5º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #46D232 is Cyan = 0.67, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 210 | 50 | - |
| CMYK | 0.67 | 0 | 0.76 | 0.18 |
| HSL | 112.5º | 0.64% | 0.51% | - |
| HSV(B) | 112.5º | 0.76% | 0.82% | - |
| XYZ | 26.15 | 47.63 | 10.83 | - |
| YUV | 149.9 | 71.62 | 71.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 210 | 50 | 0.67 | 0 | 0.76 | 0.18 | 112.5 | 0.64 | 0.51 |
| Hex | 46 | D2 | 32 | 43 | 0 | 4C | 12 | 70 | 40 | 33 |
| Octal | 106 | 322 | 62 | 103 | 0 | 114 | 22 | 160 | 100 | 63 |
| Binary | 1000110 | 11010010 | 110010 | 1000011 | 0 | 1001100 | 10010 | 1110000 | 1000000 | 110011 |
Color Harmonies of #46D232
Complementary color
Monochromatic Colors of #46D232
Black with #46D232
Text Example
Text Example
White with #46D232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D232; }
p { color: rgb(70,210,50); }
H1.HeaderClassName
{
color: #46D232;
}
.AnyTagClassName
{
color: #46D232;
}
</style>
background-color css
<style>
a { background-color: #46D232; }
a { background-color: rgb(70,210,50); }
div.DivClassName
{
background-color: #46D232;
}
.BgClassName
{
background-color: #46D232;
}
</style>
border-color css
<style>
span { border-color: #46D232; }
span { border-color: rgb(70,210,50); }
td.TdClassName
{
border-color: #46D232;
}
.TagClassName
{
border-color: #46D232;
}
</style>