Shades of Lime Green #40B536
Tints of Lime Green #40B536
RGB
CMYK
RGB Variations
Color information
#40B536 (or 0x40B536) is known color: Lime Green. HEX triplet: 40, B5 and 36. RGB value is (64,181,54). Sum of RGB (Red+Green+Blue) = 64+181+54=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 181 (71.09% from 255 or 60.54% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 181 - color contains mainly: green. Hex color #40B536 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B536 is #BF4AC9. Grayscale: #838383. Windows color (decimal): -12536522 or 3585344. OLE color: 3585344.
HSL color Cylindrical-coordinate representation of color #40B536: hue angle of 115.28º 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 #40B536 is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 181 | 54 | - |
| CMYK | 0.65 | 0 | 0.70 | 0.29 |
| HSL | 115.28º | 0.54% | 0.46% | - |
| HSV(B) | 115.28º | 0.7% | 0.71% | - |
| XYZ | 19.3 | 34.4 | 9.11 | - |
| YUV | 131.54 | 84.24 | 79.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 181 | 54 | 0.65 | 0 | 0.70 | 0.29 | 115.28 | 0.54 | 0.46 |
| Hex | 40 | B5 | 36 | 41 | 0 | 46 | 1D | 73 | 36 | 2E |
| Octal | 100 | 265 | 66 | 101 | 0 | 106 | 35 | 163 | 66 | 56 |
| Binary | 1000000 | 10110101 | 110110 | 1000001 | 0 | 1000110 | 11101 | 1110011 | 110110 | 101110 |
Color Harmonies of #40B536
Complementary color
Monochromatic Colors of #40B536
Black with #40B536
Text Example
Text Example
White with #40B536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B536; }
p { color: rgb(64,181,54); }
H1.HeaderClassName
{
color: #40B536;
}
.AnyTagClassName
{
color: #40B536;
}
</style>
background-color css
<style>
a { background-color: #40B536; }
a { background-color: rgb(64,181,54); }
div.DivClassName
{
background-color: #40B536;
}
.BgClassName
{
background-color: #40B536;
}
</style>
border-color css
<style>
span { border-color: #40B536; }
span { border-color: rgb(64,181,54); }
td.TdClassName
{
border-color: #40B536;
}
.TagClassName
{
border-color: #40B536;
}
</style>