Shades of Lime Green #54D648
Tints of Lime Green #54D648
RGB
CMYK
RGB Variations
Color information
#54D648 (or 0x54D648) is known color: Lime Green. HEX triplet: 54, D6 and 48. RGB value is (84,214,72). Sum of RGB (Red+Green+Blue) = 84+214+72=370 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.70% from 370); Green value is 214 (83.98% from 255 or 57.84% from 370); Blue value is 72 (28.52% from 255 or 19.46% from 370); Max value from RGB is 214 - color contains mainly: green. Hex color #54D648 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54D648 is #AB29B7. Grayscale: #9F9F9F. Windows color (decimal): -11217336 or 4773460. OLE color: 4773460.
HSL color Cylindrical-coordinate representation of color #54D648: hue angle of 114.93º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54D648 is Cyan = 0.61, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 84 | 214 | 72 | - |
| CMYK | 0.61 | 0 | 0.66 | 0.16 |
| HSL | 114.93º | 0.63% | 0.56% | - |
| HSV(B) | 114.93º | 0.66% | 0.84% | - |
| XYZ | 28.87 | 50.45 | 14.35 | - |
| YUV | 158.94 | 78.93 | 74.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 214 | 72 | 0.61 | 0 | 0.66 | 0.16 | 114.93 | 0.63 | 0.56 |
| Hex | 54 | D6 | 48 | 3D | 0 | 42 | 10 | 73 | 3F | 38 |
| Octal | 124 | 326 | 110 | 75 | 0 | 102 | 20 | 163 | 77 | 70 |
| Binary | 1010100 | 11010110 | 1001000 | 111101 | 0 | 1000010 | 10000 | 1110011 | 111111 | 111000 |
Color Harmonies of #54D648
Complementary color
Monochromatic Colors of #54D648
Black with #54D648
Text Example
Text Example
White with #54D648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D648; }
p { color: rgb(84,214,72); }
H1.HeaderClassName
{
color: #54D648;
}
.AnyTagClassName
{
color: #54D648;
}
</style>
background-color css
<style>
a { background-color: #54D648; }
a { background-color: rgb(84,214,72); }
div.DivClassName
{
background-color: #54D648;
}
.BgClassName
{
background-color: #54D648;
}
</style>
border-color css
<style>
span { border-color: #54D648; }
span { border-color: rgb(84,214,72); }
td.TdClassName
{
border-color: #54D648;
}
.TagClassName
{
border-color: #54D648;
}
</style>