Shades of Lime Green #53EB2C
Tints of Lime Green #53EB2C
RGB
CMYK
RGB Variations
Color information
#53EB2C (or 0x53EB2C) is known color: Lime Green. HEX triplet: 53, EB and 2C. RGB value is (83,235,44). Sum of RGB (Red+Green+Blue) = 83+235+44=362 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.93% from 362); Green value is 235 (92.19% from 255 or 64.92% from 362); Blue value is 44 (17.58% from 255 or 12.15% from 362); Max value from RGB is 235 - color contains mainly: green. Hex color #53EB2C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53EB2C is #AC14D3. Grayscale: #A8A8A8. Windows color (decimal): -11277524 or 2943827. OLE color: 2943827.
HSL color Cylindrical-coordinate representation of color #53EB2C: hue angle of 107.75º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #53EB2C is Cyan = 0.65, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 83 | 235 | 44 | - |
| CMYK | 0.65 | 0 | 0.81 | 0.08 |
| HSL | 107.75º | 0.83% | 0.55% | - |
| HSV(B) | 107.75º | 0.81% | 0.92% | - |
| XYZ | 33.73 | 61.44 | 12.46 | - |
| YUV | 167.78 | 58.14 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 235 | 44 | 0.65 | 0 | 0.81 | 0.08 | 107.75 | 0.83 | 0.55 |
| Hex | 53 | EB | 2C | 41 | 0 | 51 | 8 | 6C | 53 | 37 |
| Octal | 123 | 353 | 54 | 101 | 0 | 121 | 10 | 154 | 123 | 67 |
| Binary | 1010011 | 11101011 | 101100 | 1000001 | 0 | 1010001 | 1000 | 1101100 | 1010011 | 110111 |
Color Harmonies of #53EB2C
Complementary color
Monochromatic Colors of #53EB2C
Black with #53EB2C
Text Example
Text Example
White with #53EB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53EB2C; }
p { color: rgb(83,235,44); }
H1.HeaderClassName
{
color: #53EB2C;
}
.AnyTagClassName
{
color: #53EB2C;
}
</style>
background-color css
<style>
a { background-color: #53EB2C; }
a { background-color: rgb(83,235,44); }
div.DivClassName
{
background-color: #53EB2C;
}
.BgClassName
{
background-color: #53EB2C;
}
</style>
border-color css
<style>
span { border-color: #53EB2C; }
span { border-color: rgb(83,235,44); }
td.TdClassName
{
border-color: #53EB2C;
}
.TagClassName
{
border-color: #53EB2C;
}
</style>