Shades of Lime Green #47C546
Tints of Lime Green #47C546
RGB
CMYK
RGB Variations
Color information
#47C546 (or 0x47C546) is known color: Lime Green. HEX triplet: 47, C5 and 46. RGB value is (71,197,70). Sum of RGB (Red+Green+Blue) = 71+197+70=338 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.01% from 338); Green value is 197 (77.34% from 255 or 58.28% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 197 - color contains mainly: green. Hex color #47C546 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47C546 is #B83AB9. Grayscale: #919191. Windows color (decimal): -12073658 or 4638023. OLE color: 4638023.
HSL color Cylindrical-coordinate representation of color #47C546: hue angle of 119.53º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C546 is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 71 | 197 | 70 | - |
| CMYK | 0.64 | 0 | 0.64 | 0.23 |
| HSL | 119.53º | 0.52% | 0.52% | - |
| HSV(B) | 119.53º | 0.64% | 0.77% | - |
| XYZ | 23.67 | 41.71 | 12.6 | - |
| YUV | 144.85 | 85.76 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 197 | 70 | 0.64 | 0 | 0.64 | 0.23 | 119.53 | 0.52 | 0.52 |
| Hex | 47 | C5 | 46 | 40 | 0 | 40 | 17 | 78 | 34 | 34 |
| Octal | 107 | 305 | 106 | 100 | 0 | 100 | 27 | 170 | 64 | 64 |
| Binary | 1000111 | 11000101 | 1000110 | 1000000 | 0 | 1000000 | 10111 | 1111000 | 110100 | 110100 |
Color Harmonies of #47C546
Complementary color
Monochromatic Colors of #47C546
Black with #47C546
Text Example
Text Example
White with #47C546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C546; }
p { color: rgb(71,197,70); }
H1.HeaderClassName
{
color: #47C546;
}
.AnyTagClassName
{
color: #47C546;
}
</style>
background-color css
<style>
a { background-color: #47C546; }
a { background-color: rgb(71,197,70); }
div.DivClassName
{
background-color: #47C546;
}
.BgClassName
{
background-color: #47C546;
}
</style>
border-color css
<style>
span { border-color: #47C546; }
span { border-color: rgb(71,197,70); }
td.TdClassName
{
border-color: #47C546;
}
.TagClassName
{
border-color: #47C546;
}
</style>