Shades of Lime Green #53D849
Tints of Lime Green #53D849
RGB
CMYK
RGB Variations
Color information
#53D849 (or 0x53D849) is known color: Lime Green. HEX triplet: 53, D8 and 49. RGB value is (83,216,73). Sum of RGB (Red+Green+Blue) = 83+216+73=372 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.31% from 372); Green value is 216 (84.77% from 255 or 58.06% from 372); Blue value is 73 (28.91% from 255 or 19.62% from 372); Max value from RGB is 216 - color contains mainly: green. Hex color #53D849 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53D849 is #AC27B6. Grayscale: #A0A0A0. Windows color (decimal): -11282359 or 4839507. OLE color: 4839507.
HSL color Cylindrical-coordinate representation of color #53D849: hue angle of 115.8º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53D849 is Cyan = 0.62, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 216 | 73 | - |
| CMYK | 0.62 | 0 | 0.66 | 0.15 |
| HSL | 115.8º | 0.65% | 0.57% | - |
| HSV(B) | 115.8º | 0.66% | 0.85% | - |
| XYZ | 29.33 | 51.43 | 14.69 | - |
| YUV | 159.93 | 78.94 | 73.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 216 | 73 | 0.62 | 0 | 0.66 | 0.15 | 115.8 | 0.65 | 0.57 |
| Hex | 53 | D8 | 49 | 3E | 0 | 42 | F | 74 | 41 | 39 |
| Octal | 123 | 330 | 111 | 76 | 0 | 102 | 17 | 164 | 101 | 71 |
| Binary | 1010011 | 11011000 | 1001001 | 111110 | 0 | 1000010 | 1111 | 1110100 | 1000001 | 111001 |
Color Harmonies of #53D849
Complementary color
Monochromatic Colors of #53D849
Black with #53D849
Text Example
Text Example
White with #53D849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D849; }
p { color: rgb(83,216,73); }
H1.HeaderClassName
{
color: #53D849;
}
.AnyTagClassName
{
color: #53D849;
}
</style>
background-color css
<style>
a { background-color: #53D849; }
a { background-color: rgb(83,216,73); }
div.DivClassName
{
background-color: #53D849;
}
.BgClassName
{
background-color: #53D849;
}
</style>
border-color css
<style>
span { border-color: #53D849; }
span { border-color: rgb(83,216,73); }
td.TdClassName
{
border-color: #53D849;
}
.TagClassName
{
border-color: #53D849;
}
</style>