Shades of Lime Green #53D537
Tints of Lime Green #53D537
RGB
CMYK
RGB Variations
Color information
#53D537 (or 0x53D537) is known color: Lime Green. HEX triplet: 53, D5 and 37. RGB value is (83,213,55). Sum of RGB (Red+Green+Blue) = 83+213+55=351 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.65% from 351); Green value is 213 (83.59% from 255 or 60.68% from 351); Blue value is 55 (21.88% from 255 or 15.67% from 351); Max value from RGB is 213 - color contains mainly: green. Hex color #53D537 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53D537 is #AC2AC8. Grayscale: #9C9C9C. Windows color (decimal): -11283145 or 3659091. OLE color: 3659091.
HSL color Cylindrical-coordinate representation of color #53D537: hue angle of 109.37º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #53D537 is Cyan = 0.61, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 213 | 55 | - |
| CMYK | 0.61 | 0 | 0.74 | 0.16 |
| HSL | 109.37º | 0.65% | 0.53% | - |
| HSV(B) | 109.37º | 0.74% | 0.84% | - |
| XYZ | 28.05 | 49.7 | 11.73 | - |
| YUV | 156.12 | 70.93 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 213 | 55 | 0.61 | 0 | 0.74 | 0.16 | 109.37 | 0.65 | 0.53 |
| Hex | 53 | D5 | 37 | 3D | 0 | 4A | 10 | 6D | 41 | 35 |
| Octal | 123 | 325 | 67 | 75 | 0 | 112 | 20 | 155 | 101 | 65 |
| Binary | 1010011 | 11010101 | 110111 | 111101 | 0 | 1001010 | 10000 | 1101101 | 1000001 | 110101 |
Color Harmonies of #53D537
Complementary color
Monochromatic Colors of #53D537
Black with #53D537
Text Example
Text Example
White with #53D537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D537; }
p { color: rgb(83,213,55); }
H1.HeaderClassName
{
color: #53D537;
}
.AnyTagClassName
{
color: #53D537;
}
</style>
background-color css
<style>
a { background-color: #53D537; }
a { background-color: rgb(83,213,55); }
div.DivClassName
{
background-color: #53D537;
}
.BgClassName
{
background-color: #53D537;
}
</style>
border-color css
<style>
span { border-color: #53D537; }
span { border-color: rgb(83,213,55); }
td.TdClassName
{
border-color: #53D537;
}
.TagClassName
{
border-color: #53D537;
}
</style>