Shades of Lime Green #47F631
Tints of Lime Green #47F631
RGB
CMYK
RGB Variations
Color information
#47F631 (or 0x47F631) is known color: Lime Green. HEX triplet: 47, F6 and 31. RGB value is (71,246,49). Sum of RGB (Red+Green+Blue) = 71+246+49=366 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.40% from 366); Green value is 246 (96.48% from 255 or 67.21% from 366); Blue value is 49 (19.53% from 255 or 13.39% from 366); Max value from RGB is 246 - color contains mainly: green. Hex color #47F631 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #47F631 is #B809CE. Grayscale: #ABABAB. Windows color (decimal): -12061135 or 3274311. OLE color: 3274311.
HSL color Cylindrical-coordinate representation of color #47F631: hue angle of 113.3º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #47F631 is Cyan = 0.71, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 71 | 246 | 49 | - |
| CMYK | 0.71 | 0 | 0.80 | 0.04 |
| HSL | 113.3º | 0.92% | 0.58% | - |
| HSV(B) | 113.3º | 0.8% | 0.96% | - |
| XYZ | 36.11 | 67.47 | 14.03 | - |
| YUV | 171.22 | 59.02 | 56.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 246 | 49 | 0.71 | 0 | 0.80 | 0.04 | 113.3 | 0.92 | 0.58 |
| Hex | 47 | F6 | 31 | 47 | 0 | 50 | 4 | 71 | 5C | 3A |
| Octal | 107 | 366 | 61 | 107 | 0 | 120 | 4 | 161 | 134 | 72 |
| Binary | 1000111 | 11110110 | 110001 | 1000111 | 0 | 1010000 | 100 | 1110001 | 1011100 | 111010 |
Color Harmonies of #47F631
Complementary color
Monochromatic Colors of #47F631
Black with #47F631
Text Example
Text Example
White with #47F631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47F631; }
p { color: rgb(71,246,49); }
H1.HeaderClassName
{
color: #47F631;
}
.AnyTagClassName
{
color: #47F631;
}
</style>
background-color css
<style>
a { background-color: #47F631; }
a { background-color: rgb(71,246,49); }
div.DivClassName
{
background-color: #47F631;
}
.BgClassName
{
background-color: #47F631;
}
</style>
border-color css
<style>
span { border-color: #47F631; }
span { border-color: rgb(71,246,49); }
td.TdClassName
{
border-color: #47F631;
}
.TagClassName
{
border-color: #47F631;
}
</style>