Shades of Lime Green #54D135
Tints of Lime Green #54D135
RGB
CMYK
RGB Variations
Color information
#54D135 (or 0x54D135) is known color: Lime Green. HEX triplet: 54, D1 and 35. RGB value is (84,209,53). Sum of RGB (Red+Green+Blue) = 84+209+53=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 209 (82.03% from 255 or 60.40% from 346); Blue value is 53 (21.09% from 255 or 15.32% from 346); Max value from RGB is 209 - color contains mainly: green. Hex color #54D135 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54D135 is #AB2ECA. Grayscale: #9A9A9A. Windows color (decimal): -11218635 or 3526996. OLE color: 3526996.
HSL color Cylindrical-coordinate representation of color #54D135: hue angle of 108.08º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #54D135 is Cyan = 0.60, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 84 | 209 | 53 | - |
| CMYK | 0.60 | 0 | 0.75 | 0.18 |
| HSL | 108.08º | 0.63% | 0.51% | - |
| HSV(B) | 108.08º | 0.75% | 0.82% | - |
| XYZ | 27.1 | 47.74 | 11.16 | - |
| YUV | 153.84 | 71.09 | 78.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 209 | 53 | 0.60 | 0 | 0.75 | 0.18 | 108.08 | 0.63 | 0.51 |
| Hex | 54 | D1 | 35 | 3C | 0 | 4B | 12 | 6C | 3F | 33 |
| Octal | 124 | 321 | 65 | 74 | 0 | 113 | 22 | 154 | 77 | 63 |
| Binary | 1010100 | 11010001 | 110101 | 111100 | 0 | 1001011 | 10010 | 1101100 | 111111 | 110011 |
Color Harmonies of #54D135
Complementary color
Monochromatic Colors of #54D135
Black with #54D135
Text Example
Text Example
White with #54D135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D135; }
p { color: rgb(84,209,53); }
H1.HeaderClassName
{
color: #54D135;
}
.AnyTagClassName
{
color: #54D135;
}
</style>
background-color css
<style>
a { background-color: #54D135; }
a { background-color: rgb(84,209,53); }
div.DivClassName
{
background-color: #54D135;
}
.BgClassName
{
background-color: #54D135;
}
</style>
border-color css
<style>
span { border-color: #54D135; }
span { border-color: rgb(84,209,53); }
td.TdClassName
{
border-color: #54D135;
}
.TagClassName
{
border-color: #54D135;
}
</style>