Shades of Lime Green #54DE47
Tints of Lime Green #54DE47
RGB
CMYK
RGB Variations
Color information
#54DE47 (or 0x54DE47) is known color: Lime Green. HEX triplet: 54, DE and 47. RGB value is (84,222,71). Sum of RGB (Red+Green+Blue) = 84+222+71=377 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.28% from 377); Green value is 222 (87.11% from 255 or 58.89% from 377); Blue value is 71 (28.12% from 255 or 18.83% from 377); Max value from RGB is 222 - color contains mainly: green. Hex color #54DE47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54DE47 is #AB21B8. Grayscale: #A3A3A3. Windows color (decimal): -11215289 or 4709972. OLE color: 4709972.
HSL color Cylindrical-coordinate representation of color #54DE47: hue angle of 114.83º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #54DE47 is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 222 | 71 | - |
| CMYK | 0.62 | 0 | 0.68 | 0.13 |
| HSL | 114.83º | 0.7% | 0.57% | - |
| HSV(B) | 114.83º | 0.68% | 0.87% | - |
| XYZ | 30.91 | 54.58 | 14.87 | - |
| YUV | 163.52 | 75.78 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 222 | 71 | 0.62 | 0 | 0.68 | 0.13 | 114.83 | 0.7 | 0.57 |
| Hex | 54 | DE | 47 | 3E | 0 | 44 | D | 73 | 46 | 39 |
| Octal | 124 | 336 | 107 | 76 | 0 | 104 | 15 | 163 | 106 | 71 |
| Binary | 1010100 | 11011110 | 1000111 | 111110 | 0 | 1000100 | 1101 | 1110011 | 1000110 | 111001 |
Color Harmonies of #54DE47
Complementary color
Monochromatic Colors of #54DE47
Black with #54DE47
Text Example
Text Example
White with #54DE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DE47; }
p { color: rgb(84,222,71); }
H1.HeaderClassName
{
color: #54DE47;
}
.AnyTagClassName
{
color: #54DE47;
}
</style>
background-color css
<style>
a { background-color: #54DE47; }
a { background-color: rgb(84,222,71); }
div.DivClassName
{
background-color: #54DE47;
}
.BgClassName
{
background-color: #54DE47;
}
</style>
border-color css
<style>
span { border-color: #54DE47; }
span { border-color: rgb(84,222,71); }
td.TdClassName
{
border-color: #54DE47;
}
.TagClassName
{
border-color: #54DE47;
}
</style>