Shades of Lime Green #47D643
Tints of Lime Green #47D643
RGB
CMYK
RGB Variations
Color information
#47D643 (or 0x47D643) is known color: Lime Green. HEX triplet: 47, D6 and 43. RGB value is (71,214,67). Sum of RGB (Red+Green+Blue) = 71+214+67=352 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.17% from 352); Green value is 214 (83.98% from 255 or 60.80% from 352); Blue value is 67 (26.56% from 255 or 19.03% from 352); Max value from RGB is 214 - color contains mainly: green. Hex color #47D643 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47D643 is #B829BC. Grayscale: #9A9A9A. Windows color (decimal): -12069309 or 4445767. OLE color: 4445767.
HSL color Cylindrical-coordinate representation of color #47D643: hue angle of 118.37º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47D643 is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 71 | 214 | 67 | - |
| CMYK | 0.67 | 0 | 0.69 | 0.16 |
| HSL | 118.37º | 0.64% | 0.55% | - |
| HSV(B) | 118.37º | 0.69% | 0.84% | - |
| XYZ | 27.66 | 49.84 | 13.47 | - |
| YUV | 154.49 | 78.62 | 68.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 214 | 67 | 0.67 | 0 | 0.69 | 0.16 | 118.37 | 0.64 | 0.55 |
| Hex | 47 | D6 | 43 | 43 | 0 | 45 | 10 | 76 | 40 | 37 |
| Octal | 107 | 326 | 103 | 103 | 0 | 105 | 20 | 166 | 100 | 67 |
| Binary | 1000111 | 11010110 | 1000011 | 1000011 | 0 | 1000101 | 10000 | 1110110 | 1000000 | 110111 |
Color Harmonies of #47D643
Complementary color
Monochromatic Colors of #47D643
Black with #47D643
Text Example
Text Example
White with #47D643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D643; }
p { color: rgb(71,214,67); }
H1.HeaderClassName
{
color: #47D643;
}
.AnyTagClassName
{
color: #47D643;
}
</style>
background-color css
<style>
a { background-color: #47D643; }
a { background-color: rgb(71,214,67); }
div.DivClassName
{
background-color: #47D643;
}
.BgClassName
{
background-color: #47D643;
}
</style>
border-color css
<style>
span { border-color: #47D643; }
span { border-color: rgb(71,214,67); }
td.TdClassName
{
border-color: #47D643;
}
.TagClassName
{
border-color: #47D643;
}
</style>