Shades of Lime Green #54DC4C
Tints of Lime Green #54DC4C
RGB
CMYK
RGB Variations
Color information
#54DC4C (or 0x54DC4C) is known color: Lime Green. HEX triplet: 54, DC and 4C. RGB value is (84,220,76). Sum of RGB (Red+Green+Blue) = 84+220+76=380 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.11% from 380); Green value is 220 (86.33% from 255 or 57.89% from 380); Blue value is 76 (30.08% from 255 or 20% from 380); Max value from RGB is 220 - color contains mainly: green. Hex color #54DC4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54DC4C is #AB23B3. Grayscale: #A3A3A3. Windows color (decimal): -11215796 or 5037140. OLE color: 5037140.
HSL color Cylindrical-coordinate representation of color #54DC4C: hue angle of 116.67º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54DC4C is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 220 | 76 | - |
| CMYK | 0.62 | 0 | 0.65 | 0.14 |
| HSL | 116.67º | 0.67% | 0.58% | - |
| HSV(B) | 116.67º | 0.65% | 0.86% | - |
| XYZ | 30.55 | 53.59 | 15.57 | - |
| YUV | 162.92 | 78.94 | 71.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 220 | 76 | 0.62 | 0 | 0.65 | 0.14 | 116.67 | 0.67 | 0.58 |
| Hex | 54 | DC | 4C | 3E | 0 | 41 | E | 75 | 43 | 3A |
| Octal | 124 | 334 | 114 | 76 | 0 | 101 | 16 | 165 | 103 | 72 |
| Binary | 1010100 | 11011100 | 1001100 | 111110 | 0 | 1000001 | 1110 | 1110101 | 1000011 | 111010 |
Color Harmonies of #54DC4C
Complementary color
Monochromatic Colors of #54DC4C
Black with #54DC4C
Text Example
Text Example
White with #54DC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DC4C; }
p { color: rgb(84,220,76); }
H1.HeaderClassName
{
color: #54DC4C;
}
.AnyTagClassName
{
color: #54DC4C;
}
</style>
background-color css
<style>
a { background-color: #54DC4C; }
a { background-color: rgb(84,220,76); }
div.DivClassName
{
background-color: #54DC4C;
}
.BgClassName
{
background-color: #54DC4C;
}
</style>
border-color css
<style>
span { border-color: #54DC4C; }
span { border-color: rgb(84,220,76); }
td.TdClassName
{
border-color: #54DC4C;
}
.TagClassName
{
border-color: #54DC4C;
}
</style>