Shades of Lime Green #47CF51
Tints of Lime Green #47CF51
RGB
CMYK
RGB Variations
Color information
#47CF51 (or 0x47CF51) is known color: Lime Green. HEX triplet: 47, CF and 51. RGB value is (71,207,81). Sum of RGB (Red+Green+Blue) = 71+207+81=359 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.78% from 359); Green value is 207 (81.25% from 255 or 57.66% from 359); Blue value is 81 (32.03% from 255 or 22.56% from 359); Max value from RGB is 207 - color contains mainly: green. Hex color #47CF51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47CF51 is #B830AE. Grayscale: #989898. Windows color (decimal): -12071087 or 5361479. OLE color: 5361479.
HSL color Cylindrical-coordinate representation of color #47CF51: hue angle of 124.41º 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 #47CF51 is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 207 | 81 | - |
| CMYK | 0.66 | 0 | 0.61 | 0.19 |
| HSL | 124.41º | 0.59% | 0.55% | - |
| HSV(B) | 124.41º | 0.66% | 0.81% | - |
| XYZ | 26.4 | 46.56 | 15.38 | - |
| YUV | 151.97 | 87.94 | 70.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 207 | 81 | 0.66 | 0 | 0.61 | 0.19 | 124.41 | 0.59 | 0.55 |
| Hex | 47 | CF | 51 | 42 | 0 | 3D | 13 | 7C | 3B | 37 |
| Octal | 107 | 317 | 121 | 102 | 0 | 75 | 23 | 174 | 73 | 67 |
| Binary | 1000111 | 11001111 | 1010001 | 1000010 | 0 | 111101 | 10011 | 1111100 | 111011 | 110111 |
Color Harmonies of #47CF51
Complementary color
Monochromatic Colors of #47CF51
Black with #47CF51
Text Example
Text Example
White with #47CF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CF51; }
p { color: rgb(71,207,81); }
H1.HeaderClassName
{
color: #47CF51;
}
.AnyTagClassName
{
color: #47CF51;
}
</style>
background-color css
<style>
a { background-color: #47CF51; }
a { background-color: rgb(71,207,81); }
div.DivClassName
{
background-color: #47CF51;
}
.BgClassName
{
background-color: #47CF51;
}
</style>
border-color css
<style>
span { border-color: #47CF51; }
span { border-color: rgb(71,207,81); }
td.TdClassName
{
border-color: #47CF51;
}
.TagClassName
{
border-color: #47CF51;
}
</style>