Shades of Lime Green #46CB50
Tints of Lime Green #46CB50
RGB
CMYK
RGB Variations
Color information
#46CB50 (or 0x46CB50) is known color: Lime Green. HEX triplet: 46, CB and 50. RGB value is (70,203,80). Sum of RGB (Red+Green+Blue) = 70+203+80=353 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.83% from 353); Green value is 203 (79.69% from 255 or 57.51% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 203 - color contains mainly: green. Hex color #46CB50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46CB50 is #B934AF. Grayscale: #959595. Windows color (decimal): -12137648 or 5294918. OLE color: 5294918.
HSL color Cylindrical-coordinate representation of color #46CB50: hue angle of 124.51º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CB50 is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 203 | 80 | - |
| CMYK | 0.66 | 0 | 0.61 | 0.20 |
| HSL | 124.51º | 0.56% | 0.54% | - |
| HSV(B) | 124.51º | 0.66% | 0.8% | - |
| XYZ | 25.33 | 44.59 | 14.86 | - |
| YUV | 149.21 | 88.94 | 71.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 203 | 80 | 0.66 | 0 | 0.61 | 0.20 | 124.51 | 0.56 | 0.54 |
| Hex | 46 | CB | 50 | 42 | 0 | 3D | 14 | 7D | 38 | 36 |
| Octal | 106 | 313 | 120 | 102 | 0 | 75 | 24 | 175 | 70 | 66 |
| Binary | 1000110 | 11001011 | 1010000 | 1000010 | 0 | 111101 | 10100 | 1111101 | 111000 | 110110 |
Color Harmonies of #46CB50
Complementary color
Monochromatic Colors of #46CB50
Black with #46CB50
Text Example
Text Example
White with #46CB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CB50; }
p { color: rgb(70,203,80); }
H1.HeaderClassName
{
color: #46CB50;
}
.AnyTagClassName
{
color: #46CB50;
}
</style>
background-color css
<style>
a { background-color: #46CB50; }
a { background-color: rgb(70,203,80); }
div.DivClassName
{
background-color: #46CB50;
}
.BgClassName
{
background-color: #46CB50;
}
</style>
border-color css
<style>
span { border-color: #46CB50; }
span { border-color: rgb(70,203,80); }
td.TdClassName
{
border-color: #46CB50;
}
.TagClassName
{
border-color: #46CB50;
}
</style>