Shades of Lime Green #36EC49
Tints of Lime Green #36EC49
RGB
CMYK
RGB Variations
Color information
#36EC49 (or 0x36EC49) is known color: Lime Green. HEX triplet: 36, EC and 49. RGB value is (54,236,73). Sum of RGB (Red+Green+Blue) = 54+236+73=363 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.88% from 363); Green value is 236 (92.58% from 255 or 65.01% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 236 - color contains mainly: green. Hex color #36EC49 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36EC49 is #C913B6. Grayscale: #A3A3A3. Windows color (decimal): -13177783 or 4844598. OLE color: 4844598.
HSL color Cylindrical-coordinate representation of color #36EC49: hue angle of 126.26º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36EC49 is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 236 | 73 | - |
| CMYK | 0.77 | 0 | 0.69 | 0.07 |
| HSL | 126.26º | 0.83% | 0.57% | - |
| HSV(B) | 126.26º | 0.77% | 0.93% | - |
| XYZ | 32.72 | 61.26 | 16.4 | - |
| YUV | 163 | 77.2 | 50.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 236 | 73 | 0.77 | 0 | 0.69 | 0.07 | 126.26 | 0.83 | 0.57 |
| Hex | 36 | EC | 49 | 4D | 0 | 45 | 7 | 7E | 53 | 39 |
| Octal | 66 | 354 | 111 | 115 | 0 | 105 | 7 | 176 | 123 | 71 |
| Binary | 110110 | 11101100 | 1001001 | 1001101 | 0 | 1000101 | 111 | 1111110 | 1010011 | 111001 |
Color Harmonies of #36EC49
Complementary color
Monochromatic Colors of #36EC49
Black with #36EC49
Text Example
Text Example
White with #36EC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36EC49; }
p { color: rgb(54,236,73); }
H1.HeaderClassName
{
color: #36EC49;
}
.AnyTagClassName
{
color: #36EC49;
}
</style>
background-color css
<style>
a { background-color: #36EC49; }
a { background-color: rgb(54,236,73); }
div.DivClassName
{
background-color: #36EC49;
}
.BgClassName
{
background-color: #36EC49;
}
</style>
border-color css
<style>
span { border-color: #36EC49; }
span { border-color: rgb(54,236,73); }
td.TdClassName
{
border-color: #36EC49;
}
.TagClassName
{
border-color: #36EC49;
}
</style>