Shades of Lime Green #53DF31
Tints of Lime Green #53DF31
RGB
CMYK
RGB Variations
Color information
#53DF31 (or 0x53DF31) is known color: Lime Green. HEX triplet: 53, DF and 31. RGB value is (83,223,49). Sum of RGB (Red+Green+Blue) = 83+223+49=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 223 (87.5% from 255 or 62.82% from 355); Blue value is 49 (19.53% from 255 or 13.80% from 355); Max value from RGB is 223 - color contains mainly: green. Hex color #53DF31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53DF31 is #AC20CE. Grayscale: #A1A1A1. Windows color (decimal): -11280591 or 3268435. OLE color: 3268435.
HSL color Cylindrical-coordinate representation of color #53DF31: hue angle of 108.28º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #53DF31 is Cyan = 0.63, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 223 | 49 | - |
| CMYK | 0.63 | 0 | 0.78 | 0.13 |
| HSL | 108.28º | 0.73% | 0.53% | - |
| HSV(B) | 108.28º | 0.78% | 0.87% | - |
| XYZ | 30.51 | 54.84 | 11.88 | - |
| YUV | 161.3 | 64.62 | 72.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 223 | 49 | 0.63 | 0 | 0.78 | 0.13 | 108.28 | 0.73 | 0.53 |
| Hex | 53 | DF | 31 | 3F | 0 | 4E | D | 6C | 49 | 35 |
| Octal | 123 | 337 | 61 | 77 | 0 | 116 | 15 | 154 | 111 | 65 |
| Binary | 1010011 | 11011111 | 110001 | 111111 | 0 | 1001110 | 1101 | 1101100 | 1001001 | 110101 |
Color Harmonies of #53DF31
Complementary color
Monochromatic Colors of #53DF31
Black with #53DF31
Text Example
Text Example
White with #53DF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DF31; }
p { color: rgb(83,223,49); }
H1.HeaderClassName
{
color: #53DF31;
}
.AnyTagClassName
{
color: #53DF31;
}
</style>
background-color css
<style>
a { background-color: #53DF31; }
a { background-color: rgb(83,223,49); }
div.DivClassName
{
background-color: #53DF31;
}
.BgClassName
{
background-color: #53DF31;
}
</style>
border-color css
<style>
span { border-color: #53DF31; }
span { border-color: rgb(83,223,49); }
td.TdClassName
{
border-color: #53DF31;
}
.TagClassName
{
border-color: #53DF31;
}
</style>