Shades of Lime Green #53DD45
Tints of Lime Green #53DD45
RGB
CMYK
RGB Variations
Color information
#53DD45 (or 0x53DD45) is known color: Lime Green. HEX triplet: 53, DD and 45. RGB value is (83,221,69). Sum of RGB (Red+Green+Blue) = 83+221+69=373 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.25% from 373); Green value is 221 (86.72% from 255 or 59.25% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 221 - color contains mainly: green. Hex color #53DD45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53DD45 is #AC22BA. Grayscale: #A2A2A2. Windows color (decimal): -11281083 or 4578643. OLE color: 4578643.
HSL color Cylindrical-coordinate representation of color #53DD45: hue angle of 114.47º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #53DD45 is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 221 | 69 | - |
| CMYK | 0.62 | 0 | 0.69 | 0.13 |
| HSL | 114.47º | 0.69% | 0.57% | - |
| HSV(B) | 114.47º | 0.69% | 0.87% | - |
| XYZ | 30.5 | 53.98 | 14.44 | - |
| YUV | 162.41 | 75.28 | 71.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 221 | 69 | 0.62 | 0 | 0.69 | 0.13 | 114.47 | 0.69 | 0.57 |
| Hex | 53 | DD | 45 | 3E | 0 | 45 | D | 72 | 45 | 39 |
| Octal | 123 | 335 | 105 | 76 | 0 | 105 | 15 | 162 | 105 | 71 |
| Binary | 1010011 | 11011101 | 1000101 | 111110 | 0 | 1000101 | 1101 | 1110010 | 1000101 | 111001 |
Color Harmonies of #53DD45
Complementary color
Monochromatic Colors of #53DD45
Black with #53DD45
Text Example
Text Example
White with #53DD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DD45; }
p { color: rgb(83,221,69); }
H1.HeaderClassName
{
color: #53DD45;
}
.AnyTagClassName
{
color: #53DD45;
}
</style>
background-color css
<style>
a { background-color: #53DD45; }
a { background-color: rgb(83,221,69); }
div.DivClassName
{
background-color: #53DD45;
}
.BgClassName
{
background-color: #53DD45;
}
</style>
border-color css
<style>
span { border-color: #53DD45; }
span { border-color: rgb(83,221,69); }
td.TdClassName
{
border-color: #53DD45;
}
.TagClassName
{
border-color: #53DD45;
}
</style>