Shades of Lime Green #53D140
Tints of Lime Green #53D140
RGB
CMYK
RGB Variations
Color information
#53D140 (or 0x53D140) is known color: Lime Green. HEX triplet: 53, D1 and 40. RGB value is (83,209,64). Sum of RGB (Red+Green+Blue) = 83+209+64=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 209 (82.03% from 255 or 58.71% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 209 - color contains mainly: green. Hex color #53D140 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53D140 is #AC2EBF. Grayscale: #9B9B9B. Windows color (decimal): -11284160 or 4247891. OLE color: 4247891.
HSL color Cylindrical-coordinate representation of color #53D140: hue angle of 112.14º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #53D140 is Cyan = 0.60, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 83 | 209 | 64 | - |
| CMYK | 0.60 | 0 | 0.69 | 0.18 |
| HSL | 112.14º | 0.61% | 0.54% | - |
| HSV(B) | 112.14º | 0.69% | 0.82% | - |
| XYZ | 27.29 | 47.81 | 12.64 | - |
| YUV | 154.8 | 76.76 | 76.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 209 | 64 | 0.60 | 0 | 0.69 | 0.18 | 112.14 | 0.61 | 0.54 |
| Hex | 53 | D1 | 40 | 3C | 0 | 45 | 12 | 70 | 3D | 36 |
| Octal | 123 | 321 | 100 | 74 | 0 | 105 | 22 | 160 | 75 | 66 |
| Binary | 1010011 | 11010001 | 1000000 | 111100 | 0 | 1000101 | 10010 | 1110000 | 111101 | 110110 |
Color Harmonies of #53D140
Complementary color
Monochromatic Colors of #53D140
Black with #53D140
Text Example
Text Example
White with #53D140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D140; }
p { color: rgb(83,209,64); }
H1.HeaderClassName
{
color: #53D140;
}
.AnyTagClassName
{
color: #53D140;
}
</style>
background-color css
<style>
a { background-color: #53D140; }
a { background-color: rgb(83,209,64); }
div.DivClassName
{
background-color: #53D140;
}
.BgClassName
{
background-color: #53D140;
}
</style>
border-color css
<style>
span { border-color: #53D140; }
span { border-color: rgb(83,209,64); }
td.TdClassName
{
border-color: #53D140;
}
.TagClassName
{
border-color: #53D140;
}
</style>