Shades of Lime Green #47E033
Tints of Lime Green #47E033
RGB
CMYK
RGB Variations
Color information
#47E033 (or 0x47E033) is known color: Lime Green. HEX triplet: 47, E0 and 33. RGB value is (71,224,51). Sum of RGB (Red+Green+Blue) = 71+224+51=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 224 (87.89% from 255 or 64.74% from 346); Blue value is 51 (20.31% from 255 or 14.74% from 346); Max value from RGB is 224 - color contains mainly: green. Hex color #47E033 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47E033 is #B81FCC. Grayscale: #9F9F9F. Windows color (decimal): -12066765 or 3399751. OLE color: 3399751.
HSL color Cylindrical-coordinate representation of color #47E033: hue angle of 113.06º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #47E033 is Cyan = 0.68, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 71 | 224 | 51 | - |
| CMYK | 0.68 | 0 | 0.77 | 0.12 |
| HSL | 113.06º | 0.74% | 0.54% | - |
| HSV(B) | 113.06º | 0.77% | 0.88% | - |
| XYZ | 29.85 | 54.89 | 12.15 | - |
| YUV | 158.53 | 67.31 | 65.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 224 | 51 | 0.68 | 0 | 0.77 | 0.12 | 113.06 | 0.74 | 0.54 |
| Hex | 47 | E0 | 33 | 44 | 0 | 4D | C | 71 | 4A | 36 |
| Octal | 107 | 340 | 63 | 104 | 0 | 115 | 14 | 161 | 112 | 66 |
| Binary | 1000111 | 11100000 | 110011 | 1000100 | 0 | 1001101 | 1100 | 1110001 | 1001010 | 110110 |
Color Harmonies of #47E033
Complementary color
Monochromatic Colors of #47E033
Black with #47E033
Text Example
Text Example
White with #47E033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E033; }
p { color: rgb(71,224,51); }
H1.HeaderClassName
{
color: #47E033;
}
.AnyTagClassName
{
color: #47E033;
}
</style>
background-color css
<style>
a { background-color: #47E033; }
a { background-color: rgb(71,224,51); }
div.DivClassName
{
background-color: #47E033;
}
.BgClassName
{
background-color: #47E033;
}
</style>
border-color css
<style>
span { border-color: #47E033; }
span { border-color: rgb(71,224,51); }
td.TdClassName
{
border-color: #47E033;
}
.TagClassName
{
border-color: #47E033;
}
</style>