Shades of Lime Green #47CC47
Tints of Lime Green #47CC47
RGB
CMYK
RGB Variations
Color information
#47CC47 (or 0x47CC47) is known color: Lime Green. HEX triplet: 47, CC and 47. RGB value is (71,204,71). Sum of RGB (Red+Green+Blue) = 71+204+71=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 204 (80.08% from 255 or 58.96% from 346); Blue value is 71 (28.12% from 255 or 20.52% from 346); Max value from RGB is 204 - color contains mainly: green. Hex color #47CC47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47CC47 is #B833B8. Grayscale: #959595. Windows color (decimal): -12071865 or 4705351. OLE color: 4705351.
HSL color Cylindrical-coordinate representation of color #47CC47: hue angle of 120º 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 #47CC47 is Cyan = 0.65, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 71 | 204 | 71 | - |
| CMYK | 0.65 | 0 | 0.65 | 0.2 |
| HSL | 120º | 0.57% | 0.54% | - |
| HSV(B) | 120º | 0.65% | 0.8% | - |
| XYZ | 25.33 | 44.98 | 13.31 | - |
| YUV | 149.07 | 83.94 | 72.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 204 | 71 | 0.65 | 0 | 0.65 | 0.2 | 120 | 0.57 | 0.54 |
| Hex | 47 | CC | 47 | 41 | 0 | 41 | 14 | 78 | 39 | 36 |
| Octal | 107 | 314 | 107 | 101 | 0 | 101 | 24 | 170 | 71 | 66 |
| Binary | 1000111 | 11001100 | 1000111 | 1000001 | 0 | 1000001 | 10100 | 1111000 | 111001 | 110110 |
Color Harmonies of #47CC47
Complementary color
Monochromatic Colors of #47CC47
Black with #47CC47
Text Example
Text Example
White with #47CC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CC47; }
p { color: rgb(71,204,71); }
H1.HeaderClassName
{
color: #47CC47;
}
.AnyTagClassName
{
color: #47CC47;
}
</style>
background-color css
<style>
a { background-color: #47CC47; }
a { background-color: rgb(71,204,71); }
div.DivClassName
{
background-color: #47CC47;
}
.BgClassName
{
background-color: #47CC47;
}
</style>
border-color css
<style>
span { border-color: #47CC47; }
span { border-color: rgb(71,204,71); }
td.TdClassName
{
border-color: #47CC47;
}
.TagClassName
{
border-color: #47CC47;
}
</style>