Shades of Lime Green #36D517
Tints of Lime Green #36D517
RGB
CMYK
RGB Variations
Color information
#36D517 (or 0x36D517) is known color: Lime Green. HEX triplet: 36, D5 and 17. RGB value is (54,213,23). Sum of RGB (Red+Green+Blue) = 54+213+23=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 213 (83.59% from 255 or 73.45% from 290); Blue value is 23 (9.38% from 255 or 7.93% from 290); Max value from RGB is 213 - color contains mainly: green. Hex color #36D517 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #36D517 is #C92AE8. Grayscale: #909090. Windows color (decimal): -13183721 or 1561910. OLE color: 1561910.
HSL color Cylindrical-coordinate representation of color #36D517: hue angle of 110.21º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #36D517 is Cyan = 0.75, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 54 | 213 | 23 | - |
| CMYK | 0.75 | 0 | 0.89 | 0.16 |
| HSL | 110.21º | 0.81% | 0.46% | - |
| HSV(B) | 110.21º | 0.89% | 0.84% | - |
| XYZ | 25.47 | 48.43 | 8.82 | - |
| YUV | 143.8 | 59.82 | 63.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 213 | 23 | 0.75 | 0 | 0.89 | 0.16 | 110.21 | 0.81 | 0.46 |
| Hex | 36 | D5 | 17 | 4B | 0 | 59 | 10 | 6E | 51 | 2E |
| Octal | 66 | 325 | 27 | 113 | 0 | 131 | 20 | 156 | 121 | 56 |
| Binary | 110110 | 11010101 | 10111 | 1001011 | 0 | 1011001 | 10000 | 1101110 | 1010001 | 101110 |
Color Harmonies of #36D517
Complementary color
Monochromatic Colors of #36D517
Black with #36D517
Text Example
Text Example
White with #36D517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D517; }
p { color: rgb(54,213,23); }
H1.HeaderClassName
{
color: #36D517;
}
.AnyTagClassName
{
color: #36D517;
}
</style>
background-color css
<style>
a { background-color: #36D517; }
a { background-color: rgb(54,213,23); }
div.DivClassName
{
background-color: #36D517;
}
.BgClassName
{
background-color: #36D517;
}
</style>
border-color css
<style>
span { border-color: #36D517; }
span { border-color: rgb(54,213,23); }
td.TdClassName
{
border-color: #36D517;
}
.TagClassName
{
border-color: #36D517;
}
</style>