Shades of Lime Green #47C039
Tints of Lime Green #47C039
RGB
CMYK
RGB Variations
Color information
#47C039 (or 0x47C039) is known color: Lime Green. HEX triplet: 47, C0 and 39. RGB value is (71,192,57). Sum of RGB (Red+Green+Blue) = 71+192+57=320 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.19% from 320); Green value is 192 (75.39% from 255 or 60% from 320); Blue value is 57 (22.66% from 255 or 17.81% from 320); Max value from RGB is 192 - color contains mainly: green. Hex color #47C039 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47C039 is #B83FC6. Grayscale: #8C8C8C. Windows color (decimal): -12074951 or 3784775. OLE color: 3784775.
HSL color Cylindrical-coordinate representation of color #47C039: hue angle of 113.78º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47C039 is Cyan = 0.63, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 192 | 57 | - |
| CMYK | 0.63 | 0 | 0.70 | 0.25 |
| HSL | 113.78º | 0.54% | 0.49% | - |
| HSV(B) | 113.78º | 0.7% | 0.75% | - |
| XYZ | 22.19 | 39.33 | 10.29 | - |
| YUV | 140.43 | 80.91 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 192 | 57 | 0.63 | 0 | 0.70 | 0.25 | 113.78 | 0.54 | 0.49 |
| Hex | 47 | C0 | 39 | 3F | 0 | 46 | 19 | 72 | 36 | 31 |
| Octal | 107 | 300 | 71 | 77 | 0 | 106 | 31 | 162 | 66 | 61 |
| Binary | 1000111 | 11000000 | 111001 | 111111 | 0 | 1000110 | 11001 | 1110010 | 110110 | 110001 |
Color Harmonies of #47C039
Complementary color
Monochromatic Colors of #47C039
Black with #47C039
Text Example
Text Example
White with #47C039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C039; }
p { color: rgb(71,192,57); }
H1.HeaderClassName
{
color: #47C039;
}
.AnyTagClassName
{
color: #47C039;
}
</style>
background-color css
<style>
a { background-color: #47C039; }
a { background-color: rgb(71,192,57); }
div.DivClassName
{
background-color: #47C039;
}
.BgClassName
{
background-color: #47C039;
}
</style>
border-color css
<style>
span { border-color: #47C039; }
span { border-color: rgb(71,192,57); }
td.TdClassName
{
border-color: #47C039;
}
.TagClassName
{
border-color: #47C039;
}
</style>