Shades of Lime Green #47FA31
Tints of Lime Green #47FA31
RGB
CMYK
RGB Variations
Color information
#47FA31 (or 0x47FA31) is known color: Lime Green. HEX triplet: 47, FA and 31. RGB value is (71,250,49). Sum of RGB (Red+Green+Blue) = 71+250+49=370 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.19% from 370); Green value is 250 (98.05% from 255 or 67.57% from 370); Blue value is 49 (19.53% from 255 or 13.24% from 370); Max value from RGB is 250 - color contains mainly: green. Hex color #47FA31 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #47FA31 is #B805CE. Grayscale: #AEAEAE. Windows color (decimal): -12060111 or 3275335. OLE color: 3275335.
HSL color Cylindrical-coordinate representation of color #47FA31: hue angle of 113.43º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #47FA31 is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 250 | 49 | - |
| CMYK | 0.72 | 0 | 0.80 | 0.02 |
| HSL | 113.43º | 0.95% | 0.59% | - |
| HSV(B) | 113.43º | 0.8% | 0.98% | - |
| XYZ | 37.34 | 69.93 | 14.44 | - |
| YUV | 173.57 | 57.7 | 54.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 250 | 49 | 0.72 | 0 | 0.80 | 0.02 | 113.43 | 0.95 | 0.59 |
| Hex | 47 | FA | 31 | 48 | 0 | 50 | 2 | 71 | 5F | 3B |
| Octal | 107 | 372 | 61 | 110 | 0 | 120 | 2 | 161 | 137 | 73 |
| Binary | 1000111 | 11111010 | 110001 | 1001000 | 0 | 1010000 | 10 | 1110001 | 1011111 | 111011 |
Color Harmonies of #47FA31
Complementary color
Monochromatic Colors of #47FA31
Black with #47FA31
Text Example
Text Example
White with #47FA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FA31; }
p { color: rgb(71,250,49); }
H1.HeaderClassName
{
color: #47FA31;
}
.AnyTagClassName
{
color: #47FA31;
}
</style>
background-color css
<style>
a { background-color: #47FA31; }
a { background-color: rgb(71,250,49); }
div.DivClassName
{
background-color: #47FA31;
}
.BgClassName
{
background-color: #47FA31;
}
</style>
border-color css
<style>
span { border-color: #47FA31; }
span { border-color: rgb(71,250,49); }
td.TdClassName
{
border-color: #47FA31;
}
.TagClassName
{
border-color: #47FA31;
}
</style>