Shades of Lime Green #36EE4D
Tints of Lime Green #36EE4D
RGB
CMYK
RGB Variations
Color information
#36EE4D (or 0x36EE4D) is known color: Lime Green. HEX triplet: 36, EE and 4D. RGB value is (54,238,77). Sum of RGB (Red+Green+Blue) = 54+238+77=369 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.63% from 369); Green value is 238 (93.36% from 255 or 64.50% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 238 - color contains mainly: green. Hex color #36EE4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #36EE4D is #C911B2. Grayscale: #A5A5A5. Windows color (decimal): -13177267 or 5107254. OLE color: 5107254.
HSL color Cylindrical-coordinate representation of color #36EE4D: hue angle of 127.5º degrees, saturation: 0.84, 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 #36EE4D is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 238 | 77 | - |
| CMYK | 0.77 | 0 | 0.68 | 0.07 |
| HSL | 127.5º | 0.84% | 0.57% | - |
| HSV(B) | 127.5º | 0.77% | 0.93% | - |
| XYZ | 33.44 | 62.47 | 17.32 | - |
| YUV | 164.63 | 78.54 | 49.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 238 | 77 | 0.77 | 0 | 0.68 | 0.07 | 127.5 | 0.84 | 0.57 |
| Hex | 36 | EE | 4D | 4D | 0 | 44 | 7 | 80 | 54 | 39 |
| Octal | 66 | 356 | 115 | 115 | 0 | 104 | 7 | 200 | 124 | 71 |
| Binary | 110110 | 11101110 | 1001101 | 1001101 | 0 | 1000100 | 111 | 10000000 | 1010100 | 111001 |
Color Harmonies of #36EE4D
Complementary color
Monochromatic Colors of #36EE4D
Black with #36EE4D
Text Example
Text Example
White with #36EE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36EE4D; }
p { color: rgb(54,238,77); }
H1.HeaderClassName
{
color: #36EE4D;
}
.AnyTagClassName
{
color: #36EE4D;
}
</style>
background-color css
<style>
a { background-color: #36EE4D; }
a { background-color: rgb(54,238,77); }
div.DivClassName
{
background-color: #36EE4D;
}
.BgClassName
{
background-color: #36EE4D;
}
</style>
border-color css
<style>
span { border-color: #36EE4D; }
span { border-color: rgb(54,238,77); }
td.TdClassName
{
border-color: #36EE4D;
}
.TagClassName
{
border-color: #36EE4D;
}
</style>