Shades of Lime Green #36E12C
Tints of Lime Green #36E12C
RGB
CMYK
RGB Variations
Color information
#36E12C (or 0x36E12C) is known color: Lime Green. HEX triplet: 36, E1 and 2C. RGB value is (54,225,44). Sum of RGB (Red+Green+Blue) = 54+225+44=323 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.72% from 323); Green value is 225 (88.28% from 255 or 69.66% from 323); Blue value is 44 (17.58% from 255 or 13.62% from 323); Max value from RGB is 225 - color contains mainly: green. Hex color #36E12C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36E12C is #C91ED3. Grayscale: #999999. Windows color (decimal): -13180628 or 2941238. OLE color: 2941238.
HSL color Cylindrical-coordinate representation of color #36E12C: hue angle of 116.69º 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 #36E12C is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 54 | 225 | 44 | - |
| CMYK | 0.76 | 0 | 0.80 | 0.12 |
| HSL | 116.69º | 0.75% | 0.53% | - |
| HSV(B) | 116.69º | 0.8% | 0.88% | - |
| XYZ | 28.9 | 54.82 | 11.44 | - |
| YUV | 153.24 | 66.35 | 57.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 225 | 44 | 0.76 | 0 | 0.80 | 0.12 | 116.69 | 0.75 | 0.53 |
| Hex | 36 | E1 | 2C | 4C | 0 | 50 | C | 75 | 4B | 35 |
| Octal | 66 | 341 | 54 | 114 | 0 | 120 | 14 | 165 | 113 | 65 |
| Binary | 110110 | 11100001 | 101100 | 1001100 | 0 | 1010000 | 1100 | 1110101 | 1001011 | 110101 |
Color Harmonies of #36E12C
Complementary color
Monochromatic Colors of #36E12C
Black with #36E12C
Text Example
Text Example
White with #36E12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36E12C; }
p { color: rgb(54,225,44); }
H1.HeaderClassName
{
color: #36E12C;
}
.AnyTagClassName
{
color: #36E12C;
}
</style>
background-color css
<style>
a { background-color: #36E12C; }
a { background-color: rgb(54,225,44); }
div.DivClassName
{
background-color: #36E12C;
}
.BgClassName
{
background-color: #36E12C;
}
</style>
border-color css
<style>
span { border-color: #36E12C; }
span { border-color: rgb(54,225,44); }
td.TdClassName
{
border-color: #36E12C;
}
.TagClassName
{
border-color: #36E12C;
}
</style>