Shades of Lime Green #54DF49
Tints of Lime Green #54DF49
RGB
CMYK
RGB Variations
Color information
#54DF49 (or 0x54DF49) is known color: Lime Green. HEX triplet: 54, DF and 49. RGB value is (84,223,73). Sum of RGB (Red+Green+Blue) = 84+223+73=380 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.11% from 380); Green value is 223 (87.5% from 255 or 58.68% from 380); Blue value is 73 (28.91% from 255 or 19.21% from 380); Max value from RGB is 223 - color contains mainly: green. Hex color #54DF49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54DF49 is #AB20B6. Grayscale: #A4A4A4. Windows color (decimal): -11215031 or 4841300. OLE color: 4841300.
HSL color Cylindrical-coordinate representation of color #54DF49: hue angle of 115.6º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54DF49 is Cyan = 0.62, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 223 | 73 | - |
| CMYK | 0.62 | 0 | 0.67 | 0.13 |
| HSL | 115.6º | 0.7% | 0.58% | - |
| HSV(B) | 115.6º | 0.67% | 0.87% | - |
| XYZ | 31.25 | 55.14 | 15.3 | - |
| YUV | 164.34 | 76.45 | 70.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 223 | 73 | 0.62 | 0 | 0.67 | 0.13 | 115.6 | 0.7 | 0.58 |
| Hex | 54 | DF | 49 | 3E | 0 | 43 | D | 74 | 46 | 3A |
| Octal | 124 | 337 | 111 | 76 | 0 | 103 | 15 | 164 | 106 | 72 |
| Binary | 1010100 | 11011111 | 1001001 | 111110 | 0 | 1000011 | 1101 | 1110100 | 1000110 | 111010 |
Color Harmonies of #54DF49
Complementary color
Monochromatic Colors of #54DF49
Black with #54DF49
Text Example
Text Example
White with #54DF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DF49; }
p { color: rgb(84,223,73); }
H1.HeaderClassName
{
color: #54DF49;
}
.AnyTagClassName
{
color: #54DF49;
}
</style>
background-color css
<style>
a { background-color: #54DF49; }
a { background-color: rgb(84,223,73); }
div.DivClassName
{
background-color: #54DF49;
}
.BgClassName
{
background-color: #54DF49;
}
</style>
border-color css
<style>
span { border-color: #54DF49; }
span { border-color: rgb(84,223,73); }
td.TdClassName
{
border-color: #54DF49;
}
.TagClassName
{
border-color: #54DF49;
}
</style>