Shades of Lime Green #47CF47
Tints of Lime Green #47CF47
RGB
CMYK
RGB Variations
Color information
#47CF47 (or 0x47CF47) is known color: Lime Green. HEX triplet: 47, CF and 47. RGB value is (71,207,71). Sum of RGB (Red+Green+Blue) = 71+207+71=349 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.34% from 349); Green value is 207 (81.25% from 255 or 59.31% from 349); Blue value is 71 (28.12% from 255 or 20.34% from 349); Max value from RGB is 207 - color contains mainly: green. Hex color #47CF47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47CF47 is #B830B8. Grayscale: #979797. Windows color (decimal): -12071097 or 4706119. OLE color: 4706119.
HSL color Cylindrical-coordinate representation of color #47CF47: hue angle of 120º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47CF47 is Cyan = 0.66, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 207 | 71 | - |
| CMYK | 0.66 | 0 | 0.66 | 0.19 |
| HSL | 120º | 0.59% | 0.55% | - |
| HSV(B) | 120º | 0.66% | 0.81% | - |
| XYZ | 26.05 | 46.42 | 13.55 | - |
| YUV | 150.83 | 82.94 | 71.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 207 | 71 | 0.66 | 0 | 0.66 | 0.19 | 120 | 0.59 | 0.55 |
| Hex | 47 | CF | 47 | 42 | 0 | 42 | 13 | 78 | 3B | 37 |
| Octal | 107 | 317 | 107 | 102 | 0 | 102 | 23 | 170 | 73 | 67 |
| Binary | 1000111 | 11001111 | 1000111 | 1000010 | 0 | 1000010 | 10011 | 1111000 | 111011 | 110111 |
Color Harmonies of #47CF47
Complementary color
Monochromatic Colors of #47CF47
Black with #47CF47
Text Example
Text Example
White with #47CF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CF47; }
p { color: rgb(71,207,71); }
H1.HeaderClassName
{
color: #47CF47;
}
.AnyTagClassName
{
color: #47CF47;
}
</style>
background-color css
<style>
a { background-color: #47CF47; }
a { background-color: rgb(71,207,71); }
div.DivClassName
{
background-color: #47CF47;
}
.BgClassName
{
background-color: #47CF47;
}
</style>
border-color css
<style>
span { border-color: #47CF47; }
span { border-color: rgb(71,207,71); }
td.TdClassName
{
border-color: #47CF47;
}
.TagClassName
{
border-color: #47CF47;
}
</style>