Shades of Lime Green #53E23E
Tints of Lime Green #53E23E
RGB
CMYK
RGB Variations
Color information
#53E23E (or 0x53E23E) is known color: Lime Green. HEX triplet: 53, E2 and 3E. RGB value is (83,226,62). Sum of RGB (Red+Green+Blue) = 83+226+62=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 226 (88.67% from 255 or 60.92% from 371); Blue value is 62 (24.61% from 255 or 16.71% from 371); Max value from RGB is 226 - color contains mainly: green. Hex color #53E23E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53E23E is #AC1DC1. Grayscale: #A5A5A5. Windows color (decimal): -11279810 or 4121171. OLE color: 4121171.
HSL color Cylindrical-coordinate representation of color #53E23E: hue angle of 112.32º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #53E23E is Cyan = 0.63, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 83 | 226 | 62 | - |
| CMYK | 0.63 | 0 | 0.73 | 0.11 |
| HSL | 112.32º | 0.74% | 0.56% | - |
| HSV(B) | 112.32º | 0.73% | 0.89% | - |
| XYZ | 31.63 | 56.58 | 13.81 | - |
| YUV | 164.55 | 70.12 | 69.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 226 | 62 | 0.63 | 0 | 0.73 | 0.11 | 112.32 | 0.74 | 0.56 |
| Hex | 53 | E2 | 3E | 3F | 0 | 49 | B | 70 | 4A | 38 |
| Octal | 123 | 342 | 76 | 77 | 0 | 111 | 13 | 160 | 112 | 70 |
| Binary | 1010011 | 11100010 | 111110 | 111111 | 0 | 1001001 | 1011 | 1110000 | 1001010 | 111000 |
Color Harmonies of #53E23E
Complementary color
Monochromatic Colors of #53E23E
Black with #53E23E
Text Example
Text Example
White with #53E23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E23E; }
p { color: rgb(83,226,62); }
H1.HeaderClassName
{
color: #53E23E;
}
.AnyTagClassName
{
color: #53E23E;
}
</style>
background-color css
<style>
a { background-color: #53E23E; }
a { background-color: rgb(83,226,62); }
div.DivClassName
{
background-color: #53E23E;
}
.BgClassName
{
background-color: #53E23E;
}
</style>
border-color css
<style>
span { border-color: #53E23E; }
span { border-color: rgb(83,226,62); }
td.TdClassName
{
border-color: #53E23E;
}
.TagClassName
{
border-color: #53E23E;
}
</style>