Shades of Lime Green #47DA31
Tints of Lime Green #47DA31
RGB
CMYK
RGB Variations
Color information
#47DA31 (or 0x47DA31) is known color: Lime Green. HEX triplet: 47, DA and 31. RGB value is (71,218,49). Sum of RGB (Red+Green+Blue) = 71+218+49=338 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.01% from 338); Green value is 218 (85.55% from 255 or 64.50% from 338); Blue value is 49 (19.53% from 255 or 14.50% from 338); Max value from RGB is 218 - color contains mainly: green. Hex color #47DA31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47DA31 is #B825CE. Grayscale: #9B9B9B. Windows color (decimal): -12068303 or 3267143. OLE color: 3267143.
HSL color Cylindrical-coordinate representation of color #47DA31: hue angle of 112.19º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #47DA31 is Cyan = 0.67, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 218 | 49 | - |
| CMYK | 0.67 | 0 | 0.78 | 0.15 |
| HSL | 112.19º | 0.7% | 0.52% | - |
| HSV(B) | 112.19º | 0.78% | 0.85% | - |
| XYZ | 28.22 | 51.7 | 11.4 | - |
| YUV | 154.78 | 68.3 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 218 | 49 | 0.67 | 0 | 0.78 | 0.15 | 112.19 | 0.7 | 0.52 |
| Hex | 47 | DA | 31 | 43 | 0 | 4E | F | 70 | 46 | 34 |
| Octal | 107 | 332 | 61 | 103 | 0 | 116 | 17 | 160 | 106 | 64 |
| Binary | 1000111 | 11011010 | 110001 | 1000011 | 0 | 1001110 | 1111 | 1110000 | 1000110 | 110100 |
Color Harmonies of #47DA31
Complementary color
Monochromatic Colors of #47DA31
Black with #47DA31
Text Example
Text Example
White with #47DA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DA31; }
p { color: rgb(71,218,49); }
H1.HeaderClassName
{
color: #47DA31;
}
.AnyTagClassName
{
color: #47DA31;
}
</style>
background-color css
<style>
a { background-color: #47DA31; }
a { background-color: rgb(71,218,49); }
div.DivClassName
{
background-color: #47DA31;
}
.BgClassName
{
background-color: #47DA31;
}
</style>
border-color css
<style>
span { border-color: #47DA31; }
span { border-color: rgb(71,218,49); }
td.TdClassName
{
border-color: #47DA31;
}
.TagClassName
{
border-color: #47DA31;
}
</style>