Shades of Lime Green #54DC47
Tints of Lime Green #54DC47
RGB
CMYK
RGB Variations
Color information
#54DC47 (or 0x54DC47) is known color: Lime Green. HEX triplet: 54, DC and 47. RGB value is (84,220,71). Sum of RGB (Red+Green+Blue) = 84+220+71=375 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.4% from 375); Green value is 220 (86.33% from 255 or 58.67% from 375); Blue value is 71 (28.12% from 255 or 18.93% from 375); Max value from RGB is 220 - color contains mainly: green. Hex color #54DC47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54DC47 is #AB23B8. Grayscale: #A2A2A2. Windows color (decimal): -11215801 or 4709460. OLE color: 4709460.
HSL color Cylindrical-coordinate representation of color #54DC47: hue angle of 114.77º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #54DC47 is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 220 | 71 | - |
| CMYK | 0.62 | 0 | 0.68 | 0.14 |
| HSL | 114.77º | 0.68% | 0.57% | - |
| HSV(B) | 114.77º | 0.68% | 0.86% | - |
| XYZ | 30.39 | 53.53 | 14.69 | - |
| YUV | 162.35 | 76.44 | 72.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 220 | 71 | 0.62 | 0 | 0.68 | 0.14 | 114.77 | 0.68 | 0.57 |
| Hex | 54 | DC | 47 | 3E | 0 | 44 | E | 73 | 44 | 39 |
| Octal | 124 | 334 | 107 | 76 | 0 | 104 | 16 | 163 | 104 | 71 |
| Binary | 1010100 | 11011100 | 1000111 | 111110 | 0 | 1000100 | 1110 | 1110011 | 1000100 | 111001 |
Color Harmonies of #54DC47
Complementary color
Monochromatic Colors of #54DC47
Black with #54DC47
Text Example
Text Example
White with #54DC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DC47; }
p { color: rgb(84,220,71); }
H1.HeaderClassName
{
color: #54DC47;
}
.AnyTagClassName
{
color: #54DC47;
}
</style>
background-color css
<style>
a { background-color: #54DC47; }
a { background-color: rgb(84,220,71); }
div.DivClassName
{
background-color: #54DC47;
}
.BgClassName
{
background-color: #54DC47;
}
</style>
border-color css
<style>
span { border-color: #54DC47; }
span { border-color: rgb(84,220,71); }
td.TdClassName
{
border-color: #54DC47;
}
.TagClassName
{
border-color: #54DC47;
}
</style>