Shades of Lime Green #36D613
Tints of Lime Green #36D613
RGB
CMYK
RGB Variations
Color information
#36D613 (or 0x36D613) is known color: Lime Green. HEX triplet: 36, D6 and 13. RGB value is (54,214,19). Sum of RGB (Red+Green+Blue) = 54+214+19=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 214 (83.98% from 255 or 74.56% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 214 - color contains mainly: green. Hex color #36D613 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #36D613 is #C929EC. Grayscale: #909090. Windows color (decimal): -13183469 or 1300022. OLE color: 1300022.
HSL color Cylindrical-coordinate representation of color #36D613: hue angle of 109.23º degrees, saturation: 0.84, 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 #36D613 is Cyan = 0.75, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 54 | 214 | 19 | - |
| CMYK | 0.75 | 0 | 0.91 | 0.16 |
| HSL | 109.23º | 0.84% | 0.46% | - |
| HSV(B) | 109.23º | 0.91% | 0.84% | - |
| XYZ | 25.69 | 48.92 | 8.71 | - |
| YUV | 143.93 | 57.49 | 63.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 214 | 19 | 0.75 | 0 | 0.91 | 0.16 | 109.23 | 0.84 | 0.46 |
| Hex | 36 | D6 | 13 | 4B | 0 | 5B | 10 | 6D | 54 | 2E |
| Octal | 66 | 326 | 23 | 113 | 0 | 133 | 20 | 155 | 124 | 56 |
| Binary | 110110 | 11010110 | 10011 | 1001011 | 0 | 1011011 | 10000 | 1101101 | 1010100 | 101110 |
Color Harmonies of #36D613
Complementary color
Monochromatic Colors of #36D613
Black with #36D613
Text Example
Text Example
White with #36D613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D613; }
p { color: rgb(54,214,19); }
H1.HeaderClassName
{
color: #36D613;
}
.AnyTagClassName
{
color: #36D613;
}
</style>
background-color css
<style>
a { background-color: #36D613; }
a { background-color: rgb(54,214,19); }
div.DivClassName
{
background-color: #36D613;
}
.BgClassName
{
background-color: #36D613;
}
</style>
border-color css
<style>
span { border-color: #36D613; }
span { border-color: rgb(54,214,19); }
td.TdClassName
{
border-color: #36D613;
}
.TagClassName
{
border-color: #36D613;
}
</style>