Shades of Lime Green #36EA3E
Tints of Lime Green #36EA3E
RGB
CMYK
RGB Variations
Color information
#36EA3E (or 0x36EA3E) is known color: Lime Green. HEX triplet: 36, EA and 3E. RGB value is (54,234,62). Sum of RGB (Red+Green+Blue) = 54+234+62=350 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.43% from 350); Green value is 234 (91.80% from 255 or 66.86% from 350); Blue value is 62 (24.61% from 255 or 17.71% from 350); Max value from RGB is 234 - color contains mainly: green. Hex color #36EA3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36EA3E is #C915C1. Grayscale: #A1A1A1. Windows color (decimal): -13178306 or 4123190. OLE color: 4123190.
HSL color Cylindrical-coordinate representation of color #36EA3E: hue angle of 122.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 #36EA3E is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 54 | 234 | 62 | - |
| CMYK | 0.77 | 0 | 0.74 | 0.08 |
| HSL | 122.67º | 0.81% | 0.56% | - |
| HSV(B) | 122.67º | 0.77% | 0.92% | - |
| XYZ | 31.81 | 59.98 | 14.46 | - |
| YUV | 160.57 | 72.37 | 51.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 234 | 62 | 0.77 | 0 | 0.74 | 0.08 | 122.67 | 0.81 | 0.56 |
| Hex | 36 | EA | 3E | 4D | 0 | 4A | 8 | 7B | 51 | 38 |
| Octal | 66 | 352 | 76 | 115 | 0 | 112 | 10 | 173 | 121 | 70 |
| Binary | 110110 | 11101010 | 111110 | 1001101 | 0 | 1001010 | 1000 | 1111011 | 1010001 | 111000 |
Color Harmonies of #36EA3E
Complementary color
Monochromatic Colors of #36EA3E
Black with #36EA3E
Text Example
Text Example
White with #36EA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36EA3E; }
p { color: rgb(54,234,62); }
H1.HeaderClassName
{
color: #36EA3E;
}
.AnyTagClassName
{
color: #36EA3E;
}
</style>
background-color css
<style>
a { background-color: #36EA3E; }
a { background-color: rgb(54,234,62); }
div.DivClassName
{
background-color: #36EA3E;
}
.BgClassName
{
background-color: #36EA3E;
}
</style>
border-color css
<style>
span { border-color: #36EA3E; }
span { border-color: rgb(54,234,62); }
td.TdClassName
{
border-color: #36EA3E;
}
.TagClassName
{
border-color: #36EA3E;
}
</style>