Shades of Lime Green #54D63A
Tints of Lime Green #54D63A
RGB
CMYK
RGB Variations
Color information
#54D63A (or 0x54D63A) is known color: Lime Green. HEX triplet: 54, D6 and 3A. RGB value is (84,214,58). Sum of RGB (Red+Green+Blue) = 84+214+58=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 214 (83.98% from 255 or 60.11% from 356); Blue value is 58 (23.05% from 255 or 16.29% from 356); Max value from RGB is 214 - color contains mainly: green. Hex color #54D63A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54D63A is #AB29C5. Grayscale: #9D9D9D. Windows color (decimal): -11217350 or 3855956. OLE color: 3855956.
HSL color Cylindrical-coordinate representation of color #54D63A: hue angle of 110º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #54D63A is Cyan = 0.61, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 84 | 214 | 58 | - |
| CMYK | 0.61 | 0 | 0.73 | 0.16 |
| HSL | 110º | 0.66% | 0.53% | - |
| HSV(B) | 110º | 0.73% | 0.84% | - |
| XYZ | 28.47 | 50.28 | 12.21 | - |
| YUV | 157.35 | 71.93 | 75.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 214 | 58 | 0.61 | 0 | 0.73 | 0.16 | 110 | 0.66 | 0.53 |
| Hex | 54 | D6 | 3A | 3D | 0 | 49 | 10 | 6E | 42 | 35 |
| Octal | 124 | 326 | 72 | 75 | 0 | 111 | 20 | 156 | 102 | 65 |
| Binary | 1010100 | 11010110 | 111010 | 111101 | 0 | 1001001 | 10000 | 1101110 | 1000010 | 110101 |
Color Harmonies of #54D63A
Complementary color
Monochromatic Colors of #54D63A
Black with #54D63A
Text Example
Text Example
White with #54D63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D63A; }
p { color: rgb(84,214,58); }
H1.HeaderClassName
{
color: #54D63A;
}
.AnyTagClassName
{
color: #54D63A;
}
</style>
background-color css
<style>
a { background-color: #54D63A; }
a { background-color: rgb(84,214,58); }
div.DivClassName
{
background-color: #54D63A;
}
.BgClassName
{
background-color: #54D63A;
}
</style>
border-color css
<style>
span { border-color: #54D63A; }
span { border-color: rgb(84,214,58); }
td.TdClassName
{
border-color: #54D63A;
}
.TagClassName
{
border-color: #54D63A;
}
</style>