Shades of Lime Green #47C034
Tints of Lime Green #47C034
RGB
CMYK
RGB Variations
Color information
#47C034 (or 0x47C034) is known color: Lime Green. HEX triplet: 47, C0 and 34. RGB value is (71,192,52). Sum of RGB (Red+Green+Blue) = 71+192+52=315 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.54% from 315); Green value is 192 (75.39% from 255 or 60.95% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 192 - color contains mainly: green. Hex color #47C034 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47C034 is #B83FCB. Grayscale: #8C8C8C. Windows color (decimal): -12074956 or 3457095. OLE color: 3457095.
HSL color Cylindrical-coordinate representation of color #47C034: hue angle of 111.86º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #47C034 is Cyan = 0.63, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 192 | 52 | - |
| CMYK | 0.63 | 0 | 0.73 | 0.25 |
| HSL | 111.86º | 0.57% | 0.48% | - |
| HSV(B) | 111.86º | 0.73% | 0.75% | - |
| XYZ | 22.07 | 39.29 | 9.67 | - |
| YUV | 139.86 | 78.41 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 192 | 52 | 0.63 | 0 | 0.73 | 0.25 | 111.86 | 0.57 | 0.48 |
| Hex | 47 | C0 | 34 | 3F | 0 | 49 | 19 | 70 | 39 | 30 |
| Octal | 107 | 300 | 64 | 77 | 0 | 111 | 31 | 160 | 71 | 60 |
| Binary | 1000111 | 11000000 | 110100 | 111111 | 0 | 1001001 | 11001 | 1110000 | 111001 | 110000 |
Color Harmonies of #47C034
Complementary color
Monochromatic Colors of #47C034
Black with #47C034
Text Example
Text Example
White with #47C034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C034; }
p { color: rgb(71,192,52); }
H1.HeaderClassName
{
color: #47C034;
}
.AnyTagClassName
{
color: #47C034;
}
</style>
background-color css
<style>
a { background-color: #47C034; }
a { background-color: rgb(71,192,52); }
div.DivClassName
{
background-color: #47C034;
}
.BgClassName
{
background-color: #47C034;
}
</style>
border-color css
<style>
span { border-color: #47C034; }
span { border-color: rgb(71,192,52); }
td.TdClassName
{
border-color: #47C034;
}
.TagClassName
{
border-color: #47C034;
}
</style>