Shades of Lime Green #47C343
Tints of Lime Green #47C343
RGB
CMYK
RGB Variations
Color information
#47C343 (or 0x47C343) is known color: Lime Green. HEX triplet: 47, C3 and 43. RGB value is (71,195,67). Sum of RGB (Red+Green+Blue) = 71+195+67=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 195 (76.56% from 255 or 58.56% from 333); Blue value is 67 (26.56% from 255 or 20.12% from 333); Max value from RGB is 195 - color contains mainly: green. Hex color #47C343 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47C343 is #B83CBC. Grayscale: #8F8F8F. Windows color (decimal): -12074173 or 4440903. OLE color: 4440903.
HSL color Cylindrical-coordinate representation of color #47C343: hue angle of 118.12º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47C343 is Cyan = 0.64, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 195 | 67 | - |
| CMYK | 0.64 | 0 | 0.66 | 0.24 |
| HSL | 118.13º | 0.52% | 0.51% | - |
| HSV(B) | 118.13º | 0.66% | 0.76% | - |
| XYZ | 23.13 | 40.78 | 11.96 | - |
| YUV | 143.33 | 84.92 | 76.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 195 | 67 | 0.64 | 0 | 0.66 | 0.24 | 118.13 | 0.52 | 0.51 |
| Hex | 47 | C3 | 43 | 40 | 0 | 42 | 18 | 76 | 34 | 33 |
| Octal | 107 | 303 | 103 | 100 | 0 | 102 | 30 | 166 | 64 | 63 |
| Binary | 1000111 | 11000011 | 1000011 | 1000000 | 0 | 1000010 | 11000 | 1110110 | 110100 | 110011 |
Color Harmonies of #47C343
Complementary color
Monochromatic Colors of #47C343
Black with #47C343
Text Example
Text Example
White with #47C343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C343; }
p { color: rgb(71,195,67); }
H1.HeaderClassName
{
color: #47C343;
}
.AnyTagClassName
{
color: #47C343;
}
</style>
background-color css
<style>
a { background-color: #47C343; }
a { background-color: rgb(71,195,67); }
div.DivClassName
{
background-color: #47C343;
}
.BgClassName
{
background-color: #47C343;
}
</style>
border-color css
<style>
span { border-color: #47C343; }
span { border-color: rgb(71,195,67); }
td.TdClassName
{
border-color: #47C343;
}
.TagClassName
{
border-color: #47C343;
}
</style>