Shades of Lime Green #36DC4F
Tints of Lime Green #36DC4F
RGB
CMYK
RGB Variations
Color information
#36DC4F (or 0x36DC4F) is known color: Lime Green. HEX triplet: 36, DC and 4F. RGB value is (54,220,79). Sum of RGB (Red+Green+Blue) = 54+220+79=353 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.30% from 353); Green value is 220 (86.33% from 255 or 62.32% from 353); Blue value is 79 (31.25% from 255 or 22.38% from 353); Max value from RGB is 220 - color contains mainly: green. Hex color #36DC4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36DC4F is #C923B0. Grayscale: #9A9A9A. Windows color (decimal): -13181873 or 5233718. OLE color: 5233718.
HSL color Cylindrical-coordinate representation of color #36DC4F: hue angle of 129.04º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36DC4F is Cyan = 0.75, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 220 | 79 | - |
| CMYK | 0.75 | 0 | 0.64 | 0.14 |
| HSL | 129.04º | 0.7% | 0.54% | - |
| HSV(B) | 129.04º | 0.75% | 0.86% | - |
| XYZ | 28.53 | 52.54 | 16.03 | - |
| YUV | 154.29 | 85.5 | 56.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 220 | 79 | 0.75 | 0 | 0.64 | 0.14 | 129.04 | 0.7 | 0.54 |
| Hex | 36 | DC | 4F | 4B | 0 | 40 | E | 81 | 46 | 36 |
| Octal | 66 | 334 | 117 | 113 | 0 | 100 | 16 | 201 | 106 | 66 |
| Binary | 110110 | 11011100 | 1001111 | 1001011 | 0 | 1000000 | 1110 | 10000001 | 1000110 | 110110 |
Color Harmonies of #36DC4F
Complementary color
Monochromatic Colors of #36DC4F
Black with #36DC4F
Text Example
Text Example
White with #36DC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DC4F; }
p { color: rgb(54,220,79); }
H1.HeaderClassName
{
color: #36DC4F;
}
.AnyTagClassName
{
color: #36DC4F;
}
</style>
background-color css
<style>
a { background-color: #36DC4F; }
a { background-color: rgb(54,220,79); }
div.DivClassName
{
background-color: #36DC4F;
}
.BgClassName
{
background-color: #36DC4F;
}
</style>
border-color css
<style>
span { border-color: #36DC4F; }
span { border-color: rgb(54,220,79); }
td.TdClassName
{
border-color: #36DC4F;
}
.TagClassName
{
border-color: #36DC4F;
}
</style>