Shades of Lime Green #46CA4F
Tints of Lime Green #46CA4F
RGB
CMYK
RGB Variations
Color information
#46CA4F (or 0x46CA4F) is known color: Lime Green. HEX triplet: 46, CA and 4F. RGB value is (70,202,79). Sum of RGB (Red+Green+Blue) = 70+202+79=351 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.94% from 351); Green value is 202 (79.30% from 255 or 57.55% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 202 - color contains mainly: green. Hex color #46CA4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46CA4F is #B935B0. Grayscale: #949494. Windows color (decimal): -12137905 or 5229126. OLE color: 5229126.
HSL color Cylindrical-coordinate representation of color #46CA4F: hue angle of 124.09º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46CA4F is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 70 | 202 | 79 | - |
| CMYK | 0.65 | 0 | 0.61 | 0.21 |
| HSL | 124.09º | 0.55% | 0.53% | - |
| HSV(B) | 124.09º | 0.65% | 0.79% | - |
| XYZ | 25.06 | 44.11 | 14.59 | - |
| YUV | 148.51 | 88.77 | 72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 202 | 79 | 0.65 | 0 | 0.61 | 0.21 | 124.09 | 0.55 | 0.53 |
| Hex | 46 | CA | 4F | 41 | 0 | 3D | 15 | 7C | 37 | 35 |
| Octal | 106 | 312 | 117 | 101 | 0 | 75 | 25 | 174 | 67 | 65 |
| Binary | 1000110 | 11001010 | 1001111 | 1000001 | 0 | 111101 | 10101 | 1111100 | 110111 | 110101 |
Color Harmonies of #46CA4F
Complementary color
Monochromatic Colors of #46CA4F
Black with #46CA4F
Text Example
Text Example
White with #46CA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CA4F; }
p { color: rgb(70,202,79); }
H1.HeaderClassName
{
color: #46CA4F;
}
.AnyTagClassName
{
color: #46CA4F;
}
</style>
background-color css
<style>
a { background-color: #46CA4F; }
a { background-color: rgb(70,202,79); }
div.DivClassName
{
background-color: #46CA4F;
}
.BgClassName
{
background-color: #46CA4F;
}
</style>
border-color css
<style>
span { border-color: #46CA4F; }
span { border-color: rgb(70,202,79); }
td.TdClassName
{
border-color: #46CA4F;
}
.TagClassName
{
border-color: #46CA4F;
}
</style>