Shades of Lime Green #36E12D
Tints of Lime Green #36E12D
RGB
CMYK
RGB Variations
Color information
#36E12D (or 0x36E12D) is known color: Lime Green. HEX triplet: 36, E1 and 2D. RGB value is (54,225,45). Sum of RGB (Red+Green+Blue) = 54+225+45=324 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.67% from 324); Green value is 225 (88.28% from 255 or 69.44% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 225 - color contains mainly: green. Hex color #36E12D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36E12D is #C91ED2. Grayscale: #999999. Windows color (decimal): -13180627 or 3006774. OLE color: 3006774.
HSL color Cylindrical-coordinate representation of color #36E12D: hue angle of 117º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #36E12D is Cyan = 0.76, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 54 | 225 | 45 | - |
| CMYK | 0.76 | 0 | 0.8 | 0.12 |
| HSL | 117º | 0.75% | 0.53% | - |
| HSV(B) | 117º | 0.8% | 0.88% | - |
| XYZ | 28.92 | 54.82 | 11.54 | - |
| YUV | 153.35 | 66.85 | 57.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 225 | 45 | 0.76 | 0 | 0.8 | 0.12 | 117 | 0.75 | 0.53 |
| Hex | 36 | E1 | 2D | 4C | 0 | 50 | C | 75 | 4B | 35 |
| Octal | 66 | 341 | 55 | 114 | 0 | 120 | 14 | 165 | 113 | 65 |
| Binary | 110110 | 11100001 | 101101 | 1001100 | 0 | 1010000 | 1100 | 1110101 | 1001011 | 110101 |
Color Harmonies of #36E12D
Complementary color
Monochromatic Colors of #36E12D
Black with #36E12D
Text Example
Text Example
White with #36E12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36E12D; }
p { color: rgb(54,225,45); }
H1.HeaderClassName
{
color: #36E12D;
}
.AnyTagClassName
{
color: #36E12D;
}
</style>
background-color css
<style>
a { background-color: #36E12D; }
a { background-color: rgb(54,225,45); }
div.DivClassName
{
background-color: #36E12D;
}
.BgClassName
{
background-color: #36E12D;
}
</style>
border-color css
<style>
span { border-color: #36E12D; }
span { border-color: rgb(54,225,45); }
td.TdClassName
{
border-color: #36E12D;
}
.TagClassName
{
border-color: #36E12D;
}
</style>