Shades of Lime Green #36EC46
Tints of Lime Green #36EC46
RGB
CMYK
RGB Variations
Color information
#36EC46 (or 0x36EC46) is known color: Lime Green. HEX triplet: 36, EC and 46. RGB value is (54,236,70). Sum of RGB (Red+Green+Blue) = 54+236+70=360 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15% from 360); Green value is 236 (92.58% from 255 or 65.56% from 360); Blue value is 70 (27.73% from 255 or 19.44% from 360); Max value from RGB is 236 - color contains mainly: green. Hex color #36EC46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36EC46 is #C913B9. Grayscale: #A3A3A3. Windows color (decimal): -13177786 or 4647990. OLE color: 4647990.
HSL color Cylindrical-coordinate representation of color #36EC46: hue angle of 125.27º 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 #36EC46 is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 236 | 70 | - |
| CMYK | 0.77 | 0 | 0.70 | 0.07 |
| HSL | 125.27º | 0.83% | 0.57% | - |
| HSV(B) | 125.27º | 0.77% | 0.93% | - |
| XYZ | 32.62 | 61.22 | 15.89 | - |
| YUV | 162.66 | 75.7 | 50.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 236 | 70 | 0.77 | 0 | 0.70 | 0.07 | 125.27 | 0.83 | 0.57 |
| Hex | 36 | EC | 46 | 4D | 0 | 46 | 7 | 7D | 53 | 39 |
| Octal | 66 | 354 | 106 | 115 | 0 | 106 | 7 | 175 | 123 | 71 |
| Binary | 110110 | 11101100 | 1000110 | 1001101 | 0 | 1000110 | 111 | 1111101 | 1010011 | 111001 |
Color Harmonies of #36EC46
Complementary color
Monochromatic Colors of #36EC46
Black with #36EC46
Text Example
Text Example
White with #36EC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36EC46; }
p { color: rgb(54,236,70); }
H1.HeaderClassName
{
color: #36EC46;
}
.AnyTagClassName
{
color: #36EC46;
}
</style>
background-color css
<style>
a { background-color: #36EC46; }
a { background-color: rgb(54,236,70); }
div.DivClassName
{
background-color: #36EC46;
}
.BgClassName
{
background-color: #36EC46;
}
</style>
border-color css
<style>
span { border-color: #36EC46; }
span { border-color: rgb(54,236,70); }
td.TdClassName
{
border-color: #36EC46;
}
.TagClassName
{
border-color: #36EC46;
}
</style>