Shades of Lime Green #54DA4C
Tints of Lime Green #54DA4C
RGB
CMYK
RGB Variations
Color information
#54DA4C (or 0x54DA4C) is known color: Lime Green. HEX triplet: 54, DA and 4C. RGB value is (84,218,76). Sum of RGB (Red+Green+Blue) = 84+218+76=378 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.22% from 378); Green value is 218 (85.55% from 255 or 57.67% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 218 - color contains mainly: green. Hex color #54DA4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54DA4C is #AB25B3. Grayscale: #A2A2A2. Windows color (decimal): -11216308 or 5036628. OLE color: 5036628.
HSL color Cylindrical-coordinate representation of color #54DA4C: hue angle of 116.62º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54DA4C is Cyan = 0.61, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 218 | 76 | - |
| CMYK | 0.61 | 0 | 0.65 | 0.15 |
| HSL | 116.62º | 0.66% | 0.58% | - |
| HSV(B) | 116.62º | 0.65% | 0.85% | - |
| XYZ | 30.03 | 52.55 | 15.4 | - |
| YUV | 161.75 | 79.61 | 72.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 218 | 76 | 0.61 | 0 | 0.65 | 0.15 | 116.62 | 0.66 | 0.58 |
| Hex | 54 | DA | 4C | 3D | 0 | 41 | F | 75 | 42 | 3A |
| Octal | 124 | 332 | 114 | 75 | 0 | 101 | 17 | 165 | 102 | 72 |
| Binary | 1010100 | 11011010 | 1001100 | 111101 | 0 | 1000001 | 1111 | 1110101 | 1000010 | 111010 |
Color Harmonies of #54DA4C
Complementary color
Monochromatic Colors of #54DA4C
Black with #54DA4C
Text Example
Text Example
White with #54DA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DA4C; }
p { color: rgb(84,218,76); }
H1.HeaderClassName
{
color: #54DA4C;
}
.AnyTagClassName
{
color: #54DA4C;
}
</style>
background-color css
<style>
a { background-color: #54DA4C; }
a { background-color: rgb(84,218,76); }
div.DivClassName
{
background-color: #54DA4C;
}
.BgClassName
{
background-color: #54DA4C;
}
</style>
border-color css
<style>
span { border-color: #54DA4C; }
span { border-color: rgb(84,218,76); }
td.TdClassName
{
border-color: #54DA4C;
}
.TagClassName
{
border-color: #54DA4C;
}
</style>