Shades of Lime Green #47DF42
Tints of Lime Green #47DF42
RGB
CMYK
RGB Variations
Color information
#47DF42 (or 0x47DF42) is known color: Lime Green. HEX triplet: 47, DF and 42. RGB value is (71,223,66). Sum of RGB (Red+Green+Blue) = 71+223+66=360 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.72% from 360); Green value is 223 (87.5% from 255 or 61.94% from 360); Blue value is 66 (26.17% from 255 or 18.33% from 360); Max value from RGB is 223 - color contains mainly: green. Hex color #47DF42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47DF42 is #B820BD. Grayscale: #A0A0A0. Windows color (decimal): -12067006 or 4382535. OLE color: 4382535.
HSL color Cylindrical-coordinate representation of color #47DF42: hue angle of 118.09º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47DF42 is Cyan = 0.68, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 223 | 66 | - |
| CMYK | 0.68 | 0 | 0.70 | 0.13 |
| HSL | 118.09º | 0.71% | 0.57% | - |
| HSV(B) | 118.09º | 0.7% | 0.87% | - |
| XYZ | 29.97 | 54.51 | 14.1 | - |
| YUV | 159.65 | 75.14 | 64.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 223 | 66 | 0.68 | 0 | 0.70 | 0.13 | 118.09 | 0.71 | 0.57 |
| Hex | 47 | DF | 42 | 44 | 0 | 46 | D | 76 | 47 | 39 |
| Octal | 107 | 337 | 102 | 104 | 0 | 106 | 15 | 166 | 107 | 71 |
| Binary | 1000111 | 11011111 | 1000010 | 1000100 | 0 | 1000110 | 1101 | 1110110 | 1000111 | 111001 |
Color Harmonies of #47DF42
Complementary color
Monochromatic Colors of #47DF42
Black with #47DF42
Text Example
Text Example
White with #47DF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DF42; }
p { color: rgb(71,223,66); }
H1.HeaderClassName
{
color: #47DF42;
}
.AnyTagClassName
{
color: #47DF42;
}
</style>
background-color css
<style>
a { background-color: #47DF42; }
a { background-color: rgb(71,223,66); }
div.DivClassName
{
background-color: #47DF42;
}
.BgClassName
{
background-color: #47DF42;
}
</style>
border-color css
<style>
span { border-color: #47DF42; }
span { border-color: rgb(71,223,66); }
td.TdClassName
{
border-color: #47DF42;
}
.TagClassName
{
border-color: #47DF42;
}
</style>