Shades of Lime Green #47CC51
Tints of Lime Green #47CC51
RGB
CMYK
RGB Variations
Color information
#47CC51 (or 0x47CC51) is known color: Lime Green. HEX triplet: 47, CC and 51. RGB value is (71,204,81). Sum of RGB (Red+Green+Blue) = 71+204+81=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 204 (80.08% from 255 or 57.30% from 356); Blue value is 81 (32.03% from 255 or 22.75% from 356); Max value from RGB is 204 - color contains mainly: green. Hex color #47CC51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47CC51 is #B833AE. Grayscale: #969696. Windows color (decimal): -12071855 or 5360711. OLE color: 5360711.
HSL color Cylindrical-coordinate representation of color #47CC51: hue angle of 124.51º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47CC51 is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 71 | 204 | 81 | - |
| CMYK | 0.65 | 0 | 0.60 | 0.2 |
| HSL | 124.51º | 0.57% | 0.54% | - |
| HSV(B) | 124.51º | 0.65% | 0.8% | - |
| XYZ | 25.68 | 45.12 | 15.14 | - |
| YUV | 150.21 | 88.94 | 71.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 204 | 81 | 0.65 | 0 | 0.60 | 0.2 | 124.51 | 0.57 | 0.54 |
| Hex | 47 | CC | 51 | 41 | 0 | 3C | 14 | 7D | 39 | 36 |
| Octal | 107 | 314 | 121 | 101 | 0 | 74 | 24 | 175 | 71 | 66 |
| Binary | 1000111 | 11001100 | 1010001 | 1000001 | 0 | 111100 | 10100 | 1111101 | 111001 | 110110 |
Color Harmonies of #47CC51
Complementary color
Monochromatic Colors of #47CC51
Black with #47CC51
Text Example
Text Example
White with #47CC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CC51; }
p { color: rgb(71,204,81); }
H1.HeaderClassName
{
color: #47CC51;
}
.AnyTagClassName
{
color: #47CC51;
}
</style>
background-color css
<style>
a { background-color: #47CC51; }
a { background-color: rgb(71,204,81); }
div.DivClassName
{
background-color: #47CC51;
}
.BgClassName
{
background-color: #47CC51;
}
</style>
border-color css
<style>
span { border-color: #47CC51; }
span { border-color: rgb(71,204,81); }
td.TdClassName
{
border-color: #47CC51;
}
.TagClassName
{
border-color: #47CC51;
}
</style>