Shades of Lime Green #36DC4E
Tints of Lime Green #36DC4E
RGB
CMYK
RGB Variations
Color information
#36DC4E (or 0x36DC4E) is known color: Lime Green. HEX triplet: 36, DC and 4E. RGB value is (54,220,78). Sum of RGB (Red+Green+Blue) = 54+220+78=352 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.34% from 352); Green value is 220 (86.33% from 255 or 62.5% from 352); Blue value is 78 (30.86% from 255 or 22.16% from 352); Max value from RGB is 220 - color contains mainly: green. Hex color #36DC4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36DC4E is #C923B1. Grayscale: #9A9A9A. Windows color (decimal): -13181874 or 5168182. OLE color: 5168182.
HSL color Cylindrical-coordinate representation of color #36DC4E: hue angle of 128.67º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36DC4E is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 220 | 78 | - |
| CMYK | 0.75 | 0 | 0.65 | 0.14 |
| HSL | 128.67º | 0.7% | 0.54% | - |
| HSV(B) | 128.67º | 0.75% | 0.86% | - |
| XYZ | 28.49 | 52.52 | 15.84 | - |
| YUV | 154.18 | 85 | 56.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 220 | 78 | 0.75 | 0 | 0.65 | 0.14 | 128.67 | 0.7 | 0.54 |
| Hex | 36 | DC | 4E | 4B | 0 | 41 | E | 81 | 46 | 36 |
| Octal | 66 | 334 | 116 | 113 | 0 | 101 | 16 | 201 | 106 | 66 |
| Binary | 110110 | 11011100 | 1001110 | 1001011 | 0 | 1000001 | 1110 | 10000001 | 1000110 | 110110 |
Color Harmonies of #36DC4E
Complementary color
Monochromatic Colors of #36DC4E
Black with #36DC4E
Text Example
Text Example
White with #36DC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DC4E; }
p { color: rgb(54,220,78); }
H1.HeaderClassName
{
color: #36DC4E;
}
.AnyTagClassName
{
color: #36DC4E;
}
</style>
background-color css
<style>
a { background-color: #36DC4E; }
a { background-color: rgb(54,220,78); }
div.DivClassName
{
background-color: #36DC4E;
}
.BgClassName
{
background-color: #36DC4E;
}
</style>
border-color css
<style>
span { border-color: #36DC4E; }
span { border-color: rgb(54,220,78); }
td.TdClassName
{
border-color: #36DC4E;
}
.TagClassName
{
border-color: #36DC4E;
}
</style>