Shades of Lime Green #36D64D
Tints of Lime Green #36D64D
RGB
CMYK
RGB Variations
Color information
#36D64D (or 0x36D64D) is known color: Lime Green. HEX triplet: 36, D6 and 4D. RGB value is (54,214,77). Sum of RGB (Red+Green+Blue) = 54+214+77=345 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.65% from 345); Green value is 214 (83.98% from 255 or 62.03% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 214 - color contains mainly: green. Hex color #36D64D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36D64D is #C929B2. Grayscale: #969696. Windows color (decimal): -13183411 or 5101110. OLE color: 5101110.
HSL color Cylindrical-coordinate representation of color #36D64D: hue angle of 128.62º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36D64D is Cyan = 0.75, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 54 | 214 | 77 | - |
| CMYK | 0.75 | 0 | 0.64 | 0.16 |
| HSL | 128.63º | 0.66% | 0.53% | - |
| HSV(B) | 128.63º | 0.75% | 0.84% | - |
| XYZ | 26.91 | 49.41 | 15.14 | - |
| YUV | 150.54 | 86.49 | 59.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 214 | 77 | 0.75 | 0 | 0.64 | 0.16 | 128.63 | 0.66 | 0.53 |
| Hex | 36 | D6 | 4D | 4B | 0 | 40 | 10 | 81 | 42 | 35 |
| Octal | 66 | 326 | 115 | 113 | 0 | 100 | 20 | 201 | 102 | 65 |
| Binary | 110110 | 11010110 | 1001101 | 1001011 | 0 | 1000000 | 10000 | 10000001 | 1000010 | 110101 |
Color Harmonies of #36D64D
Complementary color
Monochromatic Colors of #36D64D
Black with #36D64D
Text Example
Text Example
White with #36D64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D64D; }
p { color: rgb(54,214,77); }
H1.HeaderClassName
{
color: #36D64D;
}
.AnyTagClassName
{
color: #36D64D;
}
</style>
background-color css
<style>
a { background-color: #36D64D; }
a { background-color: rgb(54,214,77); }
div.DivClassName
{
background-color: #36D64D;
}
.BgClassName
{
background-color: #36D64D;
}
</style>
border-color css
<style>
span { border-color: #36D64D; }
span { border-color: rgb(54,214,77); }
td.TdClassName
{
border-color: #36D64D;
}
.TagClassName
{
border-color: #36D64D;
}
</style>