Shades of Lime Green #47BF3F
Tints of Lime Green #47BF3F
RGB
CMYK
RGB Variations
Color information
#47BF3F (or 0x47BF3F) is known color: Lime Green. HEX triplet: 47, BF and 3F. RGB value is (71,191,63). Sum of RGB (Red+Green+Blue) = 71+191+63=325 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.85% from 325); Green value is 191 (75% from 255 or 58.77% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 191 - color contains mainly: green. Hex color #47BF3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47BF3F is #B840C0. Grayscale: #8C8C8C. Windows color (decimal): -12075201 or 4177735. OLE color: 4177735.
HSL color Cylindrical-coordinate representation of color #47BF3F: hue angle of 116.25º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47BF3F is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 191 | 63 | - |
| CMYK | 0.63 | 0 | 0.67 | 0.25 |
| HSL | 116.25º | 0.5% | 0.5% | - |
| HSV(B) | 116.25º | 0.67% | 0.75% | - |
| XYZ | 22.13 | 38.96 | 11.06 | - |
| YUV | 140.53 | 84.24 | 78.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 191 | 63 | 0.63 | 0 | 0.67 | 0.25 | 116.25 | 0.5 | 0.5 |
| Hex | 47 | BF | 3F | 3F | 0 | 43 | 19 | 74 | 32 | 32 |
| Octal | 107 | 277 | 77 | 77 | 0 | 103 | 31 | 164 | 62 | 62 |
| Binary | 1000111 | 10111111 | 111111 | 111111 | 0 | 1000011 | 11001 | 1110100 | 110010 | 110010 |
Color Harmonies of #47BF3F
Complementary color
Monochromatic Colors of #47BF3F
Black with #47BF3F
Text Example
Text Example
White with #47BF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BF3F; }
p { color: rgb(71,191,63); }
H1.HeaderClassName
{
color: #47BF3F;
}
.AnyTagClassName
{
color: #47BF3F;
}
</style>
background-color css
<style>
a { background-color: #47BF3F; }
a { background-color: rgb(71,191,63); }
div.DivClassName
{
background-color: #47BF3F;
}
.BgClassName
{
background-color: #47BF3F;
}
</style>
border-color css
<style>
span { border-color: #47BF3F; }
span { border-color: rgb(71,191,63); }
td.TdClassName
{
border-color: #47BF3F;
}
.TagClassName
{
border-color: #47BF3F;
}
</style>