Shades of Lime Green #46C83F
Tints of Lime Green #46C83F
RGB
CMYK
RGB Variations
Color information
#46C83F (or 0x46C83F) is known color: Lime Green. HEX triplet: 46, C8 and 3F. RGB value is (70,200,63). Sum of RGB (Red+Green+Blue) = 70+200+63=333 (44% of max value = 765). Red value is 70 (27.73% from 255 or 21.02% from 333); Green value is 200 (78.52% from 255 or 60.06% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 200 - color contains mainly: green. Hex color #46C83F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46C83F is #B937C0. Grayscale: #919191. Windows color (decimal): -12138433 or 4180038. OLE color: 4180038.
HSL color Cylindrical-coordinate representation of color #46C83F: hue angle of 116.93º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46C83F is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 200 | 63 | - |
| CMYK | 0.65 | 0 | 0.68 | 0.22 |
| HSL | 116.93º | 0.55% | 0.52% | - |
| HSV(B) | 116.93º | 0.69% | 0.78% | - |
| XYZ | 24.08 | 42.97 | 11.73 | - |
| YUV | 145.51 | 81.43 | 74.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 200 | 63 | 0.65 | 0 | 0.68 | 0.22 | 116.93 | 0.55 | 0.52 |
| Hex | 46 | C8 | 3F | 41 | 0 | 44 | 16 | 75 | 37 | 34 |
| Octal | 106 | 310 | 77 | 101 | 0 | 104 | 26 | 165 | 67 | 64 |
| Binary | 1000110 | 11001000 | 111111 | 1000001 | 0 | 1000100 | 10110 | 1110101 | 110111 | 110100 |
Color Harmonies of #46C83F
Complementary color
Monochromatic Colors of #46C83F
Black with #46C83F
Text Example
Text Example
White with #46C83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C83F; }
p { color: rgb(70,200,63); }
H1.HeaderClassName
{
color: #46C83F;
}
.AnyTagClassName
{
color: #46C83F;
}
</style>
background-color css
<style>
a { background-color: #46C83F; }
a { background-color: rgb(70,200,63); }
div.DivClassName
{
background-color: #46C83F;
}
.BgClassName
{
background-color: #46C83F;
}
</style>
border-color css
<style>
span { border-color: #46C83F; }
span { border-color: rgb(70,200,63); }
td.TdClassName
{
border-color: #46C83F;
}
.TagClassName
{
border-color: #46C83F;
}
</style>