Shades of Lime Green #47E945
Tints of Lime Green #47E945
RGB
CMYK
RGB Variations
Color information
#47E945 (or 0x47E945) is known color: Lime Green. HEX triplet: 47, E9 and 45. RGB value is (71,233,69). Sum of RGB (Red+Green+Blue) = 71+233+69=373 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.03% from 373); Green value is 233 (91.41% from 255 or 62.47% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 233 - color contains mainly: green. Hex color #47E945 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #47E945 is #B816BA. Grayscale: #A6A6A6. Windows color (decimal): -12064443 or 4581703. OLE color: 4581703.
HSL color Cylindrical-coordinate representation of color #47E945: hue angle of 119.27º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47E945 is Cyan = 0.70, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 71 | 233 | 69 | - |
| CMYK | 0.70 | 0 | 0.70 | 0.09 |
| HSL | 119.27º | 0.79% | 0.59% | - |
| HSV(B) | 119.27º | 0.7% | 0.91% | - |
| XYZ | 32.81 | 60.05 | 15.49 | - |
| YUV | 165.87 | 73.33 | 60.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 233 | 69 | 0.70 | 0 | 0.70 | 0.09 | 119.27 | 0.79 | 0.59 |
| Hex | 47 | E9 | 45 | 46 | 0 | 46 | 9 | 77 | 4F | 3B |
| Octal | 107 | 351 | 105 | 106 | 0 | 106 | 11 | 167 | 117 | 73 |
| Binary | 1000111 | 11101001 | 1000101 | 1000110 | 0 | 1000110 | 1001 | 1110111 | 1001111 | 111011 |
Color Harmonies of #47E945
Complementary color
Monochromatic Colors of #47E945
Black with #47E945
Text Example
Text Example
White with #47E945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E945; }
p { color: rgb(71,233,69); }
H1.HeaderClassName
{
color: #47E945;
}
.AnyTagClassName
{
color: #47E945;
}
</style>
background-color css
<style>
a { background-color: #47E945; }
a { background-color: rgb(71,233,69); }
div.DivClassName
{
background-color: #47E945;
}
.BgClassName
{
background-color: #47E945;
}
</style>
border-color css
<style>
span { border-color: #47E945; }
span { border-color: rgb(71,233,69); }
td.TdClassName
{
border-color: #47E945;
}
.TagClassName
{
border-color: #47E945;
}
</style>