Shades of Lime Green #54DD34
Tints of Lime Green #54DD34
RGB
CMYK
RGB Variations
Color information
#54DD34 (or 0x54DD34) is known color: Lime Green. HEX triplet: 54, DD and 34. RGB value is (84,221,52). Sum of RGB (Red+Green+Blue) = 84+221+52=357 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.53% from 357); Green value is 221 (86.72% from 255 or 61.90% from 357); Blue value is 52 (20.70% from 255 or 14.57% from 357); Max value from RGB is 221 - color contains mainly: green. Hex color #54DD34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54DD34 is #AB22CB. Grayscale: #A1A1A1. Windows color (decimal): -11215564 or 3464532. OLE color: 3464532.
HSL color Cylindrical-coordinate representation of color #54DD34: hue angle of 108.64º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #54DD34 is Cyan = 0.62, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 221 | 52 | - |
| CMYK | 0.62 | 0 | 0.76 | 0.13 |
| HSL | 108.64º | 0.71% | 0.54% | - |
| HSV(B) | 108.64º | 0.76% | 0.87% | - |
| XYZ | 30.13 | 53.85 | 12.05 | - |
| YUV | 160.77 | 66.61 | 73.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 221 | 52 | 0.62 | 0 | 0.76 | 0.13 | 108.64 | 0.71 | 0.54 |
| Hex | 54 | DD | 34 | 3E | 0 | 4C | D | 6D | 47 | 36 |
| Octal | 124 | 335 | 64 | 76 | 0 | 114 | 15 | 155 | 107 | 66 |
| Binary | 1010100 | 11011101 | 110100 | 111110 | 0 | 1001100 | 1101 | 1101101 | 1000111 | 110110 |
Color Harmonies of #54DD34
Complementary color
Monochromatic Colors of #54DD34
Black with #54DD34
Text Example
Text Example
White with #54DD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DD34; }
p { color: rgb(84,221,52); }
H1.HeaderClassName
{
color: #54DD34;
}
.AnyTagClassName
{
color: #54DD34;
}
</style>
background-color css
<style>
a { background-color: #54DD34; }
a { background-color: rgb(84,221,52); }
div.DivClassName
{
background-color: #54DD34;
}
.BgClassName
{
background-color: #54DD34;
}
</style>
border-color css
<style>
span { border-color: #54DD34; }
span { border-color: rgb(84,221,52); }
td.TdClassName
{
border-color: #54DD34;
}
.TagClassName
{
border-color: #54DD34;
}
</style>