Shades of Lime Green #47C142
Tints of Lime Green #47C142
RGB
CMYK
RGB Variations
Color information
#47C142 (or 0x47C142) is known color: Lime Green. HEX triplet: 47, C1 and 42. RGB value is (71,193,66). Sum of RGB (Red+Green+Blue) = 71+193+66=330 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.52% from 330); Green value is 193 (75.78% from 255 or 58.48% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 193 - color contains mainly: green. Hex color #47C142 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47C142 is #B83EBD. Grayscale: #8E8E8E. Windows color (decimal): -12074686 or 4374855. OLE color: 4374855.
HSL color Cylindrical-coordinate representation of color #47C142: hue angle of 117.64º degrees, saturation: 0.51, 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 #47C142 is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 193 | 66 | - |
| CMYK | 0.63 | 0 | 0.66 | 0.24 |
| HSL | 117.64º | 0.51% | 0.51% | - |
| HSV(B) | 117.64º | 0.66% | 0.76% | - |
| XYZ | 22.65 | 39.87 | 11.66 | - |
| YUV | 142.04 | 85.08 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 193 | 66 | 0.63 | 0 | 0.66 | 0.24 | 117.64 | 0.51 | 0.51 |
| Hex | 47 | C1 | 42 | 3F | 0 | 42 | 18 | 76 | 33 | 33 |
| Octal | 107 | 301 | 102 | 77 | 0 | 102 | 30 | 166 | 63 | 63 |
| Binary | 1000111 | 11000001 | 1000010 | 111111 | 0 | 1000010 | 11000 | 1110110 | 110011 | 110011 |
Color Harmonies of #47C142
Complementary color
Monochromatic Colors of #47C142
Black with #47C142
Text Example
Text Example
White with #47C142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C142; }
p { color: rgb(71,193,66); }
H1.HeaderClassName
{
color: #47C142;
}
.AnyTagClassName
{
color: #47C142;
}
</style>
background-color css
<style>
a { background-color: #47C142; }
a { background-color: rgb(71,193,66); }
div.DivClassName
{
background-color: #47C142;
}
.BgClassName
{
background-color: #47C142;
}
</style>
border-color css
<style>
span { border-color: #47C142; }
span { border-color: rgb(71,193,66); }
td.TdClassName
{
border-color: #47C142;
}
.TagClassName
{
border-color: #47C142;
}
</style>