Shades of Lime Green #46CA40
Tints of Lime Green #46CA40
RGB
CMYK
RGB Variations
Color information
#46CA40 (or 0x46CA40) is known color: Lime Green. HEX triplet: 46, CA and 40. RGB value is (70,202,64). Sum of RGB (Red+Green+Blue) = 70+202+64=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 202 (79.30% from 255 or 60.12% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 202 - color contains mainly: green. Hex color #46CA40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46CA40 is #B935BF. Grayscale: #939393. Windows color (decimal): -12137920 or 4246086. OLE color: 4246086.
HSL color Cylindrical-coordinate representation of color #46CA40: hue angle of 117.39º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46CA40 is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 70 | 202 | 64 | - |
| CMYK | 0.65 | 0 | 0.68 | 0.21 |
| HSL | 117.39º | 0.57% | 0.52% | - |
| HSV(B) | 117.39º | 0.68% | 0.79% | - |
| XYZ | 24.57 | 43.91 | 12.03 | - |
| YUV | 146.8 | 81.27 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 202 | 64 | 0.65 | 0 | 0.68 | 0.21 | 117.39 | 0.57 | 0.52 |
| Hex | 46 | CA | 40 | 41 | 0 | 44 | 15 | 75 | 39 | 34 |
| Octal | 106 | 312 | 100 | 101 | 0 | 104 | 25 | 165 | 71 | 64 |
| Binary | 1000110 | 11001010 | 1000000 | 1000001 | 0 | 1000100 | 10101 | 1110101 | 111001 | 110100 |
Color Harmonies of #46CA40
Complementary color
Monochromatic Colors of #46CA40
Black with #46CA40
Text Example
Text Example
White with #46CA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CA40; }
p { color: rgb(70,202,64); }
H1.HeaderClassName
{
color: #46CA40;
}
.AnyTagClassName
{
color: #46CA40;
}
</style>
background-color css
<style>
a { background-color: #46CA40; }
a { background-color: rgb(70,202,64); }
div.DivClassName
{
background-color: #46CA40;
}
.BgClassName
{
background-color: #46CA40;
}
</style>
border-color css
<style>
span { border-color: #46CA40; }
span { border-color: rgb(70,202,64); }
td.TdClassName
{
border-color: #46CA40;
}
.TagClassName
{
border-color: #46CA40;
}
</style>