Shades of Lime Green #53DC44
Tints of Lime Green #53DC44
RGB
CMYK
RGB Variations
Color information
#53DC44 (or 0x53DC44) is known color: Lime Green. HEX triplet: 53, DC and 44. RGB value is (83,220,68). Sum of RGB (Red+Green+Blue) = 83+220+68=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 220 (86.33% from 255 or 59.30% from 371); Blue value is 68 (26.95% from 255 or 18.33% from 371); Max value from RGB is 220 - color contains mainly: green. Hex color #53DC44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53DC44 is #AC23BB. Grayscale: #A2A2A2. Windows color (decimal): -11281340 or 4512851. OLE color: 4512851.
HSL color Cylindrical-coordinate representation of color #53DC44: hue angle of 114.08º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #53DC44 is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 220 | 68 | - |
| CMYK | 0.62 | 0 | 0.69 | 0.14 |
| HSL | 114.08º | 0.68% | 0.56% | - |
| HSV(B) | 114.08º | 0.69% | 0.86% | - |
| XYZ | 30.2 | 53.44 | 14.19 | - |
| YUV | 161.71 | 75.11 | 71.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 220 | 68 | 0.62 | 0 | 0.69 | 0.14 | 114.08 | 0.68 | 0.56 |
| Hex | 53 | DC | 44 | 3E | 0 | 45 | E | 72 | 44 | 38 |
| Octal | 123 | 334 | 104 | 76 | 0 | 105 | 16 | 162 | 104 | 70 |
| Binary | 1010011 | 11011100 | 1000100 | 111110 | 0 | 1000101 | 1110 | 1110010 | 1000100 | 111000 |
Color Harmonies of #53DC44
Complementary color
Monochromatic Colors of #53DC44
Black with #53DC44
Text Example
Text Example
White with #53DC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DC44; }
p { color: rgb(83,220,68); }
H1.HeaderClassName
{
color: #53DC44;
}
.AnyTagClassName
{
color: #53DC44;
}
</style>
background-color css
<style>
a { background-color: #53DC44; }
a { background-color: rgb(83,220,68); }
div.DivClassName
{
background-color: #53DC44;
}
.BgClassName
{
background-color: #53DC44;
}
</style>
border-color css
<style>
span { border-color: #53DC44; }
span { border-color: rgb(83,220,68); }
td.TdClassName
{
border-color: #53DC44;
}
.TagClassName
{
border-color: #53DC44;
}
</style>