Shades of Lime Green #47D039
Tints of Lime Green #47D039
RGB
CMYK
RGB Variations
Color information
#47D039 (or 0x47D039) is known color: Lime Green. HEX triplet: 47, D0 and 39. RGB value is (71,208,57). Sum of RGB (Red+Green+Blue) = 71+208+57=336 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.13% from 336); Green value is 208 (81.64% from 255 or 61.90% from 336); Blue value is 57 (22.66% from 255 or 16.96% from 336); Max value from RGB is 208 - color contains mainly: green. Hex color #47D039 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47D039 is #B82FC6. Grayscale: #969696. Windows color (decimal): -12070855 or 3788871. OLE color: 3788871.
HSL color Cylindrical-coordinate representation of color #47D039: hue angle of 114.44º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #47D039 is Cyan = 0.66, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 71 | 208 | 57 | - |
| CMYK | 0.66 | 0 | 0.73 | 0.18 |
| HSL | 114.44º | 0.62% | 0.52% | - |
| HSV(B) | 114.44º | 0.73% | 0.82% | - |
| XYZ | 25.89 | 46.75 | 11.53 | - |
| YUV | 149.82 | 75.61 | 71.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 208 | 57 | 0.66 | 0 | 0.73 | 0.18 | 114.44 | 0.62 | 0.52 |
| Hex | 47 | D0 | 39 | 42 | 0 | 49 | 12 | 72 | 3E | 34 |
| Octal | 107 | 320 | 71 | 102 | 0 | 111 | 22 | 162 | 76 | 64 |
| Binary | 1000111 | 11010000 | 111001 | 1000010 | 0 | 1001001 | 10010 | 1110010 | 111110 | 110100 |
Color Harmonies of #47D039
Complementary color
Monochromatic Colors of #47D039
Black with #47D039
Text Example
Text Example
White with #47D039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D039; }
p { color: rgb(71,208,57); }
H1.HeaderClassName
{
color: #47D039;
}
.AnyTagClassName
{
color: #47D039;
}
</style>
background-color css
<style>
a { background-color: #47D039; }
a { background-color: rgb(71,208,57); }
div.DivClassName
{
background-color: #47D039;
}
.BgClassName
{
background-color: #47D039;
}
</style>
border-color css
<style>
span { border-color: #47D039; }
span { border-color: rgb(71,208,57); }
td.TdClassName
{
border-color: #47D039;
}
.TagClassName
{
border-color: #47D039;
}
</style>