Shades of Lime Green #54D532
Tints of Lime Green #54D532
RGB
CMYK
RGB Variations
Color information
#54D532 (or 0x54D532) is known color: Lime Green. HEX triplet: 54, D5 and 32. RGB value is (84,213,50). Sum of RGB (Red+Green+Blue) = 84+213+50=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 213 (83.59% from 255 or 61.38% from 347); Blue value is 50 (19.92% from 255 or 14.41% from 347); Max value from RGB is 213 - color contains mainly: green. Hex color #54D532 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54D532 is #AB2ACD. Grayscale: #9C9C9C. Windows color (decimal): -11217614 or 3331412. OLE color: 3331412.
HSL color Cylindrical-coordinate representation of color #54D532: hue angle of 107.48º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #54D532 is Cyan = 0.61, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 84 | 213 | 50 | - |
| CMYK | 0.61 | 0 | 0.77 | 0.16 |
| HSL | 107.48º | 0.66% | 0.52% | - |
| HSV(B) | 107.48º | 0.77% | 0.84% | - |
| XYZ | 28.03 | 49.7 | 11.13 | - |
| YUV | 155.85 | 68.26 | 76.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 213 | 50 | 0.61 | 0 | 0.77 | 0.16 | 107.48 | 0.66 | 0.52 |
| Hex | 54 | D5 | 32 | 3D | 0 | 4D | 10 | 6B | 42 | 34 |
| Octal | 124 | 325 | 62 | 75 | 0 | 115 | 20 | 153 | 102 | 64 |
| Binary | 1010100 | 11010101 | 110010 | 111101 | 0 | 1001101 | 10000 | 1101011 | 1000010 | 110100 |
Color Harmonies of #54D532
Complementary color
Monochromatic Colors of #54D532
Black with #54D532
Text Example
Text Example
White with #54D532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D532; }
p { color: rgb(84,213,50); }
H1.HeaderClassName
{
color: #54D532;
}
.AnyTagClassName
{
color: #54D532;
}
</style>
background-color css
<style>
a { background-color: #54D532; }
a { background-color: rgb(84,213,50); }
div.DivClassName
{
background-color: #54D532;
}
.BgClassName
{
background-color: #54D532;
}
</style>
border-color css
<style>
span { border-color: #54D532; }
span { border-color: rgb(84,213,50); }
td.TdClassName
{
border-color: #54D532;
}
.TagClassName
{
border-color: #54D532;
}
</style>