Shades of Lime Green #54D949
Tints of Lime Green #54D949
RGB
CMYK
RGB Variations
Color information
#54D949 (or 0x54D949) is known color: Lime Green. HEX triplet: 54, D9 and 49. RGB value is (84,217,73). Sum of RGB (Red+Green+Blue) = 84+217+73=374 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.46% from 374); Green value is 217 (85.16% from 255 or 58.02% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 217 - color contains mainly: green. Hex color #54D949 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54D949 is #AB26B6. Grayscale: #A1A1A1. Windows color (decimal): -11216567 or 4839764. OLE color: 4839764.
HSL color Cylindrical-coordinate representation of color #54D949: hue angle of 115.42º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54D949 is Cyan = 0.61, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 217 | 73 | - |
| CMYK | 0.61 | 0 | 0.66 | 0.15 |
| HSL | 115.42º | 0.65% | 0.57% | - |
| HSV(B) | 115.42º | 0.66% | 0.85% | - |
| XYZ | 29.67 | 51.99 | 14.77 | - |
| YUV | 160.82 | 78.44 | 73.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 217 | 73 | 0.61 | 0 | 0.66 | 0.15 | 115.42 | 0.65 | 0.57 |
| Hex | 54 | D9 | 49 | 3D | 0 | 42 | F | 73 | 41 | 39 |
| Octal | 124 | 331 | 111 | 75 | 0 | 102 | 17 | 163 | 101 | 71 |
| Binary | 1010100 | 11011001 | 1001001 | 111101 | 0 | 1000010 | 1111 | 1110011 | 1000001 | 111001 |
Color Harmonies of #54D949
Complementary color
Monochromatic Colors of #54D949
Black with #54D949
Text Example
Text Example
White with #54D949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D949; }
p { color: rgb(84,217,73); }
H1.HeaderClassName
{
color: #54D949;
}
.AnyTagClassName
{
color: #54D949;
}
</style>
background-color css
<style>
a { background-color: #54D949; }
a { background-color: rgb(84,217,73); }
div.DivClassName
{
background-color: #54D949;
}
.BgClassName
{
background-color: #54D949;
}
</style>
border-color css
<style>
span { border-color: #54D949; }
span { border-color: rgb(84,217,73); }
td.TdClassName
{
border-color: #54D949;
}
.TagClassName
{
border-color: #54D949;
}
</style>