Shades of Lime Green #47CC3F
Tints of Lime Green #47CC3F
RGB
CMYK
RGB Variations
Color information
#47CC3F (or 0x47CC3F) is known color: Lime Green. HEX triplet: 47, CC and 3F. RGB value is (71,204,63). Sum of RGB (Red+Green+Blue) = 71+204+63=338 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.01% from 338); Green value is 204 (80.08% from 255 or 60.36% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 204 - color contains mainly: green. Hex color #47CC3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47CC3F is #B833C0. Grayscale: #949494. Windows color (decimal): -12071873 or 4181063. OLE color: 4181063.
HSL color Cylindrical-coordinate representation of color #47CC3F: hue angle of 116.6º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47CC3F is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 71 | 204 | 63 | - |
| CMYK | 0.65 | 0 | 0.69 | 0.2 |
| HSL | 116.6º | 0.58% | 0.52% | - |
| HSV(B) | 116.6º | 0.69% | 0.8% | - |
| XYZ | 25.09 | 44.88 | 12.04 | - |
| YUV | 148.16 | 79.94 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 204 | 63 | 0.65 | 0 | 0.69 | 0.2 | 116.6 | 0.58 | 0.52 |
| Hex | 47 | CC | 3F | 41 | 0 | 45 | 14 | 75 | 3A | 34 |
| Octal | 107 | 314 | 77 | 101 | 0 | 105 | 24 | 165 | 72 | 64 |
| Binary | 1000111 | 11001100 | 111111 | 1000001 | 0 | 1000101 | 10100 | 1110101 | 111010 | 110100 |
Color Harmonies of #47CC3F
Complementary color
Monochromatic Colors of #47CC3F
Black with #47CC3F
Text Example
Text Example
White with #47CC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CC3F; }
p { color: rgb(71,204,63); }
H1.HeaderClassName
{
color: #47CC3F;
}
.AnyTagClassName
{
color: #47CC3F;
}
</style>
background-color css
<style>
a { background-color: #47CC3F; }
a { background-color: rgb(71,204,63); }
div.DivClassName
{
background-color: #47CC3F;
}
.BgClassName
{
background-color: #47CC3F;
}
</style>
border-color css
<style>
span { border-color: #47CC3F; }
span { border-color: rgb(71,204,63); }
td.TdClassName
{
border-color: #47CC3F;
}
.TagClassName
{
border-color: #47CC3F;
}
</style>