Shades of Lime Green #36DC3F
Tints of Lime Green #36DC3F
RGB
CMYK
RGB Variations
Color information
#36DC3F (or 0x36DC3F) is known color: Lime Green. HEX triplet: 36, DC and 3F. RGB value is (54,220,63). Sum of RGB (Red+Green+Blue) = 54+220+63=337 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.02% from 337); Green value is 220 (86.33% from 255 or 65.28% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 220 - color contains mainly: green. Hex color #36DC3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36DC3F is #C923C0. Grayscale: #989898. Windows color (decimal): -13181889 or 4185142. OLE color: 4185142.
HSL color Cylindrical-coordinate representation of color #36DC3F: hue angle of 123.25º 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 #36DC3F is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 220 | 63 | - |
| CMYK | 0.75 | 0 | 0.71 | 0.14 |
| HSL | 123.25º | 0.7% | 0.54% | - |
| HSV(B) | 123.25º | 0.75% | 0.86% | - |
| XYZ | 28.01 | 52.33 | 13.33 | - |
| YUV | 152.47 | 77.5 | 57.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 220 | 63 | 0.75 | 0 | 0.71 | 0.14 | 123.25 | 0.7 | 0.54 |
| Hex | 36 | DC | 3F | 4B | 0 | 47 | E | 7B | 46 | 36 |
| Octal | 66 | 334 | 77 | 113 | 0 | 107 | 16 | 173 | 106 | 66 |
| Binary | 110110 | 11011100 | 111111 | 1001011 | 0 | 1000111 | 1110 | 1111011 | 1000110 | 110110 |
Color Harmonies of #36DC3F
Complementary color
Monochromatic Colors of #36DC3F
Black with #36DC3F
Text Example
Text Example
White with #36DC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DC3F; }
p { color: rgb(54,220,63); }
H1.HeaderClassName
{
color: #36DC3F;
}
.AnyTagClassName
{
color: #36DC3F;
}
</style>
background-color css
<style>
a { background-color: #36DC3F; }
a { background-color: rgb(54,220,63); }
div.DivClassName
{
background-color: #36DC3F;
}
.BgClassName
{
background-color: #36DC3F;
}
</style>
border-color css
<style>
span { border-color: #36DC3F; }
span { border-color: rgb(54,220,63); }
td.TdClassName
{
border-color: #36DC3F;
}
.TagClassName
{
border-color: #36DC3F;
}
</style>