Shades of Lime Green #46CB51
Tints of Lime Green #46CB51
RGB
CMYK
RGB Variations
Color information
#46CB51 (or 0x46CB51) is known color: Lime Green. HEX triplet: 46, CB and 51. RGB value is (70,203,81). Sum of RGB (Red+Green+Blue) = 70+203+81=354 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.77% from 354); Green value is 203 (79.69% from 255 or 57.34% from 354); Blue value is 81 (32.03% from 255 or 22.88% from 354); Max value from RGB is 203 - color contains mainly: green. Hex color #46CB51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46CB51 is #B934AE. Grayscale: #959595. Windows color (decimal): -12137647 or 5360454. OLE color: 5360454.
HSL color Cylindrical-coordinate representation of color #46CB51: hue angle of 124.96º 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 #46CB51 is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 203 | 81 | - |
| CMYK | 0.66 | 0 | 0.60 | 0.20 |
| HSL | 124.96º | 0.56% | 0.54% | - |
| HSV(B) | 124.96º | 0.66% | 0.8% | - |
| XYZ | 25.37 | 44.61 | 15.06 | - |
| YUV | 149.33 | 89.44 | 71.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 203 | 81 | 0.66 | 0 | 0.60 | 0.20 | 124.96 | 0.56 | 0.54 |
| Hex | 46 | CB | 51 | 42 | 0 | 3C | 14 | 7D | 38 | 36 |
| Octal | 106 | 313 | 121 | 102 | 0 | 74 | 24 | 175 | 70 | 66 |
| Binary | 1000110 | 11001011 | 1010001 | 1000010 | 0 | 111100 | 10100 | 1111101 | 111000 | 110110 |
Color Harmonies of #46CB51
Complementary color
Monochromatic Colors of #46CB51
Black with #46CB51
Text Example
Text Example
White with #46CB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CB51; }
p { color: rgb(70,203,81); }
H1.HeaderClassName
{
color: #46CB51;
}
.AnyTagClassName
{
color: #46CB51;
}
</style>
background-color css
<style>
a { background-color: #46CB51; }
a { background-color: rgb(70,203,81); }
div.DivClassName
{
background-color: #46CB51;
}
.BgClassName
{
background-color: #46CB51;
}
</style>
border-color css
<style>
span { border-color: #46CB51; }
span { border-color: rgb(70,203,81); }
td.TdClassName
{
border-color: #46CB51;
}
.TagClassName
{
border-color: #46CB51;
}
</style>