Shades of Lime Green #53E840
Tints of Lime Green #53E840
RGB
CMYK
RGB Variations
Color information
#53E840 (or 0x53E840) is known color: Lime Green. HEX triplet: 53, E8 and 40. RGB value is (83,232,64). Sum of RGB (Red+Green+Blue) = 83+232+64=379 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.90% from 379); Green value is 232 (91.02% from 255 or 61.21% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 232 - color contains mainly: green. Hex color #53E840 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53E840 is #AC17BF. Grayscale: #A8A8A8. Windows color (decimal): -11278272 or 4253779. OLE color: 4253779.
HSL color Cylindrical-coordinate representation of color #53E840: hue angle of 113.21º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #53E840 is Cyan = 0.64, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 83 | 232 | 64 | - |
| CMYK | 0.64 | 0 | 0.72 | 0.09 |
| HSL | 113.21º | 0.79% | 0.58% | - |
| HSV(B) | 113.21º | 0.72% | 0.91% | - |
| XYZ | 33.35 | 59.92 | 14.66 | - |
| YUV | 168.3 | 69.14 | 67.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 232 | 64 | 0.64 | 0 | 0.72 | 0.09 | 113.21 | 0.79 | 0.58 |
| Hex | 53 | E8 | 40 | 40 | 0 | 48 | 9 | 71 | 4F | 3A |
| Octal | 123 | 350 | 100 | 100 | 0 | 110 | 11 | 161 | 117 | 72 |
| Binary | 1010011 | 11101000 | 1000000 | 1000000 | 0 | 1001000 | 1001 | 1110001 | 1001111 | 111010 |
Color Harmonies of #53E840
Complementary color
Monochromatic Colors of #53E840
Black with #53E840
Text Example
Text Example
White with #53E840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E840; }
p { color: rgb(83,232,64); }
H1.HeaderClassName
{
color: #53E840;
}
.AnyTagClassName
{
color: #53E840;
}
</style>
background-color css
<style>
a { background-color: #53E840; }
a { background-color: rgb(83,232,64); }
div.DivClassName
{
background-color: #53E840;
}
.BgClassName
{
background-color: #53E840;
}
</style>
border-color css
<style>
span { border-color: #53E840; }
span { border-color: rgb(83,232,64); }
td.TdClassName
{
border-color: #53E840;
}
.TagClassName
{
border-color: #53E840;
}
</style>