Shades of Lime Green #54EB2A
Tints of Lime Green #54EB2A
RGB
CMYK
RGB Variations
Color information
#54EB2A (or 0x54EB2A) is known color: Lime Green. HEX triplet: 54, EB and 2A. RGB value is (84,235,42). Sum of RGB (Red+Green+Blue) = 84+235+42=361 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.27% from 361); Green value is 235 (92.19% from 255 or 65.10% from 361); Blue value is 42 (16.80% from 255 or 11.63% from 361); Max value from RGB is 235 - color contains mainly: green. Hex color #54EB2A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #54EB2A is #AB14D5. Grayscale: #A8A8A8. Windows color (decimal): -11211990 or 2812756. OLE color: 2812756.
HSL color Cylindrical-coordinate representation of color #54EB2A: hue angle of 106.94º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #54EB2A is Cyan = 0.64, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 235 | 42 | - |
| CMYK | 0.64 | 0 | 0.82 | 0.08 |
| HSL | 106.94º | 0.83% | 0.54% | - |
| HSV(B) | 106.94º | 0.82% | 0.92% | - |
| XYZ | 33.78 | 61.47 | 12.27 | - |
| YUV | 167.85 | 56.97 | 68.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 235 | 42 | 0.64 | 0 | 0.82 | 0.08 | 106.94 | 0.83 | 0.54 |
| Hex | 54 | EB | 2A | 40 | 0 | 52 | 8 | 6B | 53 | 36 |
| Octal | 124 | 353 | 52 | 100 | 0 | 122 | 10 | 153 | 123 | 66 |
| Binary | 1010100 | 11101011 | 101010 | 1000000 | 0 | 1010010 | 1000 | 1101011 | 1010011 | 110110 |
Color Harmonies of #54EB2A
Complementary color
Monochromatic Colors of #54EB2A
Black with #54EB2A
Text Example
Text Example
White with #54EB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54EB2A; }
p { color: rgb(84,235,42); }
H1.HeaderClassName
{
color: #54EB2A;
}
.AnyTagClassName
{
color: #54EB2A;
}
</style>
background-color css
<style>
a { background-color: #54EB2A; }
a { background-color: rgb(84,235,42); }
div.DivClassName
{
background-color: #54EB2A;
}
.BgClassName
{
background-color: #54EB2A;
}
</style>
border-color css
<style>
span { border-color: #54EB2A; }
span { border-color: rgb(84,235,42); }
td.TdClassName
{
border-color: #54EB2A;
}
.TagClassName
{
border-color: #54EB2A;
}
</style>