Shades of Lime Green #47C146
Tints of Lime Green #47C146
RGB
CMYK
RGB Variations
Color information
#47C146 (or 0x47C146) is known color: Lime Green. HEX triplet: 47, C1 and 46. RGB value is (71,193,70). Sum of RGB (Red+Green+Blue) = 71+193+70=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 193 (75.78% from 255 or 57.78% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 193 - color contains mainly: green. Hex color #47C146 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47C146 is #B83EB9. Grayscale: #8E8E8E. Windows color (decimal): -12074682 or 4636999. OLE color: 4636999.
HSL color Cylindrical-coordinate representation of color #47C146: hue angle of 119.51º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C146 is Cyan = 0.63, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 193 | 70 | - |
| CMYK | 0.63 | 0 | 0.64 | 0.24 |
| HSL | 119.51º | 0.5% | 0.52% | - |
| HSV(B) | 119.51º | 0.64% | 0.76% | - |
| XYZ | 22.77 | 39.92 | 12.3 | - |
| YUV | 142.5 | 87.08 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 193 | 70 | 0.63 | 0 | 0.64 | 0.24 | 119.51 | 0.5 | 0.52 |
| Hex | 47 | C1 | 46 | 3F | 0 | 40 | 18 | 78 | 32 | 34 |
| Octal | 107 | 301 | 106 | 77 | 0 | 100 | 30 | 170 | 62 | 64 |
| Binary | 1000111 | 11000001 | 1000110 | 111111 | 0 | 1000000 | 11000 | 1111000 | 110010 | 110100 |
Color Harmonies of #47C146
Complementary color
Monochromatic Colors of #47C146
Black with #47C146
Text Example
Text Example
White with #47C146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C146; }
p { color: rgb(71,193,70); }
H1.HeaderClassName
{
color: #47C146;
}
.AnyTagClassName
{
color: #47C146;
}
</style>
background-color css
<style>
a { background-color: #47C146; }
a { background-color: rgb(71,193,70); }
div.DivClassName
{
background-color: #47C146;
}
.BgClassName
{
background-color: #47C146;
}
</style>
border-color css
<style>
span { border-color: #47C146; }
span { border-color: rgb(71,193,70); }
td.TdClassName
{
border-color: #47C146;
}
.TagClassName
{
border-color: #47C146;
}
</style>