Shades of Lime Green #36DC31
Tints of Lime Green #36DC31
RGB
CMYK
RGB Variations
Color information
#36DC31 (or 0x36DC31) is known color: Lime Green. HEX triplet: 36, DC and 31. RGB value is (54,220,49). Sum of RGB (Red+Green+Blue) = 54+220+49=323 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.72% from 323); Green value is 220 (86.33% from 255 or 68.11% from 323); Blue value is 49 (19.53% from 255 or 15.17% from 323); Max value from RGB is 220 - color contains mainly: green. Hex color #36DC31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36DC31 is #C923CE. Grayscale: #979797. Windows color (decimal): -13181903 or 3267638. OLE color: 3267638.
HSL color Cylindrical-coordinate representation of color #36DC31: hue angle of 118.25º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36DC31 is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 220 | 49 | - |
| CMYK | 0.75 | 0 | 0.78 | 0.14 |
| HSL | 118.25º | 0.71% | 0.53% | - |
| HSV(B) | 118.25º | 0.78% | 0.86% | - |
| XYZ | 27.67 | 52.19 | 11.52 | - |
| YUV | 150.87 | 70.5 | 58.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 220 | 49 | 0.75 | 0 | 0.78 | 0.14 | 118.25 | 0.71 | 0.53 |
| Hex | 36 | DC | 31 | 4B | 0 | 4E | E | 76 | 47 | 35 |
| Octal | 66 | 334 | 61 | 113 | 0 | 116 | 16 | 166 | 107 | 65 |
| Binary | 110110 | 11011100 | 110001 | 1001011 | 0 | 1001110 | 1110 | 1110110 | 1000111 | 110101 |
Color Harmonies of #36DC31
Complementary color
Monochromatic Colors of #36DC31
Black with #36DC31
Text Example
Text Example
White with #36DC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DC31; }
p { color: rgb(54,220,49); }
H1.HeaderClassName
{
color: #36DC31;
}
.AnyTagClassName
{
color: #36DC31;
}
</style>
background-color css
<style>
a { background-color: #36DC31; }
a { background-color: rgb(54,220,49); }
div.DivClassName
{
background-color: #36DC31;
}
.BgClassName
{
background-color: #36DC31;
}
</style>
border-color css
<style>
span { border-color: #36DC31; }
span { border-color: rgb(54,220,49); }
td.TdClassName
{
border-color: #36DC31;
}
.TagClassName
{
border-color: #36DC31;
}
</style>