Shades of Lime Green #53DD2F
Tints of Lime Green #53DD2F
RGB
CMYK
RGB Variations
Color information
#53DD2F (or 0x53DD2F) is known color: Lime Green. HEX triplet: 53, DD and 2F. RGB value is (83,221,47). Sum of RGB (Red+Green+Blue) = 83+221+47=351 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.65% from 351); Green value is 221 (86.72% from 255 or 62.96% from 351); Blue value is 47 (18.75% from 255 or 13.39% from 351); Max value from RGB is 221 - color contains mainly: green. Hex color #53DD2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53DD2F is #AC22D0. Grayscale: #A0A0A0. Windows color (decimal): -11281105 or 3136851. OLE color: 3136851.
HSL color Cylindrical-coordinate representation of color #53DD2F: hue angle of 107.59º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #53DD2F is Cyan = 0.62, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 221 | 47 | - |
| CMYK | 0.62 | 0 | 0.79 | 0.13 |
| HSL | 107.59º | 0.72% | 0.53% | - |
| HSV(B) | 107.59º | 0.79% | 0.87% | - |
| XYZ | 29.94 | 53.76 | 11.49 | - |
| YUV | 159.9 | 64.28 | 73.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 221 | 47 | 0.62 | 0 | 0.79 | 0.13 | 107.59 | 0.72 | 0.53 |
| Hex | 53 | DD | 2F | 3E | 0 | 4F | D | 6C | 48 | 35 |
| Octal | 123 | 335 | 57 | 76 | 0 | 117 | 15 | 154 | 110 | 65 |
| Binary | 1010011 | 11011101 | 101111 | 111110 | 0 | 1001111 | 1101 | 1101100 | 1001000 | 110101 |
Color Harmonies of #53DD2F
Complementary color
Monochromatic Colors of #53DD2F
Black with #53DD2F
Text Example
Text Example
White with #53DD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DD2F; }
p { color: rgb(83,221,47); }
H1.HeaderClassName
{
color: #53DD2F;
}
.AnyTagClassName
{
color: #53DD2F;
}
</style>
background-color css
<style>
a { background-color: #53DD2F; }
a { background-color: rgb(83,221,47); }
div.DivClassName
{
background-color: #53DD2F;
}
.BgClassName
{
background-color: #53DD2F;
}
</style>
border-color css
<style>
span { border-color: #53DD2F; }
span { border-color: rgb(83,221,47); }
td.TdClassName
{
border-color: #53DD2F;
}
.TagClassName
{
border-color: #53DD2F;
}
</style>