Shades of Lime Green #53D531
Tints of Lime Green #53D531
RGB
CMYK
RGB Variations
Color information
#53D531 (or 0x53D531) is known color: Lime Green. HEX triplet: 53, D5 and 31. RGB value is (83,213,49). Sum of RGB (Red+Green+Blue) = 83+213+49=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 213 (83.59% from 255 or 61.74% from 345); Blue value is 49 (19.53% from 255 or 14.20% from 345); Max value from RGB is 213 - color contains mainly: green. Hex color #53D531 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53D531 is #AC2ACE. Grayscale: #9B9B9B. Windows color (decimal): -11283151 or 3265875. OLE color: 3265875.
HSL color Cylindrical-coordinate representation of color #53D531: hue angle of 107.56º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #53D531 is Cyan = 0.61, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 213 | 49 | - |
| CMYK | 0.61 | 0 | 0.77 | 0.16 |
| HSL | 107.56º | 0.66% | 0.51% | - |
| HSV(B) | 107.56º | 0.77% | 0.84% | - |
| XYZ | 27.92 | 49.65 | 11.02 | - |
| YUV | 155.43 | 67.93 | 76.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 213 | 49 | 0.61 | 0 | 0.77 | 0.16 | 107.56 | 0.66 | 0.51 |
| Hex | 53 | D5 | 31 | 3D | 0 | 4D | 10 | 6C | 42 | 33 |
| Octal | 123 | 325 | 61 | 75 | 0 | 115 | 20 | 154 | 102 | 63 |
| Binary | 1010011 | 11010101 | 110001 | 111101 | 0 | 1001101 | 10000 | 1101100 | 1000010 | 110011 |
Color Harmonies of #53D531
Complementary color
Monochromatic Colors of #53D531
Black with #53D531
Text Example
Text Example
White with #53D531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D531; }
p { color: rgb(83,213,49); }
H1.HeaderClassName
{
color: #53D531;
}
.AnyTagClassName
{
color: #53D531;
}
</style>
background-color css
<style>
a { background-color: #53D531; }
a { background-color: rgb(83,213,49); }
div.DivClassName
{
background-color: #53D531;
}
.BgClassName
{
background-color: #53D531;
}
</style>
border-color css
<style>
span { border-color: #53D531; }
span { border-color: rgb(83,213,49); }
td.TdClassName
{
border-color: #53D531;
}
.TagClassName
{
border-color: #53D531;
}
</style>