Shades of Lime Green #47C334
Tints of Lime Green #47C334
RGB
CMYK
RGB Variations
Color information
#47C334 (or 0x47C334) is known color: Lime Green. HEX triplet: 47, C3 and 34. RGB value is (71,195,52). Sum of RGB (Red+Green+Blue) = 71+195+52=318 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.33% from 318); Green value is 195 (76.56% from 255 or 61.32% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 195 - color contains mainly: green. Hex color #47C334 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47C334 is #B83CCB. Grayscale: #8E8E8E. Windows color (decimal): -12074188 or 3457863. OLE color: 3457863.
HSL color Cylindrical-coordinate representation of color #47C334: hue angle of 112.03º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #47C334 is Cyan = 0.64, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 195 | 52 | - |
| CMYK | 0.64 | 0 | 0.73 | 0.24 |
| HSL | 112.03º | 0.58% | 0.48% | - |
| HSV(B) | 112.03º | 0.73% | 0.76% | - |
| XYZ | 22.73 | 40.62 | 9.89 | - |
| YUV | 141.62 | 77.42 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 195 | 52 | 0.64 | 0 | 0.73 | 0.24 | 112.03 | 0.58 | 0.48 |
| Hex | 47 | C3 | 34 | 40 | 0 | 49 | 18 | 70 | 3A | 30 |
| Octal | 107 | 303 | 64 | 100 | 0 | 111 | 30 | 160 | 72 | 60 |
| Binary | 1000111 | 11000011 | 110100 | 1000000 | 0 | 1001001 | 11000 | 1110000 | 111010 | 110000 |
Color Harmonies of #47C334
Complementary color
Monochromatic Colors of #47C334
Black with #47C334
Text Example
Text Example
White with #47C334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C334; }
p { color: rgb(71,195,52); }
H1.HeaderClassName
{
color: #47C334;
}
.AnyTagClassName
{
color: #47C334;
}
</style>
background-color css
<style>
a { background-color: #47C334; }
a { background-color: rgb(71,195,52); }
div.DivClassName
{
background-color: #47C334;
}
.BgClassName
{
background-color: #47C334;
}
</style>
border-color css
<style>
span { border-color: #47C334; }
span { border-color: rgb(71,195,52); }
td.TdClassName
{
border-color: #47C334;
}
.TagClassName
{
border-color: #47C334;
}
</style>