Shades of Lime Green #36C54D
Tints of Lime Green #36C54D
RGB
CMYK
RGB Variations
Color information
#36C54D (or 0x36C54D) is known color: Lime Green. HEX triplet: 36, C5 and 4D. RGB value is (54,197,77). Sum of RGB (Red+Green+Blue) = 54+197+77=328 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.46% from 328); Green value is 197 (77.34% from 255 or 60.06% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 197 - color contains mainly: green. Hex color #36C54D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36C54D is #C93AB2. Grayscale: #8C8C8C. Windows color (decimal): -13187763 or 5096758. OLE color: 5096758.
HSL color Cylindrical-coordinate representation of color #36C54D: hue angle of 129.65º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36C54D is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 54 | 197 | 77 | - |
| CMYK | 0.73 | 0 | 0.61 | 0.23 |
| HSL | 129.65º | 0.57% | 0.49% | - |
| HSV(B) | 129.65º | 0.73% | 0.77% | - |
| XYZ | 22.83 | 41.25 | 13.78 | - |
| YUV | 140.56 | 92.12 | 66.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 197 | 77 | 0.73 | 0 | 0.61 | 0.23 | 129.65 | 0.57 | 0.49 |
| Hex | 36 | C5 | 4D | 49 | 0 | 3D | 17 | 82 | 39 | 31 |
| Octal | 66 | 305 | 115 | 111 | 0 | 75 | 27 | 202 | 71 | 61 |
| Binary | 110110 | 11000101 | 1001101 | 1001001 | 0 | 111101 | 10111 | 10000010 | 111001 | 110001 |
Color Harmonies of #36C54D
Complementary color
Monochromatic Colors of #36C54D
Black with #36C54D
Text Example
Text Example
White with #36C54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C54D; }
p { color: rgb(54,197,77); }
H1.HeaderClassName
{
color: #36C54D;
}
.AnyTagClassName
{
color: #36C54D;
}
</style>
background-color css
<style>
a { background-color: #36C54D; }
a { background-color: rgb(54,197,77); }
div.DivClassName
{
background-color: #36C54D;
}
.BgClassName
{
background-color: #36C54D;
}
</style>
border-color css
<style>
span { border-color: #36C54D; }
span { border-color: rgb(54,197,77); }
td.TdClassName
{
border-color: #36C54D;
}
.TagClassName
{
border-color: #36C54D;
}
</style>