Shades of Lime Green #36E036
Tints of Lime Green #36E036
RGB
CMYK
RGB Variations
Color information
#36E036 (or 0x36E036) is known color: Lime Green. HEX triplet: 36, E0 and 36. RGB value is (54,224,54). Sum of RGB (Red+Green+Blue) = 54+224+54=332 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.27% from 332); Green value is 224 (87.89% from 255 or 67.47% from 332); Blue value is 54 (21.48% from 255 or 16.27% from 332); Max value from RGB is 224 - color contains mainly: green. Hex color #36E036 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36E036 is #C91FC9. Grayscale: #9A9A9A. Windows color (decimal): -13180874 or 3596342. OLE color: 3596342.
HSL color Cylindrical-coordinate representation of color #36E036: hue angle of 120º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36E036 is Cyan = 0.76, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 54 | 224 | 54 | - |
| CMYK | 0.76 | 0 | 0.76 | 0.12 |
| HSL | 120º | 0.73% | 0.55% | - |
| HSV(B) | 120º | 0.76% | 0.88% | - |
| XYZ | 28.84 | 54.36 | 12.46 | - |
| YUV | 153.79 | 71.68 | 56.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 224 | 54 | 0.76 | 0 | 0.76 | 0.12 | 120 | 0.73 | 0.55 |
| Hex | 36 | E0 | 36 | 4C | 0 | 4C | C | 78 | 49 | 37 |
| Octal | 66 | 340 | 66 | 114 | 0 | 114 | 14 | 170 | 111 | 67 |
| Binary | 110110 | 11100000 | 110110 | 1001100 | 0 | 1001100 | 1100 | 1111000 | 1001001 | 110111 |
Color Harmonies of #36E036
Complementary color
Monochromatic Colors of #36E036
Black with #36E036
Text Example
Text Example
White with #36E036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36E036; }
p { color: rgb(54,224,54); }
H1.HeaderClassName
{
color: #36E036;
}
.AnyTagClassName
{
color: #36E036;
}
</style>
background-color css
<style>
a { background-color: #36E036; }
a { background-color: rgb(54,224,54); }
div.DivClassName
{
background-color: #36E036;
}
.BgClassName
{
background-color: #36E036;
}
</style>
border-color css
<style>
span { border-color: #36E036; }
span { border-color: rgb(54,224,54); }
td.TdClassName
{
border-color: #36E036;
}
.TagClassName
{
border-color: #36E036;
}
</style>