Shades of Lime Green #47E64F
Tints of Lime Green #47E64F
RGB
CMYK
RGB Variations
Color information
#47E64F (or 0x47E64F) is known color: Lime Green. HEX triplet: 47, E6 and 4F. RGB value is (71,230,79). Sum of RGB (Red+Green+Blue) = 71+230+79=380 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.68% from 380); Green value is 230 (90.23% from 255 or 60.53% from 380); Blue value is 79 (31.25% from 255 or 20.79% from 380); Max value from RGB is 230 - color contains mainly: green. Hex color #47E64F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #47E64F is #B819B0. Grayscale: #A5A5A5. Windows color (decimal): -12065201 or 5236295. OLE color: 5236295.
HSL color Cylindrical-coordinate representation of color #47E64F: hue angle of 123.02º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47E64F is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 71 | 230 | 79 | - |
| CMYK | 0.69 | 0 | 0.66 | 0.10 |
| HSL | 123.02º | 0.76% | 0.59% | - |
| HSV(B) | 123.02º | 0.69% | 0.9% | - |
| XYZ | 32.31 | 58.5 | 16.99 | - |
| YUV | 165.25 | 79.32 | 60.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 230 | 79 | 0.69 | 0 | 0.66 | 0.10 | 123.02 | 0.76 | 0.59 |
| Hex | 47 | E6 | 4F | 45 | 0 | 42 | A | 7B | 4C | 3B |
| Octal | 107 | 346 | 117 | 105 | 0 | 102 | 12 | 173 | 114 | 73 |
| Binary | 1000111 | 11100110 | 1001111 | 1000101 | 0 | 1000010 | 1010 | 1111011 | 1001100 | 111011 |
Color Harmonies of #47E64F
Complementary color
Monochromatic Colors of #47E64F
Black with #47E64F
Text Example
Text Example
White with #47E64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E64F; }
p { color: rgb(71,230,79); }
H1.HeaderClassName
{
color: #47E64F;
}
.AnyTagClassName
{
color: #47E64F;
}
</style>
background-color css
<style>
a { background-color: #47E64F; }
a { background-color: rgb(71,230,79); }
div.DivClassName
{
background-color: #47E64F;
}
.BgClassName
{
background-color: #47E64F;
}
</style>
border-color css
<style>
span { border-color: #47E64F; }
span { border-color: rgb(71,230,79); }
td.TdClassName
{
border-color: #47E64F;
}
.TagClassName
{
border-color: #47E64F;
}
</style>