Shades of Lime Green #47DC54
Tints of Lime Green #47DC54
RGB
CMYK
RGB Variations
Color information
#47DC54 (or 0x47DC54) is known color: Lime Green. HEX triplet: 47, DC and 54. RGB value is (71,220,84). Sum of RGB (Red+Green+Blue) = 71+220+84=375 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.93% from 375); Green value is 220 (86.33% from 255 or 58.67% from 375); Blue value is 84 (33.20% from 255 or 22.4% from 375); Max value from RGB is 220 - color contains mainly: green. Hex color #47DC54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47DC54 is #B823AB. Grayscale: #A0A0A0. Windows color (decimal): -12067756 or 5561415. OLE color: 5561415.
HSL color Cylindrical-coordinate representation of color #47DC54: hue angle of 125.23º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DC54 is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 220 | 84 | - |
| CMYK | 0.68 | 0 | 0.62 | 0.14 |
| HSL | 125.23º | 0.68% | 0.57% | - |
| HSV(B) | 125.23º | 0.68% | 0.86% | - |
| XYZ | 29.79 | 53.17 | 17.08 | - |
| YUV | 159.95 | 85.14 | 64.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 220 | 84 | 0.68 | 0 | 0.62 | 0.14 | 125.23 | 0.68 | 0.57 |
| Hex | 47 | DC | 54 | 44 | 0 | 3E | E | 7D | 44 | 39 |
| Octal | 107 | 334 | 124 | 104 | 0 | 76 | 16 | 175 | 104 | 71 |
| Binary | 1000111 | 11011100 | 1010100 | 1000100 | 0 | 111110 | 1110 | 1111101 | 1000100 | 111001 |
Color Harmonies of #47DC54
Complementary color
Monochromatic Colors of #47DC54
Black with #47DC54
Text Example
Text Example
White with #47DC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DC54; }
p { color: rgb(71,220,84); }
H1.HeaderClassName
{
color: #47DC54;
}
.AnyTagClassName
{
color: #47DC54;
}
</style>
background-color css
<style>
a { background-color: #47DC54; }
a { background-color: rgb(71,220,84); }
div.DivClassName
{
background-color: #47DC54;
}
.BgClassName
{
background-color: #47DC54;
}
</style>
border-color css
<style>
span { border-color: #47DC54; }
span { border-color: rgb(71,220,84); }
td.TdClassName
{
border-color: #47DC54;
}
.TagClassName
{
border-color: #47DC54;
}
</style>