Shades of Lime Green #36EA40
Tints of Lime Green #36EA40
RGB
CMYK
RGB Variations
Color information
#36EA40 (or 0x36EA40) is known color: Lime Green. HEX triplet: 36, EA and 40. RGB value is (54,234,64). Sum of RGB (Red+Green+Blue) = 54+234+64=352 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.34% from 352); Green value is 234 (91.80% from 255 or 66.48% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 234 - color contains mainly: green. Hex color #36EA40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36EA40 is #C915BF. Grayscale: #A1A1A1. Windows color (decimal): -13178304 or 4254262. OLE color: 4254262.
HSL color Cylindrical-coordinate representation of color #36EA40: hue angle of 123.33º 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 #36EA40 is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 54 | 234 | 64 | - |
| CMYK | 0.77 | 0 | 0.73 | 0.08 |
| HSL | 123.33º | 0.81% | 0.56% | - |
| HSV(B) | 123.33º | 0.77% | 0.92% | - |
| XYZ | 31.87 | 60 | 14.75 | - |
| YUV | 160.8 | 73.37 | 51.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 234 | 64 | 0.77 | 0 | 0.73 | 0.08 | 123.33 | 0.81 | 0.56 |
| Hex | 36 | EA | 40 | 4D | 0 | 49 | 8 | 7B | 51 | 38 |
| Octal | 66 | 352 | 100 | 115 | 0 | 111 | 10 | 173 | 121 | 70 |
| Binary | 110110 | 11101010 | 1000000 | 1001101 | 0 | 1001001 | 1000 | 1111011 | 1010001 | 111000 |
Color Harmonies of #36EA40
Complementary color
Monochromatic Colors of #36EA40
Black with #36EA40
Text Example
Text Example
White with #36EA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36EA40; }
p { color: rgb(54,234,64); }
H1.HeaderClassName
{
color: #36EA40;
}
.AnyTagClassName
{
color: #36EA40;
}
</style>
background-color css
<style>
a { background-color: #36EA40; }
a { background-color: rgb(54,234,64); }
div.DivClassName
{
background-color: #36EA40;
}
.BgClassName
{
background-color: #36EA40;
}
</style>
border-color css
<style>
span { border-color: #36EA40; }
span { border-color: rgb(54,234,64); }
td.TdClassName
{
border-color: #36EA40;
}
.TagClassName
{
border-color: #36EA40;
}
</style>