Shades of Lime Green #54D533
Tints of Lime Green #54D533
RGB
CMYK
RGB Variations
Color information
#54D533 (or 0x54D533) is known color: Lime Green. HEX triplet: 54, D5 and 33. RGB value is (84,213,51). Sum of RGB (Red+Green+Blue) = 84+213+51=348 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.14% from 348); Green value is 213 (83.59% from 255 or 61.21% from 348); Blue value is 51 (20.31% from 255 or 14.66% from 348); Max value from RGB is 213 - color contains mainly: green. Hex color #54D533 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54D533 is #AB2ACC. Grayscale: #9C9C9C. Windows color (decimal): -11217613 or 3396948. OLE color: 3396948.
HSL color Cylindrical-coordinate representation of color #54D533: hue angle of 107.78º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #54D533 is Cyan = 0.61, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 84 | 213 | 51 | - |
| CMYK | 0.61 | 0 | 0.76 | 0.16 |
| HSL | 107.78º | 0.66% | 0.52% | - |
| HSV(B) | 107.78º | 0.76% | 0.84% | - |
| XYZ | 28.05 | 49.71 | 11.25 | - |
| YUV | 155.96 | 68.76 | 76.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 213 | 51 | 0.61 | 0 | 0.76 | 0.16 | 107.78 | 0.66 | 0.52 |
| Hex | 54 | D5 | 33 | 3D | 0 | 4C | 10 | 6C | 42 | 34 |
| Octal | 124 | 325 | 63 | 75 | 0 | 114 | 20 | 154 | 102 | 64 |
| Binary | 1010100 | 11010101 | 110011 | 111101 | 0 | 1001100 | 10000 | 1101100 | 1000010 | 110100 |
Color Harmonies of #54D533
Complementary color
Monochromatic Colors of #54D533
Black with #54D533
Text Example
Text Example
White with #54D533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D533; }
p { color: rgb(84,213,51); }
H1.HeaderClassName
{
color: #54D533;
}
.AnyTagClassName
{
color: #54D533;
}
</style>
background-color css
<style>
a { background-color: #54D533; }
a { background-color: rgb(84,213,51); }
div.DivClassName
{
background-color: #54D533;
}
.BgClassName
{
background-color: #54D533;
}
</style>
border-color css
<style>
span { border-color: #54D533; }
span { border-color: rgb(84,213,51); }
td.TdClassName
{
border-color: #54D533;
}
.TagClassName
{
border-color: #54D533;
}
</style>