Shades of Lime Green #53D84D
Tints of Lime Green #53D84D
RGB
CMYK
RGB Variations
Color information
#53D84D (or 0x53D84D) is known color: Lime Green. HEX triplet: 53, D8 and 4D. RGB value is (83,216,77). Sum of RGB (Red+Green+Blue) = 83+216+77=376 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.07% from 376); Green value is 216 (84.77% from 255 or 57.45% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 216 - color contains mainly: green. Hex color #53D84D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D84D is #AC27B2. Grayscale: #A0A0A0. Windows color (decimal): -11282355 or 5101651. OLE color: 5101651.
HSL color Cylindrical-coordinate representation of color #53D84D: hue angle of 117.41º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53D84D is Cyan = 0.62, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 216 | 77 | - |
| CMYK | 0.62 | 0 | 0.64 | 0.15 |
| HSL | 117.41º | 0.64% | 0.57% | - |
| HSV(B) | 117.41º | 0.64% | 0.85% | - |
| XYZ | 29.46 | 51.49 | 15.41 | - |
| YUV | 160.39 | 80.94 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 216 | 77 | 0.62 | 0 | 0.64 | 0.15 | 117.41 | 0.64 | 0.57 |
| Hex | 53 | D8 | 4D | 3E | 0 | 40 | F | 75 | 40 | 39 |
| Octal | 123 | 330 | 115 | 76 | 0 | 100 | 17 | 165 | 100 | 71 |
| Binary | 1010011 | 11011000 | 1001101 | 111110 | 0 | 1000000 | 1111 | 1110101 | 1000000 | 111001 |
Color Harmonies of #53D84D
Complementary color
Monochromatic Colors of #53D84D
Black with #53D84D
Text Example
Text Example
White with #53D84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D84D; }
p { color: rgb(83,216,77); }
H1.HeaderClassName
{
color: #53D84D;
}
.AnyTagClassName
{
color: #53D84D;
}
</style>
background-color css
<style>
a { background-color: #53D84D; }
a { background-color: rgb(83,216,77); }
div.DivClassName
{
background-color: #53D84D;
}
.BgClassName
{
background-color: #53D84D;
}
</style>
border-color css
<style>
span { border-color: #53D84D; }
span { border-color: rgb(83,216,77); }
td.TdClassName
{
border-color: #53D84D;
}
.TagClassName
{
border-color: #53D84D;
}
</style>