Shades of Lime Green #36D736
Tints of Lime Green #36D736
RGB
CMYK
RGB Variations
Color information
#36D736 (or 0x36D736) is known color: Lime Green. HEX triplet: 36, D7 and 36. RGB value is (54,215,54). Sum of RGB (Red+Green+Blue) = 54+215+54=323 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.72% from 323); Green value is 215 (84.38% from 255 or 66.56% from 323); Blue value is 54 (21.48% from 255 or 16.72% from 323); Max value from RGB is 215 - color contains mainly: green. Hex color #36D736 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36D736 is #C928C9. Grayscale: #949494. Windows color (decimal): -13183178 or 3594038. OLE color: 3594038.
HSL color Cylindrical-coordinate representation of color #36D736: hue angle of 120º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36D736 is Cyan = 0.75, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 54 | 215 | 54 | - |
| CMYK | 0.75 | 0 | 0.75 | 0.16 |
| HSL | 120º | 0.67% | 0.53% | - |
| HSV(B) | 120º | 0.75% | 0.84% | - |
| XYZ | 26.49 | 49.65 | 11.68 | - |
| YUV | 148.51 | 74.66 | 60.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 215 | 54 | 0.75 | 0 | 0.75 | 0.16 | 120 | 0.67 | 0.53 |
| Hex | 36 | D7 | 36 | 4B | 0 | 4B | 10 | 78 | 43 | 35 |
| Octal | 66 | 327 | 66 | 113 | 0 | 113 | 20 | 170 | 103 | 65 |
| Binary | 110110 | 11010111 | 110110 | 1001011 | 0 | 1001011 | 10000 | 1111000 | 1000011 | 110101 |
Color Harmonies of #36D736
Complementary color
Monochromatic Colors of #36D736
Black with #36D736
Text Example
Text Example
White with #36D736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D736; }
p { color: rgb(54,215,54); }
H1.HeaderClassName
{
color: #36D736;
}
.AnyTagClassName
{
color: #36D736;
}
</style>
background-color css
<style>
a { background-color: #36D736; }
a { background-color: rgb(54,215,54); }
div.DivClassName
{
background-color: #36D736;
}
.BgClassName
{
background-color: #36D736;
}
</style>
border-color css
<style>
span { border-color: #36D736; }
span { border-color: rgb(54,215,54); }
td.TdClassName
{
border-color: #36D736;
}
.TagClassName
{
border-color: #36D736;
}
</style>