Shades of Lime Green #47C33A
Tints of Lime Green #47C33A
RGB
CMYK
RGB Variations
Color information
#47C33A (or 0x47C33A) is known color: Lime Green. HEX triplet: 47, C3 and 3A. RGB value is (71,195,58). Sum of RGB (Red+Green+Blue) = 71+195+58=324 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.91% from 324); Green value is 195 (76.56% from 255 or 60.19% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 195 - color contains mainly: green. Hex color #47C33A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47C33A is #B83CC5. Grayscale: #8E8E8E. Windows color (decimal): -12074182 or 3851079. OLE color: 3851079.
HSL color Cylindrical-coordinate representation of color #47C33A: hue angle of 114.31º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47C33A is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 195 | 58 | - |
| CMYK | 0.64 | 0 | 0.70 | 0.24 |
| HSL | 114.31º | 0.54% | 0.5% | - |
| HSV(B) | 114.31º | 0.7% | 0.76% | - |
| XYZ | 22.88 | 40.68 | 10.65 | - |
| YUV | 142.31 | 80.42 | 77.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 195 | 58 | 0.64 | 0 | 0.70 | 0.24 | 114.31 | 0.54 | 0.5 |
| Hex | 47 | C3 | 3A | 40 | 0 | 46 | 18 | 72 | 36 | 32 |
| Octal | 107 | 303 | 72 | 100 | 0 | 106 | 30 | 162 | 66 | 62 |
| Binary | 1000111 | 11000011 | 111010 | 1000000 | 0 | 1000110 | 11000 | 1110010 | 110110 | 110010 |
Color Harmonies of #47C33A
Complementary color
Monochromatic Colors of #47C33A
Black with #47C33A
Text Example
Text Example
White with #47C33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C33A; }
p { color: rgb(71,195,58); }
H1.HeaderClassName
{
color: #47C33A;
}
.AnyTagClassName
{
color: #47C33A;
}
</style>
background-color css
<style>
a { background-color: #47C33A; }
a { background-color: rgb(71,195,58); }
div.DivClassName
{
background-color: #47C33A;
}
.BgClassName
{
background-color: #47C33A;
}
</style>
border-color css
<style>
span { border-color: #47C33A; }
span { border-color: rgb(71,195,58); }
td.TdClassName
{
border-color: #47C33A;
}
.TagClassName
{
border-color: #47C33A;
}
</style>