Shades of Lime Green #36B440
Tints of Lime Green #36B440
RGB
CMYK
RGB Variations
Color information
#36B440 (or 0x36B440) is known color: Lime Green. HEX triplet: 36, B4 and 40. RGB value is (54,180,64). Sum of RGB (Red+Green+Blue) = 54+180+64=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 180 (70.70% from 255 or 60.40% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 180 - color contains mainly: green. Hex color #36B440 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36B440 is #C94BBF. Grayscale: #818181. Windows color (decimal): -13192128 or 4240438. OLE color: 4240438.
HSL color Cylindrical-coordinate representation of color #36B440: hue angle of 124.76º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #36B440 is Cyan = 0.7, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 54 | 180 | 64 | - |
| CMYK | 0.7 | 0 | 0.64 | 0.29 |
| HSL | 124.76º | 0.54% | 0.46% | - |
| HSV(B) | 124.76º | 0.7% | 0.71% | - |
| XYZ | 18.77 | 33.8 | 10.38 | - |
| YUV | 129.1 | 91.26 | 74.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 180 | 64 | 0.7 | 0 | 0.64 | 0.29 | 124.76 | 0.54 | 0.46 |
| Hex | 36 | B4 | 40 | 46 | 0 | 40 | 1D | 7D | 36 | 2E |
| Octal | 66 | 264 | 100 | 106 | 0 | 100 | 35 | 175 | 66 | 56 |
| Binary | 110110 | 10110100 | 1000000 | 1000110 | 0 | 1000000 | 11101 | 1111101 | 110110 | 101110 |
Color Harmonies of #36B440
Complementary color
Monochromatic Colors of #36B440
Black with #36B440
Text Example
Text Example
White with #36B440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36B440; }
p { color: rgb(54,180,64); }
H1.HeaderClassName
{
color: #36B440;
}
.AnyTagClassName
{
color: #36B440;
}
</style>
background-color css
<style>
a { background-color: #36B440; }
a { background-color: rgb(54,180,64); }
div.DivClassName
{
background-color: #36B440;
}
.BgClassName
{
background-color: #36B440;
}
</style>
border-color css
<style>
span { border-color: #36B440; }
span { border-color: rgb(54,180,64); }
td.TdClassName
{
border-color: #36B440;
}
.TagClassName
{
border-color: #36B440;
}
</style>