Shades of Lime Green #54E232
Tints of Lime Green #54E232
RGB
CMYK
RGB Variations
Color information
#54E232 (or 0x54E232) is known color: Lime Green. HEX triplet: 54, E2 and 32. RGB value is (84,226,50). Sum of RGB (Red+Green+Blue) = 84+226+50=360 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.33% from 360); Green value is 226 (88.67% from 255 or 62.78% from 360); Blue value is 50 (19.92% from 255 or 13.89% from 360); Max value from RGB is 226 - color contains mainly: green. Hex color #54E232 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54E232 is #AB1DCD. Grayscale: #A4A4A4. Windows color (decimal): -11214286 or 3334740. OLE color: 3334740.
HSL color Cylindrical-coordinate representation of color #54E232: hue angle of 108.41º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #54E232 is Cyan = 0.63, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 84 | 226 | 50 | - |
| CMYK | 0.63 | 0 | 0.78 | 0.11 |
| HSL | 108.41º | 0.75% | 0.54% | - |
| HSV(B) | 108.41º | 0.78% | 0.89% | - |
| XYZ | 31.43 | 56.51 | 12.27 | - |
| YUV | 163.48 | 63.96 | 71.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 226 | 50 | 0.63 | 0 | 0.78 | 0.11 | 108.41 | 0.75 | 0.54 |
| Hex | 54 | E2 | 32 | 3F | 0 | 4E | B | 6C | 4B | 36 |
| Octal | 124 | 342 | 62 | 77 | 0 | 116 | 13 | 154 | 113 | 66 |
| Binary | 1010100 | 11100010 | 110010 | 111111 | 0 | 1001110 | 1011 | 1101100 | 1001011 | 110110 |
Color Harmonies of #54E232
Complementary color
Monochromatic Colors of #54E232
Black with #54E232
Text Example
Text Example
White with #54E232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E232; }
p { color: rgb(84,226,50); }
H1.HeaderClassName
{
color: #54E232;
}
.AnyTagClassName
{
color: #54E232;
}
</style>
background-color css
<style>
a { background-color: #54E232; }
a { background-color: rgb(84,226,50); }
div.DivClassName
{
background-color: #54E232;
}
.BgClassName
{
background-color: #54E232;
}
</style>
border-color css
<style>
span { border-color: #54E232; }
span { border-color: rgb(84,226,50); }
td.TdClassName
{
border-color: #54E232;
}
.TagClassName
{
border-color: #54E232;
}
</style>