Shades of Lime Green #47E427
Tints of Lime Green #47E427
RGB
CMYK
RGB Variations
Color information
#47E427 (or 0x47E427) is known color: Lime Green. HEX triplet: 47, E4 and 27. RGB value is (71,228,39). Sum of RGB (Red+Green+Blue) = 71+228+39=338 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.01% from 338); Green value is 228 (89.45% from 255 or 67.46% from 338); Blue value is 39 (15.62% from 255 or 11.54% from 338); Max value from RGB is 228 - color contains mainly: green. Hex color #47E427 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47E427 is #B81BD8. Grayscale: #A0A0A0. Windows color (decimal): -12065753 or 2614343. OLE color: 2614343.
HSL color Cylindrical-coordinate representation of color #47E427: hue angle of 109.84º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #47E427 is Cyan = 0.69, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 71 | 228 | 39 | - |
| CMYK | 0.69 | 0 | 0.83 | 0.11 |
| HSL | 109.84º | 0.78% | 0.52% | - |
| HSV(B) | 109.84º | 0.83% | 0.89% | - |
| XYZ | 30.71 | 56.97 | 11.3 | - |
| YUV | 159.51 | 59.99 | 64.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 228 | 39 | 0.69 | 0 | 0.83 | 0.11 | 109.84 | 0.78 | 0.52 |
| Hex | 47 | E4 | 27 | 45 | 0 | 53 | B | 6E | 4E | 34 |
| Octal | 107 | 344 | 47 | 105 | 0 | 123 | 13 | 156 | 116 | 64 |
| Binary | 1000111 | 11100100 | 100111 | 1000101 | 0 | 1010011 | 1011 | 1101110 | 1001110 | 110100 |
Color Harmonies of #47E427
Complementary color
Monochromatic Colors of #47E427
Black with #47E427
Text Example
Text Example
White with #47E427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E427; }
p { color: rgb(71,228,39); }
H1.HeaderClassName
{
color: #47E427;
}
.AnyTagClassName
{
color: #47E427;
}
</style>
background-color css
<style>
a { background-color: #47E427; }
a { background-color: rgb(71,228,39); }
div.DivClassName
{
background-color: #47E427;
}
.BgClassName
{
background-color: #47E427;
}
</style>
border-color css
<style>
span { border-color: #47E427; }
span { border-color: rgb(71,228,39); }
td.TdClassName
{
border-color: #47E427;
}
.TagClassName
{
border-color: #47E427;
}
</style>