Shades of Lime Green #36E321
Tints of Lime Green #36E321
RGB
CMYK
RGB Variations
Color information
#36E321 (or 0x36E321) is known color: Lime Green. HEX triplet: 36, E3 and 21. RGB value is (54,227,33). Sum of RGB (Red+Green+Blue) = 54+227+33=314 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.20% from 314); Green value is 227 (89.06% from 255 or 72.29% from 314); Blue value is 33 (13.28% from 255 or 10.51% from 314); Max value from RGB is 227 - color contains mainly: green. Hex color #36E321 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36E321 is #C91CDE. Grayscale: #999999. Windows color (decimal): -13180127 or 2220854. OLE color: 2220854.
HSL color Cylindrical-coordinate representation of color #36E321: hue angle of 113.51º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #36E321 is Cyan = 0.76, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 54 | 227 | 33 | - |
| CMYK | 0.76 | 0 | 0.85 | 0.11 |
| HSL | 113.51º | 0.78% | 0.51% | - |
| HSV(B) | 113.51º | 0.85% | 0.89% | - |
| XYZ | 29.26 | 55.83 | 10.67 | - |
| YUV | 153.16 | 60.19 | 57.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 227 | 33 | 0.76 | 0 | 0.85 | 0.11 | 113.51 | 0.78 | 0.51 |
| Hex | 36 | E3 | 21 | 4C | 0 | 55 | B | 72 | 4E | 33 |
| Octal | 66 | 343 | 41 | 114 | 0 | 125 | 13 | 162 | 116 | 63 |
| Binary | 110110 | 11100011 | 100001 | 1001100 | 0 | 1010101 | 1011 | 1110010 | 1001110 | 110011 |
Color Harmonies of #36E321
Complementary color
Monochromatic Colors of #36E321
Black with #36E321
Text Example
Text Example
White with #36E321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36E321; }
p { color: rgb(54,227,33); }
H1.HeaderClassName
{
color: #36E321;
}
.AnyTagClassName
{
color: #36E321;
}
</style>
background-color css
<style>
a { background-color: #36E321; }
a { background-color: rgb(54,227,33); }
div.DivClassName
{
background-color: #36E321;
}
.BgClassName
{
background-color: #36E321;
}
</style>
border-color css
<style>
span { border-color: #36E321; }
span { border-color: rgb(54,227,33); }
td.TdClassName
{
border-color: #36E321;
}
.TagClassName
{
border-color: #36E321;
}
</style>