Shades of Lime Green #47E330
Tints of Lime Green #47E330
RGB
CMYK
RGB Variations
Color information
#47E330 (or 0x47E330) is known color: Lime Green. HEX triplet: 47, E3 and 30. RGB value is (71,227,48). Sum of RGB (Red+Green+Blue) = 71+227+48=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 227 (89.06% from 255 or 65.61% from 346); Blue value is 48 (19.14% from 255 or 13.87% from 346); Max value from RGB is 227 - color contains mainly: green. Hex color #47E330 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47E330 is #B81CCF. Grayscale: #A0A0A0. Windows color (decimal): -12066000 or 3203911. OLE color: 3203911.
HSL color Cylindrical-coordinate representation of color #47E330: hue angle of 112.29º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #47E330 is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 71 | 227 | 48 | - |
| CMYK | 0.69 | 0 | 0.79 | 0.11 |
| HSL | 112.29º | 0.76% | 0.54% | - |
| HSV(B) | 112.29º | 0.79% | 0.89% | - |
| XYZ | 30.6 | 56.49 | 12.09 | - |
| YUV | 159.95 | 64.82 | 64.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 227 | 48 | 0.69 | 0 | 0.79 | 0.11 | 112.29 | 0.76 | 0.54 |
| Hex | 47 | E3 | 30 | 45 | 0 | 4F | B | 70 | 4C | 36 |
| Octal | 107 | 343 | 60 | 105 | 0 | 117 | 13 | 160 | 114 | 66 |
| Binary | 1000111 | 11100011 | 110000 | 1000101 | 0 | 1001111 | 1011 | 1110000 | 1001100 | 110110 |
Color Harmonies of #47E330
Complementary color
Monochromatic Colors of #47E330
Black with #47E330
Text Example
Text Example
White with #47E330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E330; }
p { color: rgb(71,227,48); }
H1.HeaderClassName
{
color: #47E330;
}
.AnyTagClassName
{
color: #47E330;
}
</style>
background-color css
<style>
a { background-color: #47E330; }
a { background-color: rgb(71,227,48); }
div.DivClassName
{
background-color: #47E330;
}
.BgClassName
{
background-color: #47E330;
}
</style>
border-color css
<style>
span { border-color: #47E330; }
span { border-color: rgb(71,227,48); }
td.TdClassName
{
border-color: #47E330;
}
.TagClassName
{
border-color: #47E330;
}
</style>