Shades of Lime Green #53D43F
Tints of Lime Green #53D43F
RGB
CMYK
RGB Variations
Color information
#53D43F (or 0x53D43F) is known color: Lime Green. HEX triplet: 53, D4 and 3F. RGB value is (83,212,63). Sum of RGB (Red+Green+Blue) = 83+212+63=358 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.18% from 358); Green value is 212 (83.20% from 255 or 59.22% from 358); Blue value is 63 (25% from 255 or 17.60% from 358); Max value from RGB is 212 - color contains mainly: green. Hex color #53D43F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53D43F is #AC2BC0. Grayscale: #9C9C9C. Windows color (decimal): -11283393 or 4183123. OLE color: 4183123.
HSL color Cylindrical-coordinate representation of color #53D43F: hue angle of 111.95º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #53D43F is Cyan = 0.61, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 83 | 212 | 63 | - |
| CMYK | 0.61 | 0 | 0.70 | 0.17 |
| HSL | 111.95º | 0.63% | 0.54% | - |
| HSV(B) | 111.95º | 0.7% | 0.83% | - |
| XYZ | 28.01 | 49.28 | 12.74 | - |
| YUV | 156.44 | 75.26 | 75.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 212 | 63 | 0.61 | 0 | 0.70 | 0.17 | 111.95 | 0.63 | 0.54 |
| Hex | 53 | D4 | 3F | 3D | 0 | 46 | 11 | 70 | 3F | 36 |
| Octal | 123 | 324 | 77 | 75 | 0 | 106 | 21 | 160 | 77 | 66 |
| Binary | 1010011 | 11010100 | 111111 | 111101 | 0 | 1000110 | 10001 | 1110000 | 111111 | 110110 |
Color Harmonies of #53D43F
Complementary color
Monochromatic Colors of #53D43F
Black with #53D43F
Text Example
Text Example
White with #53D43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D43F; }
p { color: rgb(83,212,63); }
H1.HeaderClassName
{
color: #53D43F;
}
.AnyTagClassName
{
color: #53D43F;
}
</style>
background-color css
<style>
a { background-color: #53D43F; }
a { background-color: rgb(83,212,63); }
div.DivClassName
{
background-color: #53D43F;
}
.BgClassName
{
background-color: #53D43F;
}
</style>
border-color css
<style>
span { border-color: #53D43F; }
span { border-color: rgb(83,212,63); }
td.TdClassName
{
border-color: #53D43F;
}
.TagClassName
{
border-color: #53D43F;
}
</style>