Shades of Lime Green #47CF41
Tints of Lime Green #47CF41
RGB
CMYK
RGB Variations
Color information
#47CF41 (or 0x47CF41) is known color: Lime Green. HEX triplet: 47, CF and 41. RGB value is (71,207,65). Sum of RGB (Red+Green+Blue) = 71+207+65=343 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.70% from 343); Green value is 207 (81.25% from 255 or 60.35% from 343); Blue value is 65 (25.78% from 255 or 18.95% from 343); Max value from RGB is 207 - color contains mainly: green. Hex color #47CF41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47CF41 is #B830BE. Grayscale: #969696. Windows color (decimal): -12071103 or 4312903. OLE color: 4312903.
HSL color Cylindrical-coordinate representation of color #47CF41: hue angle of 117.46º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47CF41 is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 207 | 65 | - |
| CMYK | 0.66 | 0 | 0.69 | 0.19 |
| HSL | 117.46º | 0.6% | 0.53% | - |
| HSV(B) | 117.46º | 0.69% | 0.81% | - |
| XYZ | 25.87 | 46.35 | 12.58 | - |
| YUV | 150.15 | 79.94 | 71.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 207 | 65 | 0.66 | 0 | 0.69 | 0.19 | 117.46 | 0.6 | 0.53 |
| Hex | 47 | CF | 41 | 42 | 0 | 45 | 13 | 75 | 3C | 35 |
| Octal | 107 | 317 | 101 | 102 | 0 | 105 | 23 | 165 | 74 | 65 |
| Binary | 1000111 | 11001111 | 1000001 | 1000010 | 0 | 1000101 | 10011 | 1110101 | 111100 | 110101 |
Color Harmonies of #47CF41
Complementary color
Monochromatic Colors of #47CF41
Black with #47CF41
Text Example
Text Example
White with #47CF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CF41; }
p { color: rgb(71,207,65); }
H1.HeaderClassName
{
color: #47CF41;
}
.AnyTagClassName
{
color: #47CF41;
}
</style>
background-color css
<style>
a { background-color: #47CF41; }
a { background-color: rgb(71,207,65); }
div.DivClassName
{
background-color: #47CF41;
}
.BgClassName
{
background-color: #47CF41;
}
</style>
border-color css
<style>
span { border-color: #47CF41; }
span { border-color: rgb(71,207,65); }
td.TdClassName
{
border-color: #47CF41;
}
.TagClassName
{
border-color: #47CF41;
}
</style>