Shades of Lime Green #54D540
Tints of Lime Green #54D540
RGB
CMYK
RGB Variations
Color information
#54D540 (or 0x54D540) is known color: Lime Green. HEX triplet: 54, D5 and 40. RGB value is (84,213,64). Sum of RGB (Red+Green+Blue) = 84+213+64=361 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.27% from 361); Green value is 213 (83.59% from 255 or 59.00% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 213 - color contains mainly: green. Hex color #54D540 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54D540 is #AB2ABF. Grayscale: #9D9D9D. Windows color (decimal): -11217600 or 4248916. OLE color: 4248916.
HSL color Cylindrical-coordinate representation of color #54D540: hue angle of 111.95º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #54D540 is Cyan = 0.61, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 84 | 213 | 64 | - |
| CMYK | 0.61 | 0 | 0.70 | 0.16 |
| HSL | 111.95º | 0.64% | 0.54% | - |
| HSV(B) | 111.95º | 0.7% | 0.84% | - |
| XYZ | 28.38 | 49.84 | 12.98 | - |
| YUV | 157.44 | 75.26 | 75.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 213 | 64 | 0.61 | 0 | 0.70 | 0.16 | 111.95 | 0.64 | 0.54 |
| Hex | 54 | D5 | 40 | 3D | 0 | 46 | 10 | 70 | 40 | 36 |
| Octal | 124 | 325 | 100 | 75 | 0 | 106 | 20 | 160 | 100 | 66 |
| Binary | 1010100 | 11010101 | 1000000 | 111101 | 0 | 1000110 | 10000 | 1110000 | 1000000 | 110110 |
Color Harmonies of #54D540
Complementary color
Monochromatic Colors of #54D540
Black with #54D540
Text Example
Text Example
White with #54D540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D540; }
p { color: rgb(84,213,64); }
H1.HeaderClassName
{
color: #54D540;
}
.AnyTagClassName
{
color: #54D540;
}
</style>
background-color css
<style>
a { background-color: #54D540; }
a { background-color: rgb(84,213,64); }
div.DivClassName
{
background-color: #54D540;
}
.BgClassName
{
background-color: #54D540;
}
</style>
border-color css
<style>
span { border-color: #54D540; }
span { border-color: rgb(84,213,64); }
td.TdClassName
{
border-color: #54D540;
}
.TagClassName
{
border-color: #54D540;
}
</style>