Shades of Lime Green #47FA32
Tints of Lime Green #47FA32
RGB
CMYK
RGB Variations
Color information
#47FA32 (or 0x47FA32) is known color: Lime Green. HEX triplet: 47, FA and 32. RGB value is (71,250,50). Sum of RGB (Red+Green+Blue) = 71+250+50=371 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.14% from 371); Green value is 250 (98.05% from 255 or 67.39% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 250 - color contains mainly: green. Hex color #47FA32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #47FA32 is #B805CD. Grayscale: #AEAEAE. Windows color (decimal): -12060110 or 3340871. OLE color: 3340871.
HSL color Cylindrical-coordinate representation of color #47FA32: hue angle of 113.7º 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 #47FA32 is Cyan = 0.72, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 250 | 50 | - |
| CMYK | 0.72 | 0 | 0.8 | 0.02 |
| HSL | 113.7º | 0.95% | 0.59% | - |
| HSV(B) | 113.7º | 0.8% | 0.98% | - |
| XYZ | 37.36 | 69.94 | 14.55 | - |
| YUV | 173.68 | 58.2 | 54.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 250 | 50 | 0.72 | 0 | 0.8 | 0.02 | 113.7 | 0.95 | 0.59 |
| Hex | 47 | FA | 32 | 48 | 0 | 50 | 2 | 72 | 5F | 3B |
| Octal | 107 | 372 | 62 | 110 | 0 | 120 | 2 | 162 | 137 | 73 |
| Binary | 1000111 | 11111010 | 110010 | 1001000 | 0 | 1010000 | 10 | 1110010 | 1011111 | 111011 |
Color Harmonies of #47FA32
Complementary color
Monochromatic Colors of #47FA32
Black with #47FA32
Text Example
Text Example
White with #47FA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FA32; }
p { color: rgb(71,250,50); }
H1.HeaderClassName
{
color: #47FA32;
}
.AnyTagClassName
{
color: #47FA32;
}
</style>
background-color css
<style>
a { background-color: #47FA32; }
a { background-color: rgb(71,250,50); }
div.DivClassName
{
background-color: #47FA32;
}
.BgClassName
{
background-color: #47FA32;
}
</style>
border-color css
<style>
span { border-color: #47FA32; }
span { border-color: rgb(71,250,50); }
td.TdClassName
{
border-color: #47FA32;
}
.TagClassName
{
border-color: #47FA32;
}
</style>