Shades of Lime Green #36ED2E
Tints of Lime Green #36ED2E
RGB
CMYK
RGB Variations
Color information
#36ED2E (or 0x36ED2E) is known color: Lime Green. HEX triplet: 36, ED and 2E. RGB value is (54,237,46). Sum of RGB (Red+Green+Blue) = 54+237+46=337 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.02% from 337); Green value is 237 (92.97% from 255 or 70.33% from 337); Blue value is 46 (18.36% from 255 or 13.65% from 337); Max value from RGB is 237 - color contains mainly: green. Hex color #36ED2E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36ED2E is #C912D1. Grayscale: #A1A1A1. Windows color (decimal): -13177554 or 3075382. OLE color: 3075382.
HSL color Cylindrical-coordinate representation of color #36ED2E: hue angle of 117.49º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #36ED2E is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 237 | 46 | - |
| CMYK | 0.77 | 0 | 0.81 | 0.07 |
| HSL | 117.49º | 0.84% | 0.55% | - |
| HSV(B) | 117.49º | 0.81% | 0.93% | - |
| XYZ | 32.3 | 61.55 | 12.76 | - |
| YUV | 160.51 | 63.37 | 52.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 237 | 46 | 0.77 | 0 | 0.81 | 0.07 | 117.49 | 0.84 | 0.55 |
| Hex | 36 | ED | 2E | 4D | 0 | 51 | 7 | 75 | 54 | 37 |
| Octal | 66 | 355 | 56 | 115 | 0 | 121 | 7 | 165 | 124 | 67 |
| Binary | 110110 | 11101101 | 101110 | 1001101 | 0 | 1010001 | 111 | 1110101 | 1010100 | 110111 |
Color Harmonies of #36ED2E
Complementary color
Monochromatic Colors of #36ED2E
Black with #36ED2E
Text Example
Text Example
White with #36ED2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36ED2E; }
p { color: rgb(54,237,46); }
H1.HeaderClassName
{
color: #36ED2E;
}
.AnyTagClassName
{
color: #36ED2E;
}
</style>
background-color css
<style>
a { background-color: #36ED2E; }
a { background-color: rgb(54,237,46); }
div.DivClassName
{
background-color: #36ED2E;
}
.BgClassName
{
background-color: #36ED2E;
}
</style>
border-color css
<style>
span { border-color: #36ED2E; }
span { border-color: rgb(54,237,46); }
td.TdClassName
{
border-color: #36ED2E;
}
.TagClassName
{
border-color: #36ED2E;
}
</style>