Shades of Lime Green #53E63A
Tints of Lime Green #53E63A
RGB
CMYK
RGB Variations
Color information
#53E63A (or 0x53E63A) is known color: Lime Green. HEX triplet: 53, E6 and 3A. RGB value is (83,230,58). Sum of RGB (Red+Green+Blue) = 83+230+58=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 230 (90.23% from 255 or 61.99% from 371); Blue value is 58 (23.05% from 255 or 15.63% from 371); Max value from RGB is 230 - color contains mainly: green. Hex color #53E63A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53E63A is #AC19C5. Grayscale: #A6A6A6. Windows color (decimal): -11278790 or 3860051. OLE color: 3860051.
HSL color Cylindrical-coordinate representation of color #53E63A: hue angle of 111.28º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #53E63A is Cyan = 0.64, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 83 | 230 | 58 | - |
| CMYK | 0.64 | 0 | 0.75 | 0.10 |
| HSL | 111.28º | 0.77% | 0.56% | - |
| HSV(B) | 111.28º | 0.75% | 0.9% | - |
| XYZ | 32.63 | 58.74 | 13.62 | - |
| YUV | 166.44 | 66.8 | 68.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 230 | 58 | 0.64 | 0 | 0.75 | 0.10 | 111.28 | 0.77 | 0.56 |
| Hex | 53 | E6 | 3A | 40 | 0 | 4B | A | 6F | 4D | 38 |
| Octal | 123 | 346 | 72 | 100 | 0 | 113 | 12 | 157 | 115 | 70 |
| Binary | 1010011 | 11100110 | 111010 | 1000000 | 0 | 1001011 | 1010 | 1101111 | 1001101 | 111000 |
Color Harmonies of #53E63A
Complementary color
Monochromatic Colors of #53E63A
Black with #53E63A
Text Example
Text Example
White with #53E63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E63A; }
p { color: rgb(83,230,58); }
H1.HeaderClassName
{
color: #53E63A;
}
.AnyTagClassName
{
color: #53E63A;
}
</style>
background-color css
<style>
a { background-color: #53E63A; }
a { background-color: rgb(83,230,58); }
div.DivClassName
{
background-color: #53E63A;
}
.BgClassName
{
background-color: #53E63A;
}
</style>
border-color css
<style>
span { border-color: #53E63A; }
span { border-color: rgb(83,230,58); }
td.TdClassName
{
border-color: #53E63A;
}
.TagClassName
{
border-color: #53E63A;
}
</style>