Shades of Lime Green #53D13F
Tints of Lime Green #53D13F
RGB
CMYK
RGB Variations
Color information
#53D13F (or 0x53D13F) is known color: Lime Green. HEX triplet: 53, D1 and 3F. RGB value is (83,209,63). Sum of RGB (Red+Green+Blue) = 83+209+63=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 209 (82.03% from 255 or 58.87% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 209 - color contains mainly: green. Hex color #53D13F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53D13F is #AC2EC0. Grayscale: #9B9B9B. Windows color (decimal): -11284161 or 4182355. OLE color: 4182355.
HSL color Cylindrical-coordinate representation of color #53D13F: hue angle of 111.78º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #53D13F is Cyan = 0.60, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 83 | 209 | 63 | - |
| CMYK | 0.60 | 0 | 0.70 | 0.18 |
| HSL | 111.78º | 0.61% | 0.53% | - |
| HSV(B) | 111.78º | 0.7% | 0.82% | - |
| XYZ | 27.26 | 47.8 | 12.49 | - |
| YUV | 154.68 | 76.26 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 209 | 63 | 0.60 | 0 | 0.70 | 0.18 | 111.78 | 0.61 | 0.53 |
| Hex | 53 | D1 | 3F | 3C | 0 | 46 | 12 | 70 | 3D | 35 |
| Octal | 123 | 321 | 77 | 74 | 0 | 106 | 22 | 160 | 75 | 65 |
| Binary | 1010011 | 11010001 | 111111 | 111100 | 0 | 1000110 | 10010 | 1110000 | 111101 | 110101 |
Color Harmonies of #53D13F
Complementary color
Monochromatic Colors of #53D13F
Black with #53D13F
Text Example
Text Example
White with #53D13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D13F; }
p { color: rgb(83,209,63); }
H1.HeaderClassName
{
color: #53D13F;
}
.AnyTagClassName
{
color: #53D13F;
}
</style>
background-color css
<style>
a { background-color: #53D13F; }
a { background-color: rgb(83,209,63); }
div.DivClassName
{
background-color: #53D13F;
}
.BgClassName
{
background-color: #53D13F;
}
</style>
border-color css
<style>
span { border-color: #53D13F; }
span { border-color: rgb(83,209,63); }
td.TdClassName
{
border-color: #53D13F;
}
.TagClassName
{
border-color: #53D13F;
}
</style>