Shades of Lime Green #47D139
Tints of Lime Green #47D139
RGB
CMYK
RGB Variations
Color information
#47D139 (or 0x47D139) is known color: Lime Green. HEX triplet: 47, D1 and 39. RGB value is (71,209,57). Sum of RGB (Red+Green+Blue) = 71+209+57=337 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.07% from 337); Green value is 209 (82.03% from 255 or 62.02% from 337); Blue value is 57 (22.66% from 255 or 16.91% from 337); Max value from RGB is 209 - color contains mainly: green. Hex color #47D139 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47D139 is #B82EC6. Grayscale: #969696. Windows color (decimal): -12070599 or 3789127. OLE color: 3789127.
HSL color Cylindrical-coordinate representation of color #47D139: hue angle of 114.47º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #47D139 is Cyan = 0.66, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 71 | 209 | 57 | - |
| CMYK | 0.66 | 0 | 0.73 | 0.18 |
| HSL | 114.47º | 0.62% | 0.52% | - |
| HSV(B) | 114.47º | 0.73% | 0.82% | - |
| XYZ | 26.14 | 47.24 | 11.61 | - |
| YUV | 150.41 | 75.28 | 71.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 209 | 57 | 0.66 | 0 | 0.73 | 0.18 | 114.47 | 0.62 | 0.52 |
| Hex | 47 | D1 | 39 | 42 | 0 | 49 | 12 | 72 | 3E | 34 |
| Octal | 107 | 321 | 71 | 102 | 0 | 111 | 22 | 162 | 76 | 64 |
| Binary | 1000111 | 11010001 | 111001 | 1000010 | 0 | 1001001 | 10010 | 1110010 | 111110 | 110100 |
Color Harmonies of #47D139
Complementary color
Monochromatic Colors of #47D139
Black with #47D139
Text Example
Text Example
White with #47D139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D139; }
p { color: rgb(71,209,57); }
H1.HeaderClassName
{
color: #47D139;
}
.AnyTagClassName
{
color: #47D139;
}
</style>
background-color css
<style>
a { background-color: #47D139; }
a { background-color: rgb(71,209,57); }
div.DivClassName
{
background-color: #47D139;
}
.BgClassName
{
background-color: #47D139;
}
</style>
border-color css
<style>
span { border-color: #47D139; }
span { border-color: rgb(71,209,57); }
td.TdClassName
{
border-color: #47D139;
}
.TagClassName
{
border-color: #47D139;
}
</style>