Shades of Lime Green #36DC17
Tints of Lime Green #36DC17
RGB
CMYK
RGB Variations
Color information
#36DC17 (or 0x36DC17) is known color: Lime Green. HEX triplet: 36, DC and 17. RGB value is (54,220,23). Sum of RGB (Red+Green+Blue) = 54+220+23=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 220 (86.33% from 255 or 74.07% from 297); Blue value is 23 (9.38% from 255 or 7.74% from 297); Max value from RGB is 220 - color contains mainly: green. Hex color #36DC17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #36DC17 is #C923E8. Grayscale: #949494. Windows color (decimal): -13181929 or 1563702. OLE color: 1563702.
HSL color Cylindrical-coordinate representation of color #36DC17: hue angle of 110.56º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #36DC17 is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 220 | 23 | - |
| CMYK | 0.75 | 0 | 0.90 | 0.14 |
| HSL | 110.56º | 0.81% | 0.48% | - |
| HSV(B) | 110.56º | 0.9% | 0.86% | - |
| XYZ | 27.27 | 52.03 | 9.42 | - |
| YUV | 147.91 | 57.5 | 61.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 220 | 23 | 0.75 | 0 | 0.90 | 0.14 | 110.56 | 0.81 | 0.48 |
| Hex | 36 | DC | 17 | 4B | 0 | 5A | E | 6F | 51 | 30 |
| Octal | 66 | 334 | 27 | 113 | 0 | 132 | 16 | 157 | 121 | 60 |
| Binary | 110110 | 11011100 | 10111 | 1001011 | 0 | 1011010 | 1110 | 1101111 | 1010001 | 110000 |
Color Harmonies of #36DC17
Complementary color
Monochromatic Colors of #36DC17
Black with #36DC17
Text Example
Text Example
White with #36DC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DC17; }
p { color: rgb(54,220,23); }
H1.HeaderClassName
{
color: #36DC17;
}
.AnyTagClassName
{
color: #36DC17;
}
</style>
background-color css
<style>
a { background-color: #36DC17; }
a { background-color: rgb(54,220,23); }
div.DivClassName
{
background-color: #36DC17;
}
.BgClassName
{
background-color: #36DC17;
}
</style>
border-color css
<style>
span { border-color: #36DC17; }
span { border-color: rgb(54,220,23); }
td.TdClassName
{
border-color: #36DC17;
}
.TagClassName
{
border-color: #36DC17;
}
</style>