Shades of Lime Green #54DE45
Tints of Lime Green #54DE45
RGB
CMYK
RGB Variations
Color information
#54DE45 (or 0x54DE45) is known color: Lime Green. HEX triplet: 54, DE and 45. RGB value is (84,222,69). Sum of RGB (Red+Green+Blue) = 84+222+69=375 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.4% from 375); Green value is 222 (87.11% from 255 or 59.2% from 375); Blue value is 69 (27.34% from 255 or 18.4% from 375); Max value from RGB is 222 - color contains mainly: green. Hex color #54DE45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54DE45 is #AB21BA. Grayscale: #A3A3A3. Windows color (decimal): -11215291 or 4578900. OLE color: 4578900.
HSL color Cylindrical-coordinate representation of color #54DE45: hue angle of 114.12º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #54DE45 is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 222 | 69 | - |
| CMYK | 0.62 | 0 | 0.69 | 0.13 |
| HSL | 114.12º | 0.7% | 0.57% | - |
| HSV(B) | 114.12º | 0.69% | 0.87% | - |
| XYZ | 30.85 | 54.56 | 14.53 | - |
| YUV | 163.3 | 74.78 | 71.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 222 | 69 | 0.62 | 0 | 0.69 | 0.13 | 114.12 | 0.7 | 0.57 |
| Hex | 54 | DE | 45 | 3E | 0 | 45 | D | 72 | 46 | 39 |
| Octal | 124 | 336 | 105 | 76 | 0 | 105 | 15 | 162 | 106 | 71 |
| Binary | 1010100 | 11011110 | 1000101 | 111110 | 0 | 1000101 | 1101 | 1110010 | 1000110 | 111001 |
Color Harmonies of #54DE45
Complementary color
Monochromatic Colors of #54DE45
Black with #54DE45
Text Example
Text Example
White with #54DE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DE45; }
p { color: rgb(84,222,69); }
H1.HeaderClassName
{
color: #54DE45;
}
.AnyTagClassName
{
color: #54DE45;
}
</style>
background-color css
<style>
a { background-color: #54DE45; }
a { background-color: rgb(84,222,69); }
div.DivClassName
{
background-color: #54DE45;
}
.BgClassName
{
background-color: #54DE45;
}
</style>
border-color css
<style>
span { border-color: #54DE45; }
span { border-color: rgb(84,222,69); }
td.TdClassName
{
border-color: #54DE45;
}
.TagClassName
{
border-color: #54DE45;
}
</style>