Shades of Lime Green #47D645
Tints of Lime Green #47D645
RGB
CMYK
RGB Variations
Color information
#47D645 (or 0x47D645) is known color: Lime Green. HEX triplet: 47, D6 and 45. RGB value is (71,214,69). Sum of RGB (Red+Green+Blue) = 71+214+69=354 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.06% from 354); Green value is 214 (83.98% from 255 or 60.45% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 214 - color contains mainly: green. Hex color #47D645 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47D645 is #B829BA. Grayscale: #9B9B9B. Windows color (decimal): -12069307 or 4576839. OLE color: 4576839.
HSL color Cylindrical-coordinate representation of color #47D645: hue angle of 119.17º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47D645 is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 71 | 214 | 69 | - |
| CMYK | 0.67 | 0 | 0.68 | 0.16 |
| HSL | 119.17º | 0.64% | 0.55% | - |
| HSV(B) | 119.17º | 0.68% | 0.84% | - |
| XYZ | 27.72 | 49.86 | 13.79 | - |
| YUV | 154.71 | 79.62 | 68.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 214 | 69 | 0.67 | 0 | 0.68 | 0.16 | 119.17 | 0.64 | 0.55 |
| Hex | 47 | D6 | 45 | 43 | 0 | 44 | 10 | 77 | 40 | 37 |
| Octal | 107 | 326 | 105 | 103 | 0 | 104 | 20 | 167 | 100 | 67 |
| Binary | 1000111 | 11010110 | 1000101 | 1000011 | 0 | 1000100 | 10000 | 1110111 | 1000000 | 110111 |
Color Harmonies of #47D645
Complementary color
Monochromatic Colors of #47D645
Black with #47D645
Text Example
Text Example
White with #47D645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D645; }
p { color: rgb(71,214,69); }
H1.HeaderClassName
{
color: #47D645;
}
.AnyTagClassName
{
color: #47D645;
}
</style>
background-color css
<style>
a { background-color: #47D645; }
a { background-color: rgb(71,214,69); }
div.DivClassName
{
background-color: #47D645;
}
.BgClassName
{
background-color: #47D645;
}
</style>
border-color css
<style>
span { border-color: #47D645; }
span { border-color: rgb(71,214,69); }
td.TdClassName
{
border-color: #47D645;
}
.TagClassName
{
border-color: #47D645;
}
</style>