Shades of Lime Green #36D515
Tints of Lime Green #36D515
RGB
CMYK
RGB Variations
Color information
#36D515 (or 0x36D515) is known color: Lime Green. HEX triplet: 36, D5 and 15. RGB value is (54,213,21). Sum of RGB (Red+Green+Blue) = 54+213+21=288 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.75% from 288); Green value is 213 (83.59% from 255 or 73.96% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 213 - color contains mainly: green. Hex color #36D515 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #36D515 is #C92AEA. Grayscale: #909090. Windows color (decimal): -13183723 or 1430838. OLE color: 1430838.
HSL color Cylindrical-coordinate representation of color #36D515: hue angle of 109.69º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #36D515 is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 54 | 213 | 21 | - |
| CMYK | 0.75 | 0 | 0.90 | 0.16 |
| HSL | 109.69º | 0.82% | 0.46% | - |
| HSV(B) | 109.69º | 0.9% | 0.84% | - |
| XYZ | 25.45 | 48.43 | 8.72 | - |
| YUV | 143.57 | 58.82 | 64.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 213 | 21 | 0.75 | 0 | 0.90 | 0.16 | 109.69 | 0.82 | 0.46 |
| Hex | 36 | D5 | 15 | 4B | 0 | 5A | 10 | 6E | 52 | 2E |
| Octal | 66 | 325 | 25 | 113 | 0 | 132 | 20 | 156 | 122 | 56 |
| Binary | 110110 | 11010101 | 10101 | 1001011 | 0 | 1011010 | 10000 | 1101110 | 1010010 | 101110 |
Color Harmonies of #36D515
Complementary color
Monochromatic Colors of #36D515
Black with #36D515
Text Example
Text Example
White with #36D515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D515; }
p { color: rgb(54,213,21); }
H1.HeaderClassName
{
color: #36D515;
}
.AnyTagClassName
{
color: #36D515;
}
</style>
background-color css
<style>
a { background-color: #36D515; }
a { background-color: rgb(54,213,21); }
div.DivClassName
{
background-color: #36D515;
}
.BgClassName
{
background-color: #36D515;
}
</style>
border-color css
<style>
span { border-color: #36D515; }
span { border-color: rgb(54,213,21); }
td.TdClassName
{
border-color: #36D515;
}
.TagClassName
{
border-color: #36D515;
}
</style>