Shades of Lime Green #40C73D
Tints of Lime Green #40C73D
RGB
CMYK
RGB Variations
Color information
#40C73D (or 0x40C73D) is known color: Lime Green. HEX triplet: 40, C7 and 3D. RGB value is (64,199,61). Sum of RGB (Red+Green+Blue) = 64+199+61=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 199 (78.12% from 255 or 61.42% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 199 - color contains mainly: green. Hex color #40C73D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C73D is #BF38C2. Grayscale: #8F8F8F. Windows color (decimal): -12531907 or 4048704. OLE color: 4048704.
HSL color Cylindrical-coordinate representation of color #40C73D: hue angle of 118.7º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40C73D is Cyan = 0.68, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 64 | 199 | 61 | - |
| CMYK | 0.68 | 0 | 0.69 | 0.22 |
| HSL | 118.7º | 0.55% | 0.51% | - |
| HSV(B) | 118.7º | 0.69% | 0.78% | - |
| XYZ | 23.38 | 42.27 | 11.34 | - |
| YUV | 142.9 | 81.77 | 71.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 199 | 61 | 0.68 | 0 | 0.69 | 0.22 | 118.7 | 0.55 | 0.51 |
| Hex | 40 | C7 | 3D | 44 | 0 | 45 | 16 | 77 | 37 | 33 |
| Octal | 100 | 307 | 75 | 104 | 0 | 105 | 26 | 167 | 67 | 63 |
| Binary | 1000000 | 11000111 | 111101 | 1000100 | 0 | 1000101 | 10110 | 1110111 | 110111 | 110011 |
Color Harmonies of #40C73D
Complementary color
Monochromatic Colors of #40C73D
Black with #40C73D
Text Example
Text Example
White with #40C73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C73D; }
p { color: rgb(64,199,61); }
H1.HeaderClassName
{
color: #40C73D;
}
.AnyTagClassName
{
color: #40C73D;
}
</style>
background-color css
<style>
a { background-color: #40C73D; }
a { background-color: rgb(64,199,61); }
div.DivClassName
{
background-color: #40C73D;
}
.BgClassName
{
background-color: #40C73D;
}
</style>
border-color css
<style>
span { border-color: #40C73D; }
span { border-color: rgb(64,199,61); }
td.TdClassName
{
border-color: #40C73D;
}
.TagClassName
{
border-color: #40C73D;
}
</style>