Shades of Lime Green #47CF37
Tints of Lime Green #47CF37
RGB
CMYK
RGB Variations
Color information
#47CF37 (or 0x47CF37) is known color: Lime Green. HEX triplet: 47, CF and 37. RGB value is (71,207,55). Sum of RGB (Red+Green+Blue) = 71+207+55=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 207 (81.25% from 255 or 62.16% from 333); Blue value is 55 (21.88% from 255 or 16.52% from 333); Max value from RGB is 207 - color contains mainly: green. Hex color #47CF37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47CF37 is #B830C8. Grayscale: #959595. Windows color (decimal): -12071113 or 3657543. OLE color: 3657543.
HSL color Cylindrical-coordinate representation of color #47CF37: hue angle of 113.68º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #47CF37 is Cyan = 0.66, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 207 | 55 | - |
| CMYK | 0.66 | 0 | 0.73 | 0.19 |
| HSL | 113.68º | 0.61% | 0.51% | - |
| HSV(B) | 113.68º | 0.73% | 0.81% | - |
| XYZ | 25.6 | 46.24 | 11.19 | - |
| YUV | 149.01 | 74.94 | 72.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 207 | 55 | 0.66 | 0 | 0.73 | 0.19 | 113.68 | 0.61 | 0.51 |
| Hex | 47 | CF | 37 | 42 | 0 | 49 | 13 | 72 | 3D | 33 |
| Octal | 107 | 317 | 67 | 102 | 0 | 111 | 23 | 162 | 75 | 63 |
| Binary | 1000111 | 11001111 | 110111 | 1000010 | 0 | 1001001 | 10011 | 1110010 | 111101 | 110011 |
Color Harmonies of #47CF37
Complementary color
Monochromatic Colors of #47CF37
Black with #47CF37
Text Example
Text Example
White with #47CF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CF37; }
p { color: rgb(71,207,55); }
H1.HeaderClassName
{
color: #47CF37;
}
.AnyTagClassName
{
color: #47CF37;
}
</style>
background-color css
<style>
a { background-color: #47CF37; }
a { background-color: rgb(71,207,55); }
div.DivClassName
{
background-color: #47CF37;
}
.BgClassName
{
background-color: #47CF37;
}
</style>
border-color css
<style>
span { border-color: #47CF37; }
span { border-color: rgb(71,207,55); }
td.TdClassName
{
border-color: #47CF37;
}
.TagClassName
{
border-color: #47CF37;
}
</style>