Shades of Lime Green #36BC2E
Tints of Lime Green #36BC2E
RGB
CMYK
RGB Variations
Color information
#36BC2E (or 0x36BC2E) is known color: Lime Green. HEX triplet: 36, BC and 2E. RGB value is (54,188,46). Sum of RGB (Red+Green+Blue) = 54+188+46=288 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.75% from 288); Green value is 188 (73.83% from 255 or 65.28% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 188 - color contains mainly: green. Hex color #36BC2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36BC2E is #C943D1. Grayscale: #848484. Windows color (decimal): -13190098 or 3062838. OLE color: 3062838.
HSL color Cylindrical-coordinate representation of color #36BC2E: hue angle of 116.62º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36BC2E is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 188 | 46 | - |
| CMYK | 0.71 | 0 | 0.76 | 0.26 |
| HSL | 116.62º | 0.61% | 0.46% | - |
| HSV(B) | 116.62º | 0.76% | 0.74% | - |
| XYZ | 20 | 36.95 | 8.66 | - |
| YUV | 131.75 | 79.61 | 72.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 188 | 46 | 0.71 | 0 | 0.76 | 0.26 | 116.62 | 0.61 | 0.46 |
| Hex | 36 | BC | 2E | 47 | 0 | 4C | 1A | 75 | 3D | 2E |
| Octal | 66 | 274 | 56 | 107 | 0 | 114 | 32 | 165 | 75 | 56 |
| Binary | 110110 | 10111100 | 101110 | 1000111 | 0 | 1001100 | 11010 | 1110101 | 111101 | 101110 |
Color Harmonies of #36BC2E
Complementary color
Monochromatic Colors of #36BC2E
Black with #36BC2E
Text Example
Text Example
White with #36BC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BC2E; }
p { color: rgb(54,188,46); }
H1.HeaderClassName
{
color: #36BC2E;
}
.AnyTagClassName
{
color: #36BC2E;
}
</style>
background-color css
<style>
a { background-color: #36BC2E; }
a { background-color: rgb(54,188,46); }
div.DivClassName
{
background-color: #36BC2E;
}
.BgClassName
{
background-color: #36BC2E;
}
</style>
border-color css
<style>
span { border-color: #36BC2E; }
span { border-color: rgb(54,188,46); }
td.TdClassName
{
border-color: #36BC2E;
}
.TagClassName
{
border-color: #36BC2E;
}
</style>