Shades of Lime Green #40C739
Tints of Lime Green #40C739
RGB
CMYK
RGB Variations
Color information
#40C739 (or 0x40C739) is known color: Lime Green. HEX triplet: 40, C7 and 39. RGB value is (64,199,57). Sum of RGB (Red+Green+Blue) = 64+199+57=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 199 (78.12% from 255 or 62.19% from 320); Blue value is 57 (22.66% from 255 or 17.81% from 320); Max value from RGB is 199 - color contains mainly: green. Hex color #40C739 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C739 is #BF38C6. Grayscale: #8E8E8E. Windows color (decimal): -12531911 or 3786560. OLE color: 3786560.
HSL color Cylindrical-coordinate representation of color #40C739: hue angle of 117.04º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40C739 is Cyan = 0.68, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 64 | 199 | 57 | - |
| CMYK | 0.68 | 0 | 0.71 | 0.22 |
| HSL | 117.04º | 0.56% | 0.5% | - |
| HSV(B) | 117.04º | 0.71% | 0.78% | - |
| XYZ | 23.28 | 42.23 | 10.8 | - |
| YUV | 142.45 | 79.77 | 72.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 199 | 57 | 0.68 | 0 | 0.71 | 0.22 | 117.04 | 0.56 | 0.5 |
| Hex | 40 | C7 | 39 | 44 | 0 | 47 | 16 | 75 | 38 | 32 |
| Octal | 100 | 307 | 71 | 104 | 0 | 107 | 26 | 165 | 70 | 62 |
| Binary | 1000000 | 11000111 | 111001 | 1000100 | 0 | 1000111 | 10110 | 1110101 | 111000 | 110010 |
Color Harmonies of #40C739
Complementary color
Monochromatic Colors of #40C739
Black with #40C739
Text Example
Text Example
White with #40C739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C739; }
p { color: rgb(64,199,57); }
H1.HeaderClassName
{
color: #40C739;
}
.AnyTagClassName
{
color: #40C739;
}
</style>
background-color css
<style>
a { background-color: #40C739; }
a { background-color: rgb(64,199,57); }
div.DivClassName
{
background-color: #40C739;
}
.BgClassName
{
background-color: #40C739;
}
</style>
border-color css
<style>
span { border-color: #40C739; }
span { border-color: rgb(64,199,57); }
td.TdClassName
{
border-color: #40C739;
}
.TagClassName
{
border-color: #40C739;
}
</style>