Shades of Lime Green #36BD40
Tints of Lime Green #36BD40
RGB
CMYK
RGB Variations
Color information
#36BD40 (or 0x36BD40) is known color: Lime Green. HEX triplet: 36, BD and 40. RGB value is (54,189,64). Sum of RGB (Red+Green+Blue) = 54+189+64=307 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.59% from 307); Green value is 189 (74.22% from 255 or 61.56% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 189 - color contains mainly: green. Hex color #36BD40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36BD40 is #C942BF. Grayscale: #868686. Windows color (decimal): -13189824 or 4242742. OLE color: 4242742.
HSL color Cylindrical-coordinate representation of color #36BD40: hue angle of 124.44º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #36BD40 is Cyan = 0.71, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 189 | 64 | - |
| CMYK | 0.71 | 0 | 0.66 | 0.26 |
| HSL | 124.44º | 0.56% | 0.48% | - |
| HSV(B) | 124.44º | 0.71% | 0.74% | - |
| XYZ | 20.64 | 37.55 | 11.01 | - |
| YUV | 134.39 | 88.27 | 70.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 189 | 64 | 0.71 | 0 | 0.66 | 0.26 | 124.44 | 0.56 | 0.48 |
| Hex | 36 | BD | 40 | 47 | 0 | 42 | 1A | 7C | 38 | 30 |
| Octal | 66 | 275 | 100 | 107 | 0 | 102 | 32 | 174 | 70 | 60 |
| Binary | 110110 | 10111101 | 1000000 | 1000111 | 0 | 1000010 | 11010 | 1111100 | 111000 | 110000 |
Color Harmonies of #36BD40
Complementary color
Monochromatic Colors of #36BD40
Black with #36BD40
Text Example
Text Example
White with #36BD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BD40; }
p { color: rgb(54,189,64); }
H1.HeaderClassName
{
color: #36BD40;
}
.AnyTagClassName
{
color: #36BD40;
}
</style>
background-color css
<style>
a { background-color: #36BD40; }
a { background-color: rgb(54,189,64); }
div.DivClassName
{
background-color: #36BD40;
}
.BgClassName
{
background-color: #36BD40;
}
</style>
border-color css
<style>
span { border-color: #36BD40; }
span { border-color: rgb(54,189,64); }
td.TdClassName
{
border-color: #36BD40;
}
.TagClassName
{
border-color: #36BD40;
}
</style>