Shades of Lime Green #53E236
Tints of Lime Green #53E236
RGB
CMYK
RGB Variations
Color information
#53E236 (or 0x53E236) is known color: Lime Green. HEX triplet: 53, E2 and 36. RGB value is (83,226,54). Sum of RGB (Red+Green+Blue) = 83+226+54=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 226 (88.67% from 255 or 62.26% from 363); Blue value is 54 (21.48% from 255 or 14.88% from 363); Max value from RGB is 226 - color contains mainly: green. Hex color #53E236 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53E236 is #AC1DC9. Grayscale: #A4A4A4. Windows color (decimal): -11279818 or 3596883. OLE color: 3596883.
HSL color Cylindrical-coordinate representation of color #53E236: hue angle of 109.88º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #53E236 is Cyan = 0.63, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 83 | 226 | 54 | - |
| CMYK | 0.63 | 0 | 0.76 | 0.11 |
| HSL | 109.88º | 0.75% | 0.55% | - |
| HSV(B) | 109.88º | 0.76% | 0.89% | - |
| XYZ | 31.43 | 56.5 | 12.74 | - |
| YUV | 163.64 | 66.12 | 70.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 226 | 54 | 0.63 | 0 | 0.76 | 0.11 | 109.88 | 0.75 | 0.55 |
| Hex | 53 | E2 | 36 | 3F | 0 | 4C | B | 6E | 4B | 37 |
| Octal | 123 | 342 | 66 | 77 | 0 | 114 | 13 | 156 | 113 | 67 |
| Binary | 1010011 | 11100010 | 110110 | 111111 | 0 | 1001100 | 1011 | 1101110 | 1001011 | 110111 |
Color Harmonies of #53E236
Complementary color
Monochromatic Colors of #53E236
Black with #53E236
Text Example
Text Example
White with #53E236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E236; }
p { color: rgb(83,226,54); }
H1.HeaderClassName
{
color: #53E236;
}
.AnyTagClassName
{
color: #53E236;
}
</style>
background-color css
<style>
a { background-color: #53E236; }
a { background-color: rgb(83,226,54); }
div.DivClassName
{
background-color: #53E236;
}
.BgClassName
{
background-color: #53E236;
}
</style>
border-color css
<style>
span { border-color: #53E236; }
span { border-color: rgb(83,226,54); }
td.TdClassName
{
border-color: #53E236;
}
.TagClassName
{
border-color: #53E236;
}
</style>