Shades of Lime Green #36DC2D
Tints of Lime Green #36DC2D
RGB
CMYK
RGB Variations
Color information
#36DC2D (or 0x36DC2D) is known color: Lime Green. HEX triplet: 36, DC and 2D. RGB value is (54,220,45). Sum of RGB (Red+Green+Blue) = 54+220+45=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 220 (86.33% from 255 or 68.97% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 220 - color contains mainly: green. Hex color #36DC2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36DC2D is #C923D2. Grayscale: #969696. Windows color (decimal): -13181907 or 3005494. OLE color: 3005494.
HSL color Cylindrical-coordinate representation of color #36DC2D: hue angle of 116.91º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #36DC2D is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 220 | 45 | - |
| CMYK | 0.75 | 0 | 0.80 | 0.14 |
| HSL | 116.91º | 0.71% | 0.52% | - |
| HSV(B) | 116.91º | 0.8% | 0.86% | - |
| XYZ | 27.59 | 52.16 | 11.1 | - |
| YUV | 150.42 | 68.5 | 59.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 220 | 45 | 0.75 | 0 | 0.80 | 0.14 | 116.91 | 0.71 | 0.52 |
| Hex | 36 | DC | 2D | 4B | 0 | 50 | E | 75 | 47 | 34 |
| Octal | 66 | 334 | 55 | 113 | 0 | 120 | 16 | 165 | 107 | 64 |
| Binary | 110110 | 11011100 | 101101 | 1001011 | 0 | 1010000 | 1110 | 1110101 | 1000111 | 110100 |
Color Harmonies of #36DC2D
Complementary color
Monochromatic Colors of #36DC2D
Black with #36DC2D
Text Example
Text Example
White with #36DC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DC2D; }
p { color: rgb(54,220,45); }
H1.HeaderClassName
{
color: #36DC2D;
}
.AnyTagClassName
{
color: #36DC2D;
}
</style>
background-color css
<style>
a { background-color: #36DC2D; }
a { background-color: rgb(54,220,45); }
div.DivClassName
{
background-color: #36DC2D;
}
.BgClassName
{
background-color: #36DC2D;
}
</style>
border-color css
<style>
span { border-color: #36DC2D; }
span { border-color: rgb(54,220,45); }
td.TdClassName
{
border-color: #36DC2D;
}
.TagClassName
{
border-color: #36DC2D;
}
</style>