Shades of Lime Green #47DC33
Tints of Lime Green #47DC33
RGB
CMYK
RGB Variations
Color information
#47DC33 (or 0x47DC33) is known color: Lime Green. HEX triplet: 47, DC and 33. RGB value is (71,220,51). Sum of RGB (Red+Green+Blue) = 71+220+51=342 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.76% from 342); Green value is 220 (86.33% from 255 or 64.33% from 342); Blue value is 51 (20.31% from 255 or 14.91% from 342); Max value from RGB is 220 - color contains mainly: green. Hex color #47DC33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47DC33 is #B823CC. Grayscale: #9C9C9C. Windows color (decimal): -12067789 or 3398727. OLE color: 3398727.
HSL color Cylindrical-coordinate representation of color #47DC33: hue angle of 112.9º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #47DC33 is Cyan = 0.68, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 220 | 51 | - |
| CMYK | 0.68 | 0 | 0.77 | 0.14 |
| HSL | 112.9º | 0.71% | 0.53% | - |
| HSV(B) | 112.9º | 0.77% | 0.86% | - |
| XYZ | 28.79 | 52.77 | 11.8 | - |
| YUV | 156.18 | 68.64 | 67.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 220 | 51 | 0.68 | 0 | 0.77 | 0.14 | 112.9 | 0.71 | 0.53 |
| Hex | 47 | DC | 33 | 44 | 0 | 4D | E | 71 | 47 | 35 |
| Octal | 107 | 334 | 63 | 104 | 0 | 115 | 16 | 161 | 107 | 65 |
| Binary | 1000111 | 11011100 | 110011 | 1000100 | 0 | 1001101 | 1110 | 1110001 | 1000111 | 110101 |
Color Harmonies of #47DC33
Complementary color
Monochromatic Colors of #47DC33
Black with #47DC33
Text Example
Text Example
White with #47DC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DC33; }
p { color: rgb(71,220,51); }
H1.HeaderClassName
{
color: #47DC33;
}
.AnyTagClassName
{
color: #47DC33;
}
</style>
background-color css
<style>
a { background-color: #47DC33; }
a { background-color: rgb(71,220,51); }
div.DivClassName
{
background-color: #47DC33;
}
.BgClassName
{
background-color: #47DC33;
}
</style>
border-color css
<style>
span { border-color: #47DC33; }
span { border-color: rgb(71,220,51); }
td.TdClassName
{
border-color: #47DC33;
}
.TagClassName
{
border-color: #47DC33;
}
</style>