Shades of Lime Green #36D812
Tints of Lime Green #36D812
RGB
CMYK
RGB Variations
Color information
#36D812 (or 0x36D812) is known color: Lime Green. HEX triplet: 36, D8 and 12. RGB value is (54,216,18). Sum of RGB (Red+Green+Blue) = 54+216+18=288 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.75% from 288); Green value is 216 (84.77% from 255 or 75% from 288); Blue value is 18 (7.42% from 255 or 6.25% from 288); Max value from RGB is 216 - color contains mainly: green. Hex color #36D812 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #36D812 is #C927ED. Grayscale: #919191. Windows color (decimal): -13182958 or 1234998. OLE color: 1234998.
HSL color Cylindrical-coordinate representation of color #36D812: hue angle of 109.09º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #36D812 is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 54 | 216 | 18 | - |
| CMYK | 0.75 | 0 | 0.92 | 0.15 |
| HSL | 109.09º | 0.85% | 0.46% | - |
| HSV(B) | 109.09º | 0.92% | 0.85% | - |
| XYZ | 26.19 | 49.94 | 8.83 | - |
| YUV | 144.99 | 56.33 | 63.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 216 | 18 | 0.75 | 0 | 0.92 | 0.15 | 109.09 | 0.85 | 0.46 |
| Hex | 36 | D8 | 12 | 4B | 0 | 5C | F | 6D | 55 | 2E |
| Octal | 66 | 330 | 22 | 113 | 0 | 134 | 17 | 155 | 125 | 56 |
| Binary | 110110 | 11011000 | 10010 | 1001011 | 0 | 1011100 | 1111 | 1101101 | 1010101 | 101110 |
Color Harmonies of #36D812
Complementary color
Monochromatic Colors of #36D812
Black with #36D812
Text Example
Text Example
White with #36D812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D812; }
p { color: rgb(54,216,18); }
H1.HeaderClassName
{
color: #36D812;
}
.AnyTagClassName
{
color: #36D812;
}
</style>
background-color css
<style>
a { background-color: #36D812; }
a { background-color: rgb(54,216,18); }
div.DivClassName
{
background-color: #36D812;
}
.BgClassName
{
background-color: #36D812;
}
</style>
border-color css
<style>
span { border-color: #36D812; }
span { border-color: rgb(54,216,18); }
td.TdClassName
{
border-color: #36D812;
}
.TagClassName
{
border-color: #36D812;
}
</style>