Shades of Lime Green #47BF3A
Tints of Lime Green #47BF3A
RGB
CMYK
RGB Variations
Color information
#47BF3A (or 0x47BF3A) is known color: Lime Green. HEX triplet: 47, BF and 3A. RGB value is (71,191,58). Sum of RGB (Red+Green+Blue) = 71+191+58=320 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.19% from 320); Green value is 191 (75% from 255 or 59.69% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 191 - color contains mainly: green. Hex color #47BF3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47BF3A is #B840C5. Grayscale: #8C8C8C. Windows color (decimal): -12075206 or 3850055. OLE color: 3850055.
HSL color Cylindrical-coordinate representation of color #47BF3A: hue angle of 114.14º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47BF3A is Cyan = 0.63, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 191 | 58 | - |
| CMYK | 0.63 | 0 | 0.70 | 0.25 |
| HSL | 114.14º | 0.53% | 0.49% | - |
| HSV(B) | 114.14º | 0.7% | 0.75% | - |
| XYZ | 21.99 | 38.91 | 10.35 | - |
| YUV | 139.96 | 81.74 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 191 | 58 | 0.63 | 0 | 0.70 | 0.25 | 114.14 | 0.53 | 0.49 |
| Hex | 47 | BF | 3A | 3F | 0 | 46 | 19 | 72 | 35 | 31 |
| Octal | 107 | 277 | 72 | 77 | 0 | 106 | 31 | 162 | 65 | 61 |
| Binary | 1000111 | 10111111 | 111010 | 111111 | 0 | 1000110 | 11001 | 1110010 | 110101 | 110001 |
Color Harmonies of #47BF3A
Complementary color
Monochromatic Colors of #47BF3A
Black with #47BF3A
Text Example
Text Example
White with #47BF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BF3A; }
p { color: rgb(71,191,58); }
H1.HeaderClassName
{
color: #47BF3A;
}
.AnyTagClassName
{
color: #47BF3A;
}
</style>
background-color css
<style>
a { background-color: #47BF3A; }
a { background-color: rgb(71,191,58); }
div.DivClassName
{
background-color: #47BF3A;
}
.BgClassName
{
background-color: #47BF3A;
}
</style>
border-color css
<style>
span { border-color: #47BF3A; }
span { border-color: rgb(71,191,58); }
td.TdClassName
{
border-color: #47BF3A;
}
.TagClassName
{
border-color: #47BF3A;
}
</style>