Shades of Lime Green #54DB4D
Tints of Lime Green #54DB4D
RGB
CMYK
RGB Variations
Color information
#54DB4D (or 0x54DB4D) is known color: Lime Green. HEX triplet: 54, DB and 4D. RGB value is (84,219,77). Sum of RGB (Red+Green+Blue) = 84+219+77=380 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.11% from 380); Green value is 219 (85.94% from 255 or 57.63% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 219 - color contains mainly: green. Hex color #54DB4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54DB4D is #AB24B2. Grayscale: #A2A2A2. Windows color (decimal): -11216051 or 5102420. OLE color: 5102420.
HSL color Cylindrical-coordinate representation of color #54DB4D: hue angle of 117.04º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54DB4D is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 219 | 77 | - |
| CMYK | 0.62 | 0 | 0.65 | 0.14 |
| HSL | 117.04º | 0.66% | 0.58% | - |
| HSV(B) | 117.04º | 0.65% | 0.86% | - |
| XYZ | 30.33 | 53.08 | 15.67 | - |
| YUV | 162.45 | 79.77 | 72.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 219 | 77 | 0.62 | 0 | 0.65 | 0.14 | 117.04 | 0.66 | 0.58 |
| Hex | 54 | DB | 4D | 3E | 0 | 41 | E | 75 | 42 | 3A |
| Octal | 124 | 333 | 115 | 76 | 0 | 101 | 16 | 165 | 102 | 72 |
| Binary | 1010100 | 11011011 | 1001101 | 111110 | 0 | 1000001 | 1110 | 1110101 | 1000010 | 111010 |
Color Harmonies of #54DB4D
Complementary color
Monochromatic Colors of #54DB4D
Black with #54DB4D
Text Example
Text Example
White with #54DB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DB4D; }
p { color: rgb(84,219,77); }
H1.HeaderClassName
{
color: #54DB4D;
}
.AnyTagClassName
{
color: #54DB4D;
}
</style>
background-color css
<style>
a { background-color: #54DB4D; }
a { background-color: rgb(84,219,77); }
div.DivClassName
{
background-color: #54DB4D;
}
.BgClassName
{
background-color: #54DB4D;
}
</style>
border-color css
<style>
span { border-color: #54DB4D; }
span { border-color: rgb(84,219,77); }
td.TdClassName
{
border-color: #54DB4D;
}
.TagClassName
{
border-color: #54DB4D;
}
</style>