Shades of Lime Green #36EC4F
Tints of Lime Green #36EC4F
RGB
CMYK
RGB Variations
Color information
#36EC4F (or 0x36EC4F) is known color: Lime Green. HEX triplet: 36, EC and 4F. RGB value is (54,236,79). Sum of RGB (Red+Green+Blue) = 54+236+79=369 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.63% from 369); Green value is 236 (92.58% from 255 or 63.96% from 369); Blue value is 79 (31.25% from 255 or 21.41% from 369); Max value from RGB is 236 - color contains mainly: green. Hex color #36EC4F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #36EC4F is #C913B0. Grayscale: #A4A4A4. Windows color (decimal): -13177777 or 5237814. OLE color: 5237814.
HSL color Cylindrical-coordinate representation of color #36EC4F: hue angle of 128.24º 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 #36EC4F is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 236 | 79 | - |
| CMYK | 0.77 | 0 | 0.67 | 0.07 |
| HSL | 128.24º | 0.83% | 0.57% | - |
| HSV(B) | 128.24º | 0.77% | 0.93% | - |
| XYZ | 32.93 | 61.34 | 17.5 | - |
| YUV | 163.68 | 80.2 | 49.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 236 | 79 | 0.77 | 0 | 0.67 | 0.07 | 128.24 | 0.83 | 0.57 |
| Hex | 36 | EC | 4F | 4D | 0 | 43 | 7 | 80 | 53 | 39 |
| Octal | 66 | 354 | 117 | 115 | 0 | 103 | 7 | 200 | 123 | 71 |
| Binary | 110110 | 11101100 | 1001111 | 1001101 | 0 | 1000011 | 111 | 10000000 | 1010011 | 111001 |
Color Harmonies of #36EC4F
Complementary color
Monochromatic Colors of #36EC4F
Black with #36EC4F
Text Example
Text Example
White with #36EC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36EC4F; }
p { color: rgb(54,236,79); }
H1.HeaderClassName
{
color: #36EC4F;
}
.AnyTagClassName
{
color: #36EC4F;
}
</style>
background-color css
<style>
a { background-color: #36EC4F; }
a { background-color: rgb(54,236,79); }
div.DivClassName
{
background-color: #36EC4F;
}
.BgClassName
{
background-color: #36EC4F;
}
</style>
border-color css
<style>
span { border-color: #36EC4F; }
span { border-color: rgb(54,236,79); }
td.TdClassName
{
border-color: #36EC4F;
}
.TagClassName
{
border-color: #36EC4F;
}
</style>