Shades of Lime Green #54DA45
Tints of Lime Green #54DA45
RGB
CMYK
RGB Variations
Color information
#54DA45 (or 0x54DA45) is known color: Lime Green. HEX triplet: 54, DA and 45. RGB value is (84,218,69). Sum of RGB (Red+Green+Blue) = 84+218+69=371 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.64% from 371); Green value is 218 (85.55% from 255 or 58.76% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 218 - color contains mainly: green. Hex color #54DA45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54DA45 is #AB25BA. Grayscale: #A1A1A1. Windows color (decimal): -11216315 or 4577876. OLE color: 4577876.
HSL color Cylindrical-coordinate representation of color #54DA45: hue angle of 113.96º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #54DA45 is Cyan = 0.61, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 218 | 69 | - |
| CMYK | 0.61 | 0 | 0.68 | 0.15 |
| HSL | 113.96º | 0.67% | 0.56% | - |
| HSV(B) | 113.96º | 0.68% | 0.85% | - |
| XYZ | 29.8 | 52.46 | 14.18 | - |
| YUV | 160.95 | 76.11 | 73.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 218 | 69 | 0.61 | 0 | 0.68 | 0.15 | 113.96 | 0.67 | 0.56 |
| Hex | 54 | DA | 45 | 3D | 0 | 44 | F | 72 | 43 | 38 |
| Octal | 124 | 332 | 105 | 75 | 0 | 104 | 17 | 162 | 103 | 70 |
| Binary | 1010100 | 11011010 | 1000101 | 111101 | 0 | 1000100 | 1111 | 1110010 | 1000011 | 111000 |
Color Harmonies of #54DA45
Complementary color
Monochromatic Colors of #54DA45
Black with #54DA45
Text Example
Text Example
White with #54DA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DA45; }
p { color: rgb(84,218,69); }
H1.HeaderClassName
{
color: #54DA45;
}
.AnyTagClassName
{
color: #54DA45;
}
</style>
background-color css
<style>
a { background-color: #54DA45; }
a { background-color: rgb(84,218,69); }
div.DivClassName
{
background-color: #54DA45;
}
.BgClassName
{
background-color: #54DA45;
}
</style>
border-color css
<style>
span { border-color: #54DA45; }
span { border-color: rgb(84,218,69); }
td.TdClassName
{
border-color: #54DA45;
}
.TagClassName
{
border-color: #54DA45;
}
</style>