Shades of Lime Green #47D951
Tints of Lime Green #47D951
RGB
CMYK
RGB Variations
Color information
#47D951 (or 0x47D951) is known color: Lime Green. HEX triplet: 47, D9 and 51. RGB value is (71,217,81). Sum of RGB (Red+Green+Blue) = 71+217+81=369 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.24% from 369); Green value is 217 (85.16% from 255 or 58.81% from 369); Blue value is 81 (32.03% from 255 or 21.95% from 369); Max value from RGB is 217 - color contains mainly: green. Hex color #47D951 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47D951 is #B826AE. Grayscale: #9E9E9E. Windows color (decimal): -12068527 or 5364039. OLE color: 5364039.
HSL color Cylindrical-coordinate representation of color #47D951: hue angle of 124.11º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47D951 is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 217 | 81 | - |
| CMYK | 0.67 | 0 | 0.63 | 0.15 |
| HSL | 124.11º | 0.66% | 0.56% | - |
| HSV(B) | 124.11º | 0.67% | 0.85% | - |
| XYZ | 28.9 | 51.56 | 16.21 | - |
| YUV | 157.84 | 84.63 | 66.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 217 | 81 | 0.67 | 0 | 0.63 | 0.15 | 124.11 | 0.66 | 0.56 |
| Hex | 47 | D9 | 51 | 43 | 0 | 3F | F | 7C | 42 | 38 |
| Octal | 107 | 331 | 121 | 103 | 0 | 77 | 17 | 174 | 102 | 70 |
| Binary | 1000111 | 11011001 | 1010001 | 1000011 | 0 | 111111 | 1111 | 1111100 | 1000010 | 111000 |
Color Harmonies of #47D951
Complementary color
Monochromatic Colors of #47D951
Black with #47D951
Text Example
Text Example
White with #47D951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D951; }
p { color: rgb(71,217,81); }
H1.HeaderClassName
{
color: #47D951;
}
.AnyTagClassName
{
color: #47D951;
}
</style>
background-color css
<style>
a { background-color: #47D951; }
a { background-color: rgb(71,217,81); }
div.DivClassName
{
background-color: #47D951;
}
.BgClassName
{
background-color: #47D951;
}
</style>
border-color css
<style>
span { border-color: #47D951; }
span { border-color: rgb(71,217,81); }
td.TdClassName
{
border-color: #47D951;
}
.TagClassName
{
border-color: #47D951;
}
</style>