Shades of Lime Green #54DD32
Tints of Lime Green #54DD32
RGB
CMYK
RGB Variations
Color information
#54DD32 (or 0x54DD32) is known color: Lime Green. HEX triplet: 54, DD and 32. RGB value is (84,221,50). Sum of RGB (Red+Green+Blue) = 84+221+50=355 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.66% from 355); Green value is 221 (86.72% from 255 or 62.25% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 221 - color contains mainly: green. Hex color #54DD32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54DD32 is #AB22CD. Grayscale: #A1A1A1. Windows color (decimal): -11215566 or 3333460. OLE color: 3333460.
HSL color Cylindrical-coordinate representation of color #54DD32: hue angle of 108.07º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #54DD32 is Cyan = 0.62, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 221 | 50 | - |
| CMYK | 0.62 | 0 | 0.77 | 0.13 |
| HSL | 108.07º | 0.72% | 0.53% | - |
| HSV(B) | 108.07º | 0.77% | 0.87% | - |
| XYZ | 30.09 | 53.83 | 11.82 | - |
| YUV | 160.54 | 65.61 | 73.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 221 | 50 | 0.62 | 0 | 0.77 | 0.13 | 108.07 | 0.72 | 0.53 |
| Hex | 54 | DD | 32 | 3E | 0 | 4D | D | 6C | 48 | 35 |
| Octal | 124 | 335 | 62 | 76 | 0 | 115 | 15 | 154 | 110 | 65 |
| Binary | 1010100 | 11011101 | 110010 | 111110 | 0 | 1001101 | 1101 | 1101100 | 1001000 | 110101 |
Color Harmonies of #54DD32
Complementary color
Monochromatic Colors of #54DD32
Black with #54DD32
Text Example
Text Example
White with #54DD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DD32; }
p { color: rgb(84,221,50); }
H1.HeaderClassName
{
color: #54DD32;
}
.AnyTagClassName
{
color: #54DD32;
}
</style>
background-color css
<style>
a { background-color: #54DD32; }
a { background-color: rgb(84,221,50); }
div.DivClassName
{
background-color: #54DD32;
}
.BgClassName
{
background-color: #54DD32;
}
</style>
border-color css
<style>
span { border-color: #54DD32; }
span { border-color: rgb(84,221,50); }
td.TdClassName
{
border-color: #54DD32;
}
.TagClassName
{
border-color: #54DD32;
}
</style>