Shades of Lime Green #36D614
Tints of Lime Green #36D614
RGB
CMYK
RGB Variations
Color information
#36D614 (or 0x36D614) is known color: Lime Green. HEX triplet: 36, D6 and 14. RGB value is (54,214,20). Sum of RGB (Red+Green+Blue) = 54+214+20=288 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.75% from 288); Green value is 214 (83.98% from 255 or 74.31% from 288); Blue value is 20 (8.20% from 255 or 6.94% from 288); Max value from RGB is 214 - color contains mainly: green. Hex color #36D614 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #36D614 is #C929EB. Grayscale: #909090. Windows color (decimal): -13183468 or 1365558. OLE color: 1365558.
HSL color Cylindrical-coordinate representation of color #36D614: hue angle of 109.48º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #36D614 is Cyan = 0.75, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 54 | 214 | 20 | - |
| CMYK | 0.75 | 0 | 0.91 | 0.16 |
| HSL | 109.48º | 0.83% | 0.46% | - |
| HSV(B) | 109.48º | 0.91% | 0.84% | - |
| XYZ | 25.69 | 48.93 | 8.75 | - |
| YUV | 144.04 | 57.99 | 63.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 214 | 20 | 0.75 | 0 | 0.91 | 0.16 | 109.48 | 0.83 | 0.46 |
| Hex | 36 | D6 | 14 | 4B | 0 | 5B | 10 | 6D | 53 | 2E |
| Octal | 66 | 326 | 24 | 113 | 0 | 133 | 20 | 155 | 123 | 56 |
| Binary | 110110 | 11010110 | 10100 | 1001011 | 0 | 1011011 | 10000 | 1101101 | 1010011 | 101110 |
Color Harmonies of #36D614
Complementary color
Monochromatic Colors of #36D614
Black with #36D614
Text Example
Text Example
White with #36D614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D614; }
p { color: rgb(54,214,20); }
H1.HeaderClassName
{
color: #36D614;
}
.AnyTagClassName
{
color: #36D614;
}
</style>
background-color css
<style>
a { background-color: #36D614; }
a { background-color: rgb(54,214,20); }
div.DivClassName
{
background-color: #36D614;
}
.BgClassName
{
background-color: #36D614;
}
</style>
border-color css
<style>
span { border-color: #36D614; }
span { border-color: rgb(54,214,20); }
td.TdClassName
{
border-color: #36D614;
}
.TagClassName
{
border-color: #36D614;
}
</style>