Shades of Lime Green #54E131
Tints of Lime Green #54E131
RGB
CMYK
RGB Variations
Color information
#54E131 (or 0x54E131) is known color: Lime Green. HEX triplet: 54, E1 and 31. RGB value is (84,225,49). Sum of RGB (Red+Green+Blue) = 84+225+49=358 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.46% from 358); Green value is 225 (88.28% from 255 or 62.85% from 358); Blue value is 49 (19.53% from 255 or 13.69% from 358); Max value from RGB is 225 - color contains mainly: green. Hex color #54E131 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54E131 is #AB1ECE. Grayscale: #A3A3A3. Windows color (decimal): -11214543 or 3268948. OLE color: 3268948.
HSL color Cylindrical-coordinate representation of color #54E131: hue angle of 108.07º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #54E131 is Cyan = 0.63, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 225 | 49 | - |
| CMYK | 0.63 | 0 | 0.78 | 0.12 |
| HSL | 108.07º | 0.75% | 0.54% | - |
| HSV(B) | 108.07º | 0.78% | 0.88% | - |
| XYZ | 31.14 | 55.96 | 12.07 | - |
| YUV | 162.78 | 63.79 | 71.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 225 | 49 | 0.63 | 0 | 0.78 | 0.12 | 108.07 | 0.75 | 0.54 |
| Hex | 54 | E1 | 31 | 3F | 0 | 4E | C | 6C | 4B | 36 |
| Octal | 124 | 341 | 61 | 77 | 0 | 116 | 14 | 154 | 113 | 66 |
| Binary | 1010100 | 11100001 | 110001 | 111111 | 0 | 1001110 | 1100 | 1101100 | 1001011 | 110110 |
Color Harmonies of #54E131
Complementary color
Monochromatic Colors of #54E131
Black with #54E131
Text Example
Text Example
White with #54E131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E131; }
p { color: rgb(84,225,49); }
H1.HeaderClassName
{
color: #54E131;
}
.AnyTagClassName
{
color: #54E131;
}
</style>
background-color css
<style>
a { background-color: #54E131; }
a { background-color: rgb(84,225,49); }
div.DivClassName
{
background-color: #54E131;
}
.BgClassName
{
background-color: #54E131;
}
</style>
border-color css
<style>
span { border-color: #54E131; }
span { border-color: rgb(84,225,49); }
td.TdClassName
{
border-color: #54E131;
}
.TagClassName
{
border-color: #54E131;
}
</style>