Shades of Lime Green #47DC24
Tints of Lime Green #47DC24
RGB
CMYK
RGB Variations
Color information
#47DC24 (or 0x47DC24) is known color: Lime Green. HEX triplet: 47, DC and 24. RGB value is (71,220,36). Sum of RGB (Red+Green+Blue) = 71+220+36=327 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.71% from 327); Green value is 220 (86.33% from 255 or 67.28% from 327); Blue value is 36 (14.45% from 255 or 11.01% from 327); Max value from RGB is 220 - color contains mainly: green. Hex color #47DC24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47DC24 is #B823DB. Grayscale: #9B9B9B. Windows color (decimal): -12067804 or 2415687. OLE color: 2415687.
HSL color Cylindrical-coordinate representation of color #47DC24: hue angle of 108.59º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #47DC24 is Cyan = 0.68, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 220 | 36 | - |
| CMYK | 0.68 | 0 | 0.84 | 0.14 |
| HSL | 108.59º | 0.72% | 0.5% | - |
| HSV(B) | 108.59º | 0.84% | 0.86% | - |
| XYZ | 28.51 | 52.65 | 10.33 | - |
| YUV | 154.47 | 61.14 | 68.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 220 | 36 | 0.68 | 0 | 0.84 | 0.14 | 108.59 | 0.72 | 0.5 |
| Hex | 47 | DC | 24 | 44 | 0 | 54 | E | 6D | 48 | 32 |
| Octal | 107 | 334 | 44 | 104 | 0 | 124 | 16 | 155 | 110 | 62 |
| Binary | 1000111 | 11011100 | 100100 | 1000100 | 0 | 1010100 | 1110 | 1101101 | 1001000 | 110010 |
Color Harmonies of #47DC24
Complementary color
Monochromatic Colors of #47DC24
Black with #47DC24
Text Example
Text Example
White with #47DC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DC24; }
p { color: rgb(71,220,36); }
H1.HeaderClassName
{
color: #47DC24;
}
.AnyTagClassName
{
color: #47DC24;
}
</style>
background-color css
<style>
a { background-color: #47DC24; }
a { background-color: rgb(71,220,36); }
div.DivClassName
{
background-color: #47DC24;
}
.BgClassName
{
background-color: #47DC24;
}
</style>
border-color css
<style>
span { border-color: #47DC24; }
span { border-color: rgb(71,220,36); }
td.TdClassName
{
border-color: #47DC24;
}
.TagClassName
{
border-color: #47DC24;
}
</style>