Shades of Lime Green #47CF3F
Tints of Lime Green #47CF3F
RGB
CMYK
RGB Variations
Color information
#47CF3F (or 0x47CF3F) is known color: Lime Green. HEX triplet: 47, CF and 3F. RGB value is (71,207,63). Sum of RGB (Red+Green+Blue) = 71+207+63=341 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.82% from 341); Green value is 207 (81.25% from 255 or 60.70% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 207 - color contains mainly: green. Hex color #47CF3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47CF3F is #B830C0. Grayscale: #969696. Windows color (decimal): -12071105 or 4181831. OLE color: 4181831.
HSL color Cylindrical-coordinate representation of color #47CF3F: hue angle of 116.67º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47CF3F is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 207 | 63 | - |
| CMYK | 0.66 | 0 | 0.70 | 0.19 |
| HSL | 116.67º | 0.6% | 0.53% | - |
| HSV(B) | 116.67º | 0.7% | 0.81% | - |
| XYZ | 25.81 | 46.32 | 12.28 | - |
| YUV | 149.92 | 78.94 | 71.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 207 | 63 | 0.66 | 0 | 0.70 | 0.19 | 116.67 | 0.6 | 0.53 |
| Hex | 47 | CF | 3F | 42 | 0 | 46 | 13 | 75 | 3C | 35 |
| Octal | 107 | 317 | 77 | 102 | 0 | 106 | 23 | 165 | 74 | 65 |
| Binary | 1000111 | 11001111 | 111111 | 1000010 | 0 | 1000110 | 10011 | 1110101 | 111100 | 110101 |
Color Harmonies of #47CF3F
Complementary color
Monochromatic Colors of #47CF3F
Black with #47CF3F
Text Example
Text Example
White with #47CF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CF3F; }
p { color: rgb(71,207,63); }
H1.HeaderClassName
{
color: #47CF3F;
}
.AnyTagClassName
{
color: #47CF3F;
}
</style>
background-color css
<style>
a { background-color: #47CF3F; }
a { background-color: rgb(71,207,63); }
div.DivClassName
{
background-color: #47CF3F;
}
.BgClassName
{
background-color: #47CF3F;
}
</style>
border-color css
<style>
span { border-color: #47CF3F; }
span { border-color: rgb(71,207,63); }
td.TdClassName
{
border-color: #47CF3F;
}
.TagClassName
{
border-color: #47CF3F;
}
</style>