Shades of Lime Green #47FA3C
Tints of Lime Green #47FA3C
RGB
CMYK
RGB Variations
Color information
#47FA3C (or 0x47FA3C) is known color: Lime Green. HEX triplet: 47, FA and 3C. RGB value is (71,250,60). Sum of RGB (Red+Green+Blue) = 71+250+60=381 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.64% from 381); Green value is 250 (98.05% from 255 or 65.62% from 381); Blue value is 60 (23.83% from 255 or 15.75% from 381); Max value from RGB is 250 - color contains mainly: green. Hex color #47FA3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #47FA3C is #B805C3. Grayscale: #AFAFAF. Windows color (decimal): -12060100 or 3996231. OLE color: 3996231.
HSL color Cylindrical-coordinate representation of color #47FA3C: hue angle of 116.53º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #47FA3C is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 250 | 60 | - |
| CMYK | 0.72 | 0 | 0.76 | 0.02 |
| HSL | 116.53º | 0.95% | 0.61% | - |
| HSV(B) | 116.53º | 0.76% | 0.98% | - |
| XYZ | 37.6 | 70.04 | 15.81 | - |
| YUV | 174.82 | 63.2 | 53.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 250 | 60 | 0.72 | 0 | 0.76 | 0.02 | 116.53 | 0.95 | 0.61 |
| Hex | 47 | FA | 3C | 48 | 0 | 4C | 2 | 75 | 5F | 3D |
| Octal | 107 | 372 | 74 | 110 | 0 | 114 | 2 | 165 | 137 | 75 |
| Binary | 1000111 | 11111010 | 111100 | 1001000 | 0 | 1001100 | 10 | 1110101 | 1011111 | 111101 |
Color Harmonies of #47FA3C
Complementary color
Monochromatic Colors of #47FA3C
Black with #47FA3C
Text Example
Text Example
White with #47FA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FA3C; }
p { color: rgb(71,250,60); }
H1.HeaderClassName
{
color: #47FA3C;
}
.AnyTagClassName
{
color: #47FA3C;
}
</style>
background-color css
<style>
a { background-color: #47FA3C; }
a { background-color: rgb(71,250,60); }
div.DivClassName
{
background-color: #47FA3C;
}
.BgClassName
{
background-color: #47FA3C;
}
</style>
border-color css
<style>
span { border-color: #47FA3C; }
span { border-color: rgb(71,250,60); }
td.TdClassName
{
border-color: #47FA3C;
}
.TagClassName
{
border-color: #47FA3C;
}
</style>