Shades of Lime Green #47D74F
Tints of Lime Green #47D74F
RGB
CMYK
RGB Variations
Color information
#47D74F (or 0x47D74F) is known color: Lime Green. HEX triplet: 47, D7 and 4F. RGB value is (71,215,79). Sum of RGB (Red+Green+Blue) = 71+215+79=365 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.45% from 365); Green value is 215 (84.38% from 255 or 58.90% from 365); Blue value is 79 (31.25% from 255 or 21.64% from 365); Max value from RGB is 215 - color contains mainly: green. Hex color #47D74F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47D74F is #B828B0. Grayscale: #9C9C9C. Windows color (decimal): -12069041 or 5232455. OLE color: 5232455.
HSL color Cylindrical-coordinate representation of color #47D74F: hue angle of 123.33º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47D74F is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 71 | 215 | 79 | - |
| CMYK | 0.67 | 0 | 0.63 | 0.16 |
| HSL | 123.33º | 0.64% | 0.56% | - |
| HSV(B) | 123.33º | 0.67% | 0.84% | - |
| XYZ | 28.31 | 50.5 | 15.65 | - |
| YUV | 156.44 | 84.29 | 67.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 215 | 79 | 0.67 | 0 | 0.63 | 0.16 | 123.33 | 0.64 | 0.56 |
| Hex | 47 | D7 | 4F | 43 | 0 | 3F | 10 | 7B | 40 | 38 |
| Octal | 107 | 327 | 117 | 103 | 0 | 77 | 20 | 173 | 100 | 70 |
| Binary | 1000111 | 11010111 | 1001111 | 1000011 | 0 | 111111 | 10000 | 1111011 | 1000000 | 111000 |
Color Harmonies of #47D74F
Complementary color
Monochromatic Colors of #47D74F
Black with #47D74F
Text Example
Text Example
White with #47D74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D74F; }
p { color: rgb(71,215,79); }
H1.HeaderClassName
{
color: #47D74F;
}
.AnyTagClassName
{
color: #47D74F;
}
</style>
background-color css
<style>
a { background-color: #47D74F; }
a { background-color: rgb(71,215,79); }
div.DivClassName
{
background-color: #47D74F;
}
.BgClassName
{
background-color: #47D74F;
}
</style>
border-color css
<style>
span { border-color: #47D74F; }
span { border-color: rgb(71,215,79); }
td.TdClassName
{
border-color: #47D74F;
}
.TagClassName
{
border-color: #47D74F;
}
</style>