Shades of Lime Green #54DF40
Tints of Lime Green #54DF40
RGB
CMYK
RGB Variations
Color information
#54DF40 (or 0x54DF40) is known color: Lime Green. HEX triplet: 54, DF and 40. RGB value is (84,223,64). Sum of RGB (Red+Green+Blue) = 84+223+64=371 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.64% from 371); Green value is 223 (87.5% from 255 or 60.11% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 223 - color contains mainly: green. Hex color #54DF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54DF40 is #AB20BF. Grayscale: #A3A3A3. Windows color (decimal): -11215040 or 4251476. OLE color: 4251476.
HSL color Cylindrical-coordinate representation of color #54DF40: hue angle of 112.45º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #54DF40 is Cyan = 0.62, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 223 | 64 | - |
| CMYK | 0.62 | 0 | 0.71 | 0.13 |
| HSL | 112.45º | 0.71% | 0.56% | - |
| HSV(B) | 112.45º | 0.71% | 0.87% | - |
| XYZ | 30.97 | 55.03 | 13.84 | - |
| YUV | 163.31 | 71.95 | 71.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 223 | 64 | 0.62 | 0 | 0.71 | 0.13 | 112.45 | 0.71 | 0.56 |
| Hex | 54 | DF | 40 | 3E | 0 | 47 | D | 70 | 47 | 38 |
| Octal | 124 | 337 | 100 | 76 | 0 | 107 | 15 | 160 | 107 | 70 |
| Binary | 1010100 | 11011111 | 1000000 | 111110 | 0 | 1000111 | 1101 | 1110000 | 1000111 | 111000 |
Color Harmonies of #54DF40
Complementary color
Monochromatic Colors of #54DF40
Black with #54DF40
Text Example
Text Example
White with #54DF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DF40; }
p { color: rgb(84,223,64); }
H1.HeaderClassName
{
color: #54DF40;
}
.AnyTagClassName
{
color: #54DF40;
}
</style>
background-color css
<style>
a { background-color: #54DF40; }
a { background-color: rgb(84,223,64); }
div.DivClassName
{
background-color: #54DF40;
}
.BgClassName
{
background-color: #54DF40;
}
</style>
border-color css
<style>
span { border-color: #54DF40; }
span { border-color: rgb(84,223,64); }
td.TdClassName
{
border-color: #54DF40;
}
.TagClassName
{
border-color: #54DF40;
}
</style>