Shades of Lime Green #53DD4A
Tints of Lime Green #53DD4A
RGB
CMYK
RGB Variations
Color information
#53DD4A (or 0x53DD4A) is known color: Lime Green. HEX triplet: 53, DD and 4A. RGB value is (83,221,74). Sum of RGB (Red+Green+Blue) = 83+221+74=378 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.96% from 378); Green value is 221 (86.72% from 255 or 58.47% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 221 - color contains mainly: green. Hex color #53DD4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53DD4A is #AC22B5. Grayscale: #A3A3A3. Windows color (decimal): -11281078 or 4906323. OLE color: 4906323.
HSL color Cylindrical-coordinate representation of color #53DD4A: hue angle of 116.33º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53DD4A is Cyan = 0.62, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 221 | 74 | - |
| CMYK | 0.62 | 0 | 0.67 | 0.13 |
| HSL | 116.33º | 0.68% | 0.58% | - |
| HSV(B) | 116.33º | 0.67% | 0.87% | - |
| XYZ | 30.66 | 54.05 | 15.29 | - |
| YUV | 162.98 | 77.78 | 70.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 221 | 74 | 0.62 | 0 | 0.67 | 0.13 | 116.33 | 0.68 | 0.58 |
| Hex | 53 | DD | 4A | 3E | 0 | 43 | D | 74 | 44 | 3A |
| Octal | 123 | 335 | 112 | 76 | 0 | 103 | 15 | 164 | 104 | 72 |
| Binary | 1010011 | 11011101 | 1001010 | 111110 | 0 | 1000011 | 1101 | 1110100 | 1000100 | 111010 |
Color Harmonies of #53DD4A
Complementary color
Monochromatic Colors of #53DD4A
Black with #53DD4A
Text Example
Text Example
White with #53DD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DD4A; }
p { color: rgb(83,221,74); }
H1.HeaderClassName
{
color: #53DD4A;
}
.AnyTagClassName
{
color: #53DD4A;
}
</style>
background-color css
<style>
a { background-color: #53DD4A; }
a { background-color: rgb(83,221,74); }
div.DivClassName
{
background-color: #53DD4A;
}
.BgClassName
{
background-color: #53DD4A;
}
</style>
border-color css
<style>
span { border-color: #53DD4A; }
span { border-color: rgb(83,221,74); }
td.TdClassName
{
border-color: #53DD4A;
}
.TagClassName
{
border-color: #53DD4A;
}
</style>