Shades of Lime Green #54D745
Tints of Lime Green #54D745
RGB
CMYK
RGB Variations
Color information
#54D745 (or 0x54D745) is known color: Lime Green. HEX triplet: 54, D7 and 45. RGB value is (84,215,69). Sum of RGB (Red+Green+Blue) = 84+215+69=368 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.83% from 368); Green value is 215 (84.38% from 255 or 58.42% from 368); Blue value is 69 (27.34% from 255 or 18.75% from 368); Max value from RGB is 215 - color contains mainly: green. Hex color #54D745 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54D745 is #AB28BA. Grayscale: #9F9F9F. Windows color (decimal): -11217083 or 4577108. OLE color: 4577108.
HSL color Cylindrical-coordinate representation of color #54D745: hue angle of 113.84º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #54D745 is Cyan = 0.61, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 84 | 215 | 69 | - |
| CMYK | 0.61 | 0 | 0.68 | 0.16 |
| HSL | 113.84º | 0.65% | 0.56% | - |
| HSV(B) | 113.84º | 0.68% | 0.84% | - |
| XYZ | 29.03 | 50.92 | 13.93 | - |
| YUV | 159.19 | 77.1 | 74.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 215 | 69 | 0.61 | 0 | 0.68 | 0.16 | 113.84 | 0.65 | 0.56 |
| Hex | 54 | D7 | 45 | 3D | 0 | 44 | 10 | 72 | 41 | 38 |
| Octal | 124 | 327 | 105 | 75 | 0 | 104 | 20 | 162 | 101 | 70 |
| Binary | 1010100 | 11010111 | 1000101 | 111101 | 0 | 1000100 | 10000 | 1110010 | 1000001 | 111000 |
Color Harmonies of #54D745
Complementary color
Monochromatic Colors of #54D745
Black with #54D745
Text Example
Text Example
White with #54D745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D745; }
p { color: rgb(84,215,69); }
H1.HeaderClassName
{
color: #54D745;
}
.AnyTagClassName
{
color: #54D745;
}
</style>
background-color css
<style>
a { background-color: #54D745; }
a { background-color: rgb(84,215,69); }
div.DivClassName
{
background-color: #54D745;
}
.BgClassName
{
background-color: #54D745;
}
</style>
border-color css
<style>
span { border-color: #54D745; }
span { border-color: rgb(84,215,69); }
td.TdClassName
{
border-color: #54D745;
}
.TagClassName
{
border-color: #54D745;
}
</style>