Shades of Lime Green #40C736
Tints of Lime Green #40C736
RGB
CMYK
RGB Variations
Color information
#40C736 (or 0x40C736) is known color: Lime Green. HEX triplet: 40, C7 and 36. RGB value is (64,199,54). Sum of RGB (Red+Green+Blue) = 64+199+54=317 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.19% from 317); Green value is 199 (78.12% from 255 or 62.78% from 317); Blue value is 54 (21.48% from 255 or 17.03% from 317); Max value from RGB is 199 - color contains mainly: green. Hex color #40C736 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C736 is #BF38C9. Grayscale: #8E8E8E. Windows color (decimal): -12531914 or 3589952. OLE color: 3589952.
HSL color Cylindrical-coordinate representation of color #40C736: hue angle of 115.86º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40C736 is Cyan = 0.68, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 64 | 199 | 54 | - |
| CMYK | 0.68 | 0 | 0.73 | 0.22 |
| HSL | 115.86º | 0.57% | 0.5% | - |
| HSV(B) | 115.86º | 0.73% | 0.78% | - |
| XYZ | 23.2 | 42.2 | 10.41 | - |
| YUV | 142.11 | 78.27 | 72.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 199 | 54 | 0.68 | 0 | 0.73 | 0.22 | 115.86 | 0.57 | 0.5 |
| Hex | 40 | C7 | 36 | 44 | 0 | 49 | 16 | 74 | 39 | 32 |
| Octal | 100 | 307 | 66 | 104 | 0 | 111 | 26 | 164 | 71 | 62 |
| Binary | 1000000 | 11000111 | 110110 | 1000100 | 0 | 1001001 | 10110 | 1110100 | 111001 | 110010 |
Color Harmonies of #40C736
Complementary color
Monochromatic Colors of #40C736
Black with #40C736
Text Example
Text Example
White with #40C736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C736; }
p { color: rgb(64,199,54); }
H1.HeaderClassName
{
color: #40C736;
}
.AnyTagClassName
{
color: #40C736;
}
</style>
background-color css
<style>
a { background-color: #40C736; }
a { background-color: rgb(64,199,54); }
div.DivClassName
{
background-color: #40C736;
}
.BgClassName
{
background-color: #40C736;
}
</style>
border-color css
<style>
span { border-color: #40C736; }
span { border-color: rgb(64,199,54); }
td.TdClassName
{
border-color: #40C736;
}
.TagClassName
{
border-color: #40C736;
}
</style>