Shades of Lime Green #36EC4C
Tints of Lime Green #36EC4C
RGB
CMYK
RGB Variations
Color information
#36EC4C (or 0x36EC4C) is known color: Lime Green. HEX triplet: 36, EC and 4C. RGB value is (54,236,76). Sum of RGB (Red+Green+Blue) = 54+236+76=366 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.75% from 366); Green value is 236 (92.58% from 255 or 64.48% from 366); Blue value is 76 (30.08% from 255 or 20.77% from 366); Max value from RGB is 236 - color contains mainly: green. Hex color #36EC4C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36EC4C is #C913B3. Grayscale: #A3A3A3. Windows color (decimal): -13177780 or 5041206. OLE color: 5041206.
HSL color Cylindrical-coordinate representation of color #36EC4C: hue angle of 127.25º 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 #36EC4C is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 236 | 76 | - |
| CMYK | 0.77 | 0 | 0.68 | 0.07 |
| HSL | 127.25º | 0.83% | 0.57% | - |
| HSV(B) | 127.25º | 0.77% | 0.93% | - |
| XYZ | 32.82 | 61.3 | 16.94 | - |
| YUV | 163.34 | 78.7 | 50.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 236 | 76 | 0.77 | 0 | 0.68 | 0.07 | 127.25 | 0.83 | 0.57 |
| Hex | 36 | EC | 4C | 4D | 0 | 44 | 7 | 7F | 53 | 39 |
| Octal | 66 | 354 | 114 | 115 | 0 | 104 | 7 | 177 | 123 | 71 |
| Binary | 110110 | 11101100 | 1001100 | 1001101 | 0 | 1000100 | 111 | 1111111 | 1010011 | 111001 |
Color Harmonies of #36EC4C
Complementary color
Monochromatic Colors of #36EC4C
Black with #36EC4C
Text Example
Text Example
White with #36EC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36EC4C; }
p { color: rgb(54,236,76); }
H1.HeaderClassName
{
color: #36EC4C;
}
.AnyTagClassName
{
color: #36EC4C;
}
</style>
background-color css
<style>
a { background-color: #36EC4C; }
a { background-color: rgb(54,236,76); }
div.DivClassName
{
background-color: #36EC4C;
}
.BgClassName
{
background-color: #36EC4C;
}
</style>
border-color css
<style>
span { border-color: #36EC4C; }
span { border-color: rgb(54,236,76); }
td.TdClassName
{
border-color: #36EC4C;
}
.TagClassName
{
border-color: #36EC4C;
}
</style>