Shades of Lime Green #36DC34
Tints of Lime Green #36DC34
RGB
CMYK
RGB Variations
Color information
#36DC34 (or 0x36DC34) is known color: Lime Green. HEX triplet: 36, DC and 34. RGB value is (54,220,52). Sum of RGB (Red+Green+Blue) = 54+220+52=326 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.56% from 326); Green value is 220 (86.33% from 255 or 67.48% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 220 - color contains mainly: green. Hex color #36DC34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36DC34 is #C923CB. Grayscale: #979797. Windows color (decimal): -13181900 or 3464246. OLE color: 3464246.
HSL color Cylindrical-coordinate representation of color #36DC34: hue angle of 119.29º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36DC34 is Cyan = 0.75, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 220 | 52 | - |
| CMYK | 0.75 | 0 | 0.76 | 0.14 |
| HSL | 119.29º | 0.71% | 0.53% | - |
| HSV(B) | 119.29º | 0.76% | 0.86% | - |
| XYZ | 27.73 | 52.22 | 11.87 | - |
| YUV | 151.21 | 72 | 58.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 220 | 52 | 0.75 | 0 | 0.76 | 0.14 | 119.29 | 0.71 | 0.53 |
| Hex | 36 | DC | 34 | 4B | 0 | 4C | E | 77 | 47 | 35 |
| Octal | 66 | 334 | 64 | 113 | 0 | 114 | 16 | 167 | 107 | 65 |
| Binary | 110110 | 11011100 | 110100 | 1001011 | 0 | 1001100 | 1110 | 1110111 | 1000111 | 110101 |
Color Harmonies of #36DC34
Complementary color
Monochromatic Colors of #36DC34
Black with #36DC34
Text Example
Text Example
White with #36DC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DC34; }
p { color: rgb(54,220,52); }
H1.HeaderClassName
{
color: #36DC34;
}
.AnyTagClassName
{
color: #36DC34;
}
</style>
background-color css
<style>
a { background-color: #36DC34; }
a { background-color: rgb(54,220,52); }
div.DivClassName
{
background-color: #36DC34;
}
.BgClassName
{
background-color: #36DC34;
}
</style>
border-color css
<style>
span { border-color: #36DC34; }
span { border-color: rgb(54,220,52); }
td.TdClassName
{
border-color: #36DC34;
}
.TagClassName
{
border-color: #36DC34;
}
</style>