Shades of Lime Green #53DD43
Tints of Lime Green #53DD43
RGB
CMYK
RGB Variations
Color information
#53DD43 (or 0x53DD43) is known color: Lime Green. HEX triplet: 53, DD and 43. RGB value is (83,221,67). Sum of RGB (Red+Green+Blue) = 83+221+67=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 221 (86.72% from 255 or 59.57% from 371); Blue value is 67 (26.56% from 255 or 18.06% from 371); Max value from RGB is 221 - color contains mainly: green. Hex color #53DD43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53DD43 is #AC22BC. Grayscale: #A2A2A2. Windows color (decimal): -11281085 or 4447571. OLE color: 4447571.
HSL color Cylindrical-coordinate representation of color #53DD43: hue angle of 113.77º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #53DD43 is Cyan = 0.62, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 221 | 67 | - |
| CMYK | 0.62 | 0 | 0.70 | 0.13 |
| HSL | 113.77º | 0.69% | 0.56% | - |
| HSV(B) | 113.77º | 0.7% | 0.87% | - |
| XYZ | 30.44 | 53.96 | 14.12 | - |
| YUV | 162.18 | 74.28 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 221 | 67 | 0.62 | 0 | 0.70 | 0.13 | 113.77 | 0.69 | 0.56 |
| Hex | 53 | DD | 43 | 3E | 0 | 46 | D | 72 | 45 | 38 |
| Octal | 123 | 335 | 103 | 76 | 0 | 106 | 15 | 162 | 105 | 70 |
| Binary | 1010011 | 11011101 | 1000011 | 111110 | 0 | 1000110 | 1101 | 1110010 | 1000101 | 111000 |
Color Harmonies of #53DD43
Complementary color
Monochromatic Colors of #53DD43
Black with #53DD43
Text Example
Text Example
White with #53DD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DD43; }
p { color: rgb(83,221,67); }
H1.HeaderClassName
{
color: #53DD43;
}
.AnyTagClassName
{
color: #53DD43;
}
</style>
background-color css
<style>
a { background-color: #53DD43; }
a { background-color: rgb(83,221,67); }
div.DivClassName
{
background-color: #53DD43;
}
.BgClassName
{
background-color: #53DD43;
}
</style>
border-color css
<style>
span { border-color: #53DD43; }
span { border-color: rgb(83,221,67); }
td.TdClassName
{
border-color: #53DD43;
}
.TagClassName
{
border-color: #53DD43;
}
</style>