Shades of Lime Green #46CF47
Tints of Lime Green #46CF47
RGB
CMYK
RGB Variations
Color information
#46CF47 (or 0x46CF47) is known color: Lime Green. HEX triplet: 46, CF and 47. RGB value is (70,207,71). Sum of RGB (Red+Green+Blue) = 70+207+71=348 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.11% from 348); Green value is 207 (81.25% from 255 or 59.48% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 207 - color contains mainly: green. Hex color #46CF47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46CF47 is #B930B8. Grayscale: #969696. Windows color (decimal): -12136633 or 4706118. OLE color: 4706118.
HSL color Cylindrical-coordinate representation of color #46CF47: hue angle of 120.44º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CF47 is Cyan = 0.66, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 207 | 71 | - |
| CMYK | 0.66 | 0 | 0.66 | 0.19 |
| HSL | 120.44º | 0.59% | 0.54% | - |
| HSV(B) | 120.44º | 0.66% | 0.81% | - |
| XYZ | 25.98 | 46.38 | 13.54 | - |
| YUV | 150.53 | 83.11 | 70.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 207 | 71 | 0.66 | 0 | 0.66 | 0.19 | 120.44 | 0.59 | 0.54 |
| Hex | 46 | CF | 47 | 42 | 0 | 42 | 13 | 78 | 3B | 36 |
| Octal | 106 | 317 | 107 | 102 | 0 | 102 | 23 | 170 | 73 | 66 |
| Binary | 1000110 | 11001111 | 1000111 | 1000010 | 0 | 1000010 | 10011 | 1111000 | 111011 | 110110 |
Color Harmonies of #46CF47
Complementary color
Monochromatic Colors of #46CF47
Black with #46CF47
Text Example
Text Example
White with #46CF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CF47; }
p { color: rgb(70,207,71); }
H1.HeaderClassName
{
color: #46CF47;
}
.AnyTagClassName
{
color: #46CF47;
}
</style>
background-color css
<style>
a { background-color: #46CF47; }
a { background-color: rgb(70,207,71); }
div.DivClassName
{
background-color: #46CF47;
}
.BgClassName
{
background-color: #46CF47;
}
</style>
border-color css
<style>
span { border-color: #46CF47; }
span { border-color: rgb(70,207,71); }
td.TdClassName
{
border-color: #46CF47;
}
.TagClassName
{
border-color: #46CF47;
}
</style>