Shades of Lime Green #36BC46
Tints of Lime Green #36BC46
RGB
CMYK
RGB Variations
Color information
#36BC46 (or 0x36BC46) is known color: Lime Green. HEX triplet: 36, BC and 46. RGB value is (54,188,70). Sum of RGB (Red+Green+Blue) = 54+188+70=312 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.31% from 312); Green value is 188 (73.83% from 255 or 60.26% from 312); Blue value is 70 (27.73% from 255 or 22.44% from 312); Max value from RGB is 188 - color contains mainly: green. Hex color #36BC46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36BC46 is #C943B9. Grayscale: #868686. Windows color (decimal): -13190074 or 4635702. OLE color: 4635702.
HSL color Cylindrical-coordinate representation of color #36BC46: hue angle of 127.16º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #36BC46 is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 188 | 70 | - |
| CMYK | 0.71 | 0 | 0.63 | 0.26 |
| HSL | 127.16º | 0.55% | 0.47% | - |
| HSV(B) | 127.16º | 0.71% | 0.74% | - |
| XYZ | 20.61 | 37.19 | 11.89 | - |
| YUV | 134.48 | 91.61 | 70.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 188 | 70 | 0.71 | 0 | 0.63 | 0.26 | 127.16 | 0.55 | 0.47 |
| Hex | 36 | BC | 46 | 47 | 0 | 3F | 1A | 7F | 37 | 2F |
| Octal | 66 | 274 | 106 | 107 | 0 | 77 | 32 | 177 | 67 | 57 |
| Binary | 110110 | 10111100 | 1000110 | 1000111 | 0 | 111111 | 11010 | 1111111 | 110111 | 101111 |
Color Harmonies of #36BC46
Complementary color
Monochromatic Colors of #36BC46
Black with #36BC46
Text Example
Text Example
White with #36BC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BC46; }
p { color: rgb(54,188,70); }
H1.HeaderClassName
{
color: #36BC46;
}
.AnyTagClassName
{
color: #36BC46;
}
</style>
background-color css
<style>
a { background-color: #36BC46; }
a { background-color: rgb(54,188,70); }
div.DivClassName
{
background-color: #36BC46;
}
.BgClassName
{
background-color: #36BC46;
}
</style>
border-color css
<style>
span { border-color: #36BC46; }
span { border-color: rgb(54,188,70); }
td.TdClassName
{
border-color: #36BC46;
}
.TagClassName
{
border-color: #36BC46;
}
</style>