Shades of Lime Green #47E144
Tints of Lime Green #47E144
RGB
CMYK
RGB Variations
Color information
#47E144 (or 0x47E144) is known color: Lime Green. HEX triplet: 47, E1 and 44. RGB value is (71,225,68). Sum of RGB (Red+Green+Blue) = 71+225+68=364 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.51% from 364); Green value is 225 (88.28% from 255 or 61.81% from 364); Blue value is 68 (26.95% from 255 or 18.68% from 364); Max value from RGB is 225 - color contains mainly: green. Hex color #47E144 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47E144 is #B81EBB. Grayscale: #A1A1A1. Windows color (decimal): -12066492 or 4514119. OLE color: 4514119.
HSL color Cylindrical-coordinate representation of color #47E144: hue angle of 118.85º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47E144 is Cyan = 0.68, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 71 | 225 | 68 | - |
| CMYK | 0.68 | 0 | 0.70 | 0.12 |
| HSL | 118.85º | 0.72% | 0.57% | - |
| HSV(B) | 118.85º | 0.7% | 0.88% | - |
| XYZ | 30.57 | 55.61 | 14.59 | - |
| YUV | 161.06 | 75.48 | 63.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 225 | 68 | 0.68 | 0 | 0.70 | 0.12 | 118.85 | 0.72 | 0.57 |
| Hex | 47 | E1 | 44 | 44 | 0 | 46 | C | 77 | 48 | 39 |
| Octal | 107 | 341 | 104 | 104 | 0 | 106 | 14 | 167 | 110 | 71 |
| Binary | 1000111 | 11100001 | 1000100 | 1000100 | 0 | 1000110 | 1100 | 1110111 | 1001000 | 111001 |
Color Harmonies of #47E144
Complementary color
Monochromatic Colors of #47E144
Black with #47E144
Text Example
Text Example
White with #47E144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E144; }
p { color: rgb(71,225,68); }
H1.HeaderClassName
{
color: #47E144;
}
.AnyTagClassName
{
color: #47E144;
}
</style>
background-color css
<style>
a { background-color: #47E144; }
a { background-color: rgb(71,225,68); }
div.DivClassName
{
background-color: #47E144;
}
.BgClassName
{
background-color: #47E144;
}
</style>
border-color css
<style>
span { border-color: #47E144; }
span { border-color: rgb(71,225,68); }
td.TdClassName
{
border-color: #47E144;
}
.TagClassName
{
border-color: #47E144;
}
</style>