Shades of Lime Green #54DB4A
Tints of Lime Green #54DB4A
RGB
CMYK
RGB Variations
Color information
#54DB4A (or 0x54DB4A) is known color: Lime Green. HEX triplet: 54, DB and 4A. RGB value is (84,219,74). Sum of RGB (Red+Green+Blue) = 84+219+74=377 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.28% from 377); Green value is 219 (85.94% from 255 or 58.09% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 219 - color contains mainly: green. Hex color #54DB4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54DB4A is #AB24B5. Grayscale: #A2A2A2. Windows color (decimal): -11216054 or 4905812. OLE color: 4905812.
HSL color Cylindrical-coordinate representation of color #54DB4A: hue angle of 115.86º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54DB4A is Cyan = 0.62, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 219 | 74 | - |
| CMYK | 0.62 | 0 | 0.66 | 0.14 |
| HSL | 115.86º | 0.67% | 0.57% | - |
| HSV(B) | 115.86º | 0.66% | 0.86% | - |
| XYZ | 30.22 | 53.04 | 15.12 | - |
| YUV | 162.11 | 78.27 | 72.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 219 | 74 | 0.62 | 0 | 0.66 | 0.14 | 115.86 | 0.67 | 0.57 |
| Hex | 54 | DB | 4A | 3E | 0 | 42 | E | 74 | 43 | 39 |
| Octal | 124 | 333 | 112 | 76 | 0 | 102 | 16 | 164 | 103 | 71 |
| Binary | 1010100 | 11011011 | 1001010 | 111110 | 0 | 1000010 | 1110 | 1110100 | 1000011 | 111001 |
Color Harmonies of #54DB4A
Complementary color
Monochromatic Colors of #54DB4A
Black with #54DB4A
Text Example
Text Example
White with #54DB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DB4A; }
p { color: rgb(84,219,74); }
H1.HeaderClassName
{
color: #54DB4A;
}
.AnyTagClassName
{
color: #54DB4A;
}
</style>
background-color css
<style>
a { background-color: #54DB4A; }
a { background-color: rgb(84,219,74); }
div.DivClassName
{
background-color: #54DB4A;
}
.BgClassName
{
background-color: #54DB4A;
}
</style>
border-color css
<style>
span { border-color: #54DB4A; }
span { border-color: rgb(84,219,74); }
td.TdClassName
{
border-color: #54DB4A;
}
.TagClassName
{
border-color: #54DB4A;
}
</style>