Shades of Lime Green #36EA4D
Tints of Lime Green #36EA4D
RGB
CMYK
RGB Variations
Color information
#36EA4D (or 0x36EA4D) is known color: Lime Green. HEX triplet: 36, EA and 4D. RGB value is (54,234,77). Sum of RGB (Red+Green+Blue) = 54+234+77=365 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.79% from 365); Green value is 234 (91.80% from 255 or 64.11% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 234 - color contains mainly: green. Hex color #36EA4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #36EA4D is #C915B2. Grayscale: #A2A2A2. Windows color (decimal): -13178291 or 5106230. OLE color: 5106230.
HSL color Cylindrical-coordinate representation of color #36EA4D: hue angle of 127.67º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36EA4D is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 54 | 234 | 77 | - |
| CMYK | 0.77 | 0 | 0.67 | 0.08 |
| HSL | 127.67º | 0.81% | 0.56% | - |
| HSV(B) | 127.67º | 0.77% | 0.92% | - |
| XYZ | 32.28 | 60.17 | 16.93 | - |
| YUV | 162.28 | 79.87 | 50.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 234 | 77 | 0.77 | 0 | 0.67 | 0.08 | 127.67 | 0.81 | 0.56 |
| Hex | 36 | EA | 4D | 4D | 0 | 43 | 8 | 80 | 51 | 38 |
| Octal | 66 | 352 | 115 | 115 | 0 | 103 | 10 | 200 | 121 | 70 |
| Binary | 110110 | 11101010 | 1001101 | 1001101 | 0 | 1000011 | 1000 | 10000000 | 1010001 | 111000 |
Color Harmonies of #36EA4D
Complementary color
Monochromatic Colors of #36EA4D
Black with #36EA4D
Text Example
Text Example
White with #36EA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36EA4D; }
p { color: rgb(54,234,77); }
H1.HeaderClassName
{
color: #36EA4D;
}
.AnyTagClassName
{
color: #36EA4D;
}
</style>
background-color css
<style>
a { background-color: #36EA4D; }
a { background-color: rgb(54,234,77); }
div.DivClassName
{
background-color: #36EA4D;
}
.BgClassName
{
background-color: #36EA4D;
}
</style>
border-color css
<style>
span { border-color: #36EA4D; }
span { border-color: rgb(54,234,77); }
td.TdClassName
{
border-color: #36EA4D;
}
.TagClassName
{
border-color: #36EA4D;
}
</style>