Shades of Lime Green #54E32B
Tints of Lime Green #54E32B
RGB
CMYK
RGB Variations
Color information
#54E32B (or 0x54E32B) is known color: Lime Green. HEX triplet: 54, E3 and 2B. RGB value is (84,227,43). Sum of RGB (Red+Green+Blue) = 84+227+43=354 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.73% from 354); Green value is 227 (89.06% from 255 or 64.12% from 354); Blue value is 43 (17.19% from 255 or 12.15% from 354); Max value from RGB is 227 - color contains mainly: green. Hex color #54E32B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54E32B is #AB1CD4. Grayscale: #A3A3A3. Windows color (decimal): -11214037 or 2876244. OLE color: 2876244.
HSL color Cylindrical-coordinate representation of color #54E32B: hue angle of 106.63º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #54E32B is Cyan = 0.63, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 84 | 227 | 43 | - |
| CMYK | 0.63 | 0 | 0.81 | 0.11 |
| HSL | 106.63º | 0.77% | 0.53% | - |
| HSV(B) | 106.63º | 0.81% | 0.89% | - |
| XYZ | 31.56 | 57 | 11.62 | - |
| YUV | 163.27 | 60.12 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 227 | 43 | 0.63 | 0 | 0.81 | 0.11 | 106.63 | 0.77 | 0.53 |
| Hex | 54 | E3 | 2B | 3F | 0 | 51 | B | 6B | 4D | 35 |
| Octal | 124 | 343 | 53 | 77 | 0 | 121 | 13 | 153 | 115 | 65 |
| Binary | 1010100 | 11100011 | 101011 | 111111 | 0 | 1010001 | 1011 | 1101011 | 1001101 | 110101 |
Color Harmonies of #54E32B
Complementary color
Monochromatic Colors of #54E32B
Black with #54E32B
Text Example
Text Example
White with #54E32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E32B; }
p { color: rgb(84,227,43); }
H1.HeaderClassName
{
color: #54E32B;
}
.AnyTagClassName
{
color: #54E32B;
}
</style>
background-color css
<style>
a { background-color: #54E32B; }
a { background-color: rgb(84,227,43); }
div.DivClassName
{
background-color: #54E32B;
}
.BgClassName
{
background-color: #54E32B;
}
</style>
border-color css
<style>
span { border-color: #54E32B; }
span { border-color: rgb(84,227,43); }
td.TdClassName
{
border-color: #54E32B;
}
.TagClassName
{
border-color: #54E32B;
}
</style>