Shades of Lime Green #46C84A
Tints of Lime Green #46C84A
RGB
CMYK
RGB Variations
Color information
#46C84A (or 0x46C84A) is known color: Lime Green. HEX triplet: 46, C8 and 4A. RGB value is (70,200,74). Sum of RGB (Red+Green+Blue) = 70+200+74=344 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.35% from 344); Green value is 200 (78.52% from 255 or 58.14% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 200 - color contains mainly: green. Hex color #46C84A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46C84A is #B937B5. Grayscale: #939393. Windows color (decimal): -12138422 or 4900934. OLE color: 4900934.
HSL color Cylindrical-coordinate representation of color #46C84A: hue angle of 121.85º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46C84A is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 200 | 74 | - |
| CMYK | 0.65 | 0 | 0.63 | 0.22 |
| HSL | 121.85º | 0.54% | 0.53% | - |
| HSV(B) | 121.85º | 0.65% | 0.78% | - |
| XYZ | 24.42 | 43.11 | 13.51 | - |
| YUV | 146.77 | 86.93 | 73.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 200 | 74 | 0.65 | 0 | 0.63 | 0.22 | 121.85 | 0.54 | 0.53 |
| Hex | 46 | C8 | 4A | 41 | 0 | 3F | 16 | 7A | 36 | 35 |
| Octal | 106 | 310 | 112 | 101 | 0 | 77 | 26 | 172 | 66 | 65 |
| Binary | 1000110 | 11001000 | 1001010 | 1000001 | 0 | 111111 | 10110 | 1111010 | 110110 | 110101 |
Color Harmonies of #46C84A
Complementary color
Monochromatic Colors of #46C84A
Black with #46C84A
Text Example
Text Example
White with #46C84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C84A; }
p { color: rgb(70,200,74); }
H1.HeaderClassName
{
color: #46C84A;
}
.AnyTagClassName
{
color: #46C84A;
}
</style>
background-color css
<style>
a { background-color: #46C84A; }
a { background-color: rgb(70,200,74); }
div.DivClassName
{
background-color: #46C84A;
}
.BgClassName
{
background-color: #46C84A;
}
</style>
border-color css
<style>
span { border-color: #46C84A; }
span { border-color: rgb(70,200,74); }
td.TdClassName
{
border-color: #46C84A;
}
.TagClassName
{
border-color: #46C84A;
}
</style>