Shades of Lime Green #54D536
Tints of Lime Green #54D536
RGB
CMYK
RGB Variations
Color information
#54D536 (or 0x54D536) is known color: Lime Green. HEX triplet: 54, D5 and 36. RGB value is (84,213,54). Sum of RGB (Red+Green+Blue) = 84+213+54=351 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.93% from 351); Green value is 213 (83.59% from 255 or 60.68% from 351); Blue value is 54 (21.48% from 255 or 15.38% from 351); Max value from RGB is 213 - color contains mainly: green. Hex color #54D536 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54D536 is #AB2AC9. Grayscale: #9C9C9C. Windows color (decimal): -11217610 or 3593556. OLE color: 3593556.
HSL color Cylindrical-coordinate representation of color #54D536: hue angle of 108.68º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #54D536 is Cyan = 0.61, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 84 | 213 | 54 | - |
| CMYK | 0.61 | 0 | 0.75 | 0.16 |
| HSL | 108.68º | 0.65% | 0.52% | - |
| HSV(B) | 108.68º | 0.75% | 0.84% | - |
| XYZ | 28.12 | 49.74 | 11.61 | - |
| YUV | 156.3 | 70.26 | 76.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 213 | 54 | 0.61 | 0 | 0.75 | 0.16 | 108.68 | 0.65 | 0.52 |
| Hex | 54 | D5 | 36 | 3D | 0 | 4B | 10 | 6D | 41 | 34 |
| Octal | 124 | 325 | 66 | 75 | 0 | 113 | 20 | 155 | 101 | 64 |
| Binary | 1010100 | 11010101 | 110110 | 111101 | 0 | 1001011 | 10000 | 1101101 | 1000001 | 110100 |
Color Harmonies of #54D536
Complementary color
Monochromatic Colors of #54D536
Black with #54D536
Text Example
Text Example
White with #54D536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D536; }
p { color: rgb(84,213,54); }
H1.HeaderClassName
{
color: #54D536;
}
.AnyTagClassName
{
color: #54D536;
}
</style>
background-color css
<style>
a { background-color: #54D536; }
a { background-color: rgb(84,213,54); }
div.DivClassName
{
background-color: #54D536;
}
.BgClassName
{
background-color: #54D536;
}
</style>
border-color css
<style>
span { border-color: #54D536; }
span { border-color: rgb(84,213,54); }
td.TdClassName
{
border-color: #54D536;
}
.TagClassName
{
border-color: #54D536;
}
</style>