Shades of Lime Green #54E62A
Tints of Lime Green #54E62A
RGB
CMYK
RGB Variations
Color information
#54E62A (or 0x54E62A) is known color: Lime Green. HEX triplet: 54, E6 and 2A. RGB value is (84,230,42). Sum of RGB (Red+Green+Blue) = 84+230+42=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 230 (90.23% from 255 or 64.61% from 356); Blue value is 42 (16.80% from 255 or 11.80% from 356); Max value from RGB is 230 - color contains mainly: green. Hex color #54E62A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #54E62A is #AB19D5. Grayscale: #A5A5A5. Windows color (decimal): -11213270 or 2811476. OLE color: 2811476.
HSL color Cylindrical-coordinate representation of color #54E62A: hue angle of 106.6º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #54E62A is Cyan = 0.63, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 84 | 230 | 42 | - |
| CMYK | 0.63 | 0 | 0.82 | 0.10 |
| HSL | 106.6º | 0.79% | 0.53% | - |
| HSV(B) | 106.6º | 0.82% | 0.9% | - |
| XYZ | 32.37 | 58.65 | 11.8 | - |
| YUV | 164.91 | 58.63 | 70.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 230 | 42 | 0.63 | 0 | 0.82 | 0.10 | 106.6 | 0.79 | 0.53 |
| Hex | 54 | E6 | 2A | 3F | 0 | 52 | A | 6B | 4F | 35 |
| Octal | 124 | 346 | 52 | 77 | 0 | 122 | 12 | 153 | 117 | 65 |
| Binary | 1010100 | 11100110 | 101010 | 111111 | 0 | 1010010 | 1010 | 1101011 | 1001111 | 110101 |
Color Harmonies of #54E62A
Complementary color
Monochromatic Colors of #54E62A
Black with #54E62A
Text Example
Text Example
White with #54E62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E62A; }
p { color: rgb(84,230,42); }
H1.HeaderClassName
{
color: #54E62A;
}
.AnyTagClassName
{
color: #54E62A;
}
</style>
background-color css
<style>
a { background-color: #54E62A; }
a { background-color: rgb(84,230,42); }
div.DivClassName
{
background-color: #54E62A;
}
.BgClassName
{
background-color: #54E62A;
}
</style>
border-color css
<style>
span { border-color: #54E62A; }
span { border-color: rgb(84,230,42); }
td.TdClassName
{
border-color: #54E62A;
}
.TagClassName
{
border-color: #54E62A;
}
</style>