Shades of Lime Green #47D043
Tints of Lime Green #47D043
RGB
CMYK
RGB Variations
Color information
#47D043 (or 0x47D043) is known color: Lime Green. HEX triplet: 47, D0 and 43. RGB value is (71,208,67). Sum of RGB (Red+Green+Blue) = 71+208+67=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 208 (81.64% from 255 or 60.12% from 346); Blue value is 67 (26.56% from 255 or 19.36% from 346); Max value from RGB is 208 - color contains mainly: green. Hex color #47D043 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47D043 is #B82FBC. Grayscale: #979797. Windows color (decimal): -12070845 or 4444231. OLE color: 4444231.
HSL color Cylindrical-coordinate representation of color #47D043: hue angle of 118.3º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47D043 is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 71 | 208 | 67 | - |
| CMYK | 0.66 | 0 | 0.68 | 0.18 |
| HSL | 118.3º | 0.6% | 0.54% | - |
| HSV(B) | 118.3º | 0.68% | 0.82% | - |
| XYZ | 26.17 | 46.86 | 12.98 | - |
| YUV | 150.96 | 80.61 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 208 | 67 | 0.66 | 0 | 0.68 | 0.18 | 118.3 | 0.6 | 0.54 |
| Hex | 47 | D0 | 43 | 42 | 0 | 44 | 12 | 76 | 3C | 36 |
| Octal | 107 | 320 | 103 | 102 | 0 | 104 | 22 | 166 | 74 | 66 |
| Binary | 1000111 | 11010000 | 1000011 | 1000010 | 0 | 1000100 | 10010 | 1110110 | 111100 | 110110 |
Color Harmonies of #47D043
Complementary color
Monochromatic Colors of #47D043
Black with #47D043
Text Example
Text Example
White with #47D043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D043; }
p { color: rgb(71,208,67); }
H1.HeaderClassName
{
color: #47D043;
}
.AnyTagClassName
{
color: #47D043;
}
</style>
background-color css
<style>
a { background-color: #47D043; }
a { background-color: rgb(71,208,67); }
div.DivClassName
{
background-color: #47D043;
}
.BgClassName
{
background-color: #47D043;
}
</style>
border-color css
<style>
span { border-color: #47D043; }
span { border-color: rgb(71,208,67); }
td.TdClassName
{
border-color: #47D043;
}
.TagClassName
{
border-color: #47D043;
}
</style>