Shades of Lime Green #53E442
Tints of Lime Green #53E442
RGB
CMYK
RGB Variations
Color information
#53E442 (or 0x53E442) is known color: Lime Green. HEX triplet: 53, E4 and 42. RGB value is (83,228,66). Sum of RGB (Red+Green+Blue) = 83+228+66=377 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.02% from 377); Green value is 228 (89.45% from 255 or 60.48% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 228 - color contains mainly: green. Hex color #53E442 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53E442 is #AC1BBD. Grayscale: #A6A6A6. Windows color (decimal): -11279294 or 4383827. OLE color: 4383827.
HSL color Cylindrical-coordinate representation of color #53E442: hue angle of 113.7º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #53E442 is Cyan = 0.64, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 83 | 228 | 66 | - |
| CMYK | 0.64 | 0 | 0.71 | 0.11 |
| HSL | 113.7º | 0.75% | 0.58% | - |
| HSV(B) | 113.7º | 0.71% | 0.89% | - |
| XYZ | 32.29 | 57.72 | 14.59 | - |
| YUV | 166.18 | 71.46 | 68.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 228 | 66 | 0.64 | 0 | 0.71 | 0.11 | 113.7 | 0.75 | 0.58 |
| Hex | 53 | E4 | 42 | 40 | 0 | 47 | B | 72 | 4B | 3A |
| Octal | 123 | 344 | 102 | 100 | 0 | 107 | 13 | 162 | 113 | 72 |
| Binary | 1010011 | 11100100 | 1000010 | 1000000 | 0 | 1000111 | 1011 | 1110010 | 1001011 | 111010 |
Color Harmonies of #53E442
Complementary color
Monochromatic Colors of #53E442
Black with #53E442
Text Example
Text Example
White with #53E442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E442; }
p { color: rgb(83,228,66); }
H1.HeaderClassName
{
color: #53E442;
}
.AnyTagClassName
{
color: #53E442;
}
</style>
background-color css
<style>
a { background-color: #53E442; }
a { background-color: rgb(83,228,66); }
div.DivClassName
{
background-color: #53E442;
}
.BgClassName
{
background-color: #53E442;
}
</style>
border-color css
<style>
span { border-color: #53E442; }
span { border-color: rgb(83,228,66); }
td.TdClassName
{
border-color: #53E442;
}
.TagClassName
{
border-color: #53E442;
}
</style>