Shades of Lime Green #46D233
Tints of Lime Green #46D233
RGB
CMYK
RGB Variations
Color information
#46D233 (or 0x46D233) is known color: Lime Green. HEX triplet: 46, D2 and 33. RGB value is (70,210,51). Sum of RGB (Red+Green+Blue) = 70+210+51=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 210 (82.42% from 255 or 63.44% from 331); Blue value is 51 (20.31% from 255 or 15.41% from 331); Max value from RGB is 210 - color contains mainly: green. Hex color #46D233 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D233 is #B92DCC. Grayscale: #969696. Windows color (decimal): -12135885 or 3396166. OLE color: 3396166.
HSL color Cylindrical-coordinate representation of color #46D233: hue angle of 112.83º 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 #46D233 is Cyan = 0.67, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 210 | 51 | - |
| CMYK | 0.67 | 0 | 0.76 | 0.18 |
| HSL | 112.83º | 0.64% | 0.51% | - |
| HSV(B) | 112.83º | 0.76% | 0.82% | - |
| XYZ | 26.17 | 47.63 | 10.95 | - |
| YUV | 150.01 | 72.12 | 70.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 210 | 51 | 0.67 | 0 | 0.76 | 0.18 | 112.83 | 0.64 | 0.51 |
| Hex | 46 | D2 | 33 | 43 | 0 | 4C | 12 | 71 | 40 | 33 |
| Octal | 106 | 322 | 63 | 103 | 0 | 114 | 22 | 161 | 100 | 63 |
| Binary | 1000110 | 11010010 | 110011 | 1000011 | 0 | 1001100 | 10010 | 1110001 | 1000000 | 110011 |
Color Harmonies of #46D233
Complementary color
Monochromatic Colors of #46D233
Black with #46D233
Text Example
Text Example
White with #46D233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D233; }
p { color: rgb(70,210,51); }
H1.HeaderClassName
{
color: #46D233;
}
.AnyTagClassName
{
color: #46D233;
}
</style>
background-color css
<style>
a { background-color: #46D233; }
a { background-color: rgb(70,210,51); }
div.DivClassName
{
background-color: #46D233;
}
.BgClassName
{
background-color: #46D233;
}
</style>
border-color css
<style>
span { border-color: #46D233; }
span { border-color: rgb(70,210,51); }
td.TdClassName
{
border-color: #46D233;
}
.TagClassName
{
border-color: #46D233;
}
</style>