Shades of Lime Green #47CC4D
Tints of Lime Green #47CC4D
RGB
CMYK
RGB Variations
Color information
#47CC4D (or 0x47CC4D) is known color: Lime Green. HEX triplet: 47, CC and 4D. RGB value is (71,204,77). Sum of RGB (Red+Green+Blue) = 71+204+77=352 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.17% from 352); Green value is 204 (80.08% from 255 or 57.95% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 204 - color contains mainly: green. Hex color #47CC4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47CC4D is #B833B2. Grayscale: #969696. Windows color (decimal): -12071859 or 5098567. OLE color: 5098567.
HSL color Cylindrical-coordinate representation of color #47CC4D: hue angle of 122.71º 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 #47CC4D is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 71 | 204 | 77 | - |
| CMYK | 0.65 | 0 | 0.62 | 0.2 |
| HSL | 122.71º | 0.57% | 0.54% | - |
| HSV(B) | 122.71º | 0.65% | 0.8% | - |
| XYZ | 25.53 | 45.06 | 14.37 | - |
| YUV | 149.76 | 86.94 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 204 | 77 | 0.65 | 0 | 0.62 | 0.2 | 122.71 | 0.57 | 0.54 |
| Hex | 47 | CC | 4D | 41 | 0 | 3E | 14 | 7B | 39 | 36 |
| Octal | 107 | 314 | 115 | 101 | 0 | 76 | 24 | 173 | 71 | 66 |
| Binary | 1000111 | 11001100 | 1001101 | 1000001 | 0 | 111110 | 10100 | 1111011 | 111001 | 110110 |
Color Harmonies of #47CC4D
Complementary color
Monochromatic Colors of #47CC4D
Black with #47CC4D
Text Example
Text Example
White with #47CC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CC4D; }
p { color: rgb(71,204,77); }
H1.HeaderClassName
{
color: #47CC4D;
}
.AnyTagClassName
{
color: #47CC4D;
}
</style>
background-color css
<style>
a { background-color: #47CC4D; }
a { background-color: rgb(71,204,77); }
div.DivClassName
{
background-color: #47CC4D;
}
.BgClassName
{
background-color: #47CC4D;
}
</style>
border-color css
<style>
span { border-color: #47CC4D; }
span { border-color: rgb(71,204,77); }
td.TdClassName
{
border-color: #47CC4D;
}
.TagClassName
{
border-color: #47CC4D;
}
</style>