Shades of Lime Green #47D62F
Tints of Lime Green #47D62F
RGB
CMYK
RGB Variations
Color information
#47D62F (or 0x47D62F) is known color: Lime Green. HEX triplet: 47, D6 and 2F. RGB value is (71,214,47). Sum of RGB (Red+Green+Blue) = 71+214+47=332 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.39% from 332); Green value is 214 (83.98% from 255 or 64.46% from 332); Blue value is 47 (18.75% from 255 or 14.16% from 332); Max value from RGB is 214 - color contains mainly: green. Hex color #47D62F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47D62F is #B829D0. Grayscale: #989898. Windows color (decimal): -12069329 or 3135047. OLE color: 3135047.
HSL color Cylindrical-coordinate representation of color #47D62F: hue angle of 111.38º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #47D62F is Cyan = 0.67, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 71 | 214 | 47 | - |
| CMYK | 0.67 | 0 | 0.78 | 0.16 |
| HSL | 111.38º | 0.67% | 0.51% | - |
| HSV(B) | 111.38º | 0.78% | 0.84% | - |
| XYZ | 27.16 | 49.64 | 10.84 | - |
| YUV | 152.21 | 68.62 | 70.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 214 | 47 | 0.67 | 0 | 0.78 | 0.16 | 111.38 | 0.67 | 0.51 |
| Hex | 47 | D6 | 2F | 43 | 0 | 4E | 10 | 6F | 43 | 33 |
| Octal | 107 | 326 | 57 | 103 | 0 | 116 | 20 | 157 | 103 | 63 |
| Binary | 1000111 | 11010110 | 101111 | 1000011 | 0 | 1001110 | 10000 | 1101111 | 1000011 | 110011 |
Color Harmonies of #47D62F
Complementary color
Monochromatic Colors of #47D62F
Black with #47D62F
Text Example
Text Example
White with #47D62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D62F; }
p { color: rgb(71,214,47); }
H1.HeaderClassName
{
color: #47D62F;
}
.AnyTagClassName
{
color: #47D62F;
}
</style>
background-color css
<style>
a { background-color: #47D62F; }
a { background-color: rgb(71,214,47); }
div.DivClassName
{
background-color: #47D62F;
}
.BgClassName
{
background-color: #47D62F;
}
</style>
border-color css
<style>
span { border-color: #47D62F; }
span { border-color: rgb(71,214,47); }
td.TdClassName
{
border-color: #47D62F;
}
.TagClassName
{
border-color: #47D62F;
}
</style>