Shades of Lime Green #47CF54
Tints of Lime Green #47CF54
RGB
CMYK
RGB Variations
Color information
#47CF54 (or 0x47CF54) is known color: Lime Green. HEX triplet: 47, CF and 54. RGB value is (71,207,84). Sum of RGB (Red+Green+Blue) = 71+207+84=362 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.61% from 362); Green value is 207 (81.25% from 255 or 57.18% from 362); Blue value is 84 (33.20% from 255 or 23.20% from 362); Max value from RGB is 207 - color contains mainly: green. Hex color #47CF54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47CF54 is #B830AB. Grayscale: #989898. Windows color (decimal): -12071084 or 5558087. OLE color: 5558087.
HSL color Cylindrical-coordinate representation of color #47CF54: hue angle of 125.74º 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 #47CF54 is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 207 | 84 | - |
| CMYK | 0.66 | 0 | 0.59 | 0.19 |
| HSL | 125.74º | 0.59% | 0.55% | - |
| HSV(B) | 125.74º | 0.66% | 0.81% | - |
| XYZ | 26.51 | 46.61 | 15.99 | - |
| YUV | 152.31 | 89.44 | 70 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 207 | 84 | 0.66 | 0 | 0.59 | 0.19 | 125.74 | 0.59 | 0.55 |
| Hex | 47 | CF | 54 | 42 | 0 | 3B | 13 | 7E | 3B | 37 |
| Octal | 107 | 317 | 124 | 102 | 0 | 73 | 23 | 176 | 73 | 67 |
| Binary | 1000111 | 11001111 | 1010100 | 1000010 | 0 | 111011 | 10011 | 1111110 | 111011 | 110111 |
Color Harmonies of #47CF54
Complementary color
Monochromatic Colors of #47CF54
Black with #47CF54
Text Example
Text Example
White with #47CF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CF54; }
p { color: rgb(71,207,84); }
H1.HeaderClassName
{
color: #47CF54;
}
.AnyTagClassName
{
color: #47CF54;
}
</style>
background-color css
<style>
a { background-color: #47CF54; }
a { background-color: rgb(71,207,84); }
div.DivClassName
{
background-color: #47CF54;
}
.BgClassName
{
background-color: #47CF54;
}
</style>
border-color css
<style>
span { border-color: #47CF54; }
span { border-color: rgb(71,207,84); }
td.TdClassName
{
border-color: #47CF54;
}
.TagClassName
{
border-color: #47CF54;
}
</style>