Shades of Lime Green #54DF4A
Tints of Lime Green #54DF4A
RGB
CMYK
RGB Variations
Color information
#54DF4A (or 0x54DF4A) is known color: Lime Green. HEX triplet: 54, DF and 4A. RGB value is (84,223,74). Sum of RGB (Red+Green+Blue) = 84+223+74=381 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.05% from 381); Green value is 223 (87.5% from 255 or 58.53% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 223 - color contains mainly: green. Hex color #54DF4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54DF4A is #AB20B5. Grayscale: #A4A4A4. Windows color (decimal): -11215030 or 4906836. OLE color: 4906836.
HSL color Cylindrical-coordinate representation of color #54DF4A: hue angle of 115.97º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54DF4A is Cyan = 0.62, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 223 | 74 | - |
| CMYK | 0.62 | 0 | 0.67 | 0.13 |
| HSL | 115.97º | 0.7% | 0.58% | - |
| HSV(B) | 115.97º | 0.67% | 0.87% | - |
| XYZ | 31.28 | 55.15 | 15.48 | - |
| YUV | 164.45 | 76.95 | 70.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 223 | 74 | 0.62 | 0 | 0.67 | 0.13 | 115.97 | 0.7 | 0.58 |
| Hex | 54 | DF | 4A | 3E | 0 | 43 | D | 74 | 46 | 3A |
| Octal | 124 | 337 | 112 | 76 | 0 | 103 | 15 | 164 | 106 | 72 |
| Binary | 1010100 | 11011111 | 1001010 | 111110 | 0 | 1000011 | 1101 | 1110100 | 1000110 | 111010 |
Color Harmonies of #54DF4A
Complementary color
Monochromatic Colors of #54DF4A
Black with #54DF4A
Text Example
Text Example
White with #54DF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DF4A; }
p { color: rgb(84,223,74); }
H1.HeaderClassName
{
color: #54DF4A;
}
.AnyTagClassName
{
color: #54DF4A;
}
</style>
background-color css
<style>
a { background-color: #54DF4A; }
a { background-color: rgb(84,223,74); }
div.DivClassName
{
background-color: #54DF4A;
}
.BgClassName
{
background-color: #54DF4A;
}
</style>
border-color css
<style>
span { border-color: #54DF4A; }
span { border-color: rgb(84,223,74); }
td.TdClassName
{
border-color: #54DF4A;
}
.TagClassName
{
border-color: #54DF4A;
}
</style>