Shades of Lime Green #47D34B
Tints of Lime Green #47D34B
RGB
CMYK
RGB Variations
Color information
#47D34B (or 0x47D34B) is known color: Lime Green. HEX triplet: 47, D3 and 4B. RGB value is (71,211,75). Sum of RGB (Red+Green+Blue) = 71+211+75=357 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.89% from 357); Green value is 211 (82.81% from 255 or 59.10% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 211 - color contains mainly: green. Hex color #47D34B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47D34B is #B82CB4. Grayscale: #9A9A9A. Windows color (decimal): -12070069 or 4969287. OLE color: 4969287.
HSL color Cylindrical-coordinate representation of color #47D34B: hue angle of 121.71º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47D34B is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 71 | 211 | 75 | - |
| CMYK | 0.66 | 0 | 0.64 | 0.17 |
| HSL | 121.71º | 0.61% | 0.55% | - |
| HSV(B) | 121.71º | 0.66% | 0.83% | - |
| XYZ | 27.16 | 48.44 | 14.57 | - |
| YUV | 153.64 | 83.62 | 69.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 211 | 75 | 0.66 | 0 | 0.64 | 0.17 | 121.71 | 0.61 | 0.55 |
| Hex | 47 | D3 | 4B | 42 | 0 | 40 | 11 | 7A | 3D | 37 |
| Octal | 107 | 323 | 113 | 102 | 0 | 100 | 21 | 172 | 75 | 67 |
| Binary | 1000111 | 11010011 | 1001011 | 1000010 | 0 | 1000000 | 10001 | 1111010 | 111101 | 110111 |
Color Harmonies of #47D34B
Complementary color
Monochromatic Colors of #47D34B
Black with #47D34B
Text Example
Text Example
White with #47D34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D34B; }
p { color: rgb(71,211,75); }
H1.HeaderClassName
{
color: #47D34B;
}
.AnyTagClassName
{
color: #47D34B;
}
</style>
background-color css
<style>
a { background-color: #47D34B; }
a { background-color: rgb(71,211,75); }
div.DivClassName
{
background-color: #47D34B;
}
.BgClassName
{
background-color: #47D34B;
}
</style>
border-color css
<style>
span { border-color: #47D34B; }
span { border-color: rgb(71,211,75); }
td.TdClassName
{
border-color: #47D34B;
}
.TagClassName
{
border-color: #47D34B;
}
</style>