Shades of Lime Green #40C645
Tints of Lime Green #40C645
RGB
CMYK
RGB Variations
Color information
#40C645 (or 0x40C645) is known color: Lime Green. HEX triplet: 40, C6 and 45. RGB value is (64,198,69). Sum of RGB (Red+Green+Blue) = 64+198+69=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 198 (77.73% from 255 or 59.82% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 198 - color contains mainly: green. Hex color #40C645 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C645 is #BF39BA. Grayscale: #8F8F8F. Windows color (decimal): -12532155 or 4572736. OLE color: 4572736.
HSL color Cylindrical-coordinate representation of color #40C645: hue angle of 122.24º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C645 is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 64 | 198 | 69 | - |
| CMYK | 0.68 | 0 | 0.65 | 0.22 |
| HSL | 122.24º | 0.54% | 0.51% | - |
| HSV(B) | 122.24º | 0.68% | 0.78% | - |
| XYZ | 23.38 | 41.91 | 12.49 | - |
| YUV | 143.23 | 86.11 | 71.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 198 | 69 | 0.68 | 0 | 0.65 | 0.22 | 122.24 | 0.54 | 0.51 |
| Hex | 40 | C6 | 45 | 44 | 0 | 41 | 16 | 7A | 36 | 33 |
| Octal | 100 | 306 | 105 | 104 | 0 | 101 | 26 | 172 | 66 | 63 |
| Binary | 1000000 | 11000110 | 1000101 | 1000100 | 0 | 1000001 | 10110 | 1111010 | 110110 | 110011 |
Color Harmonies of #40C645
Complementary color
Monochromatic Colors of #40C645
Black with #40C645
Text Example
Text Example
White with #40C645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C645; }
p { color: rgb(64,198,69); }
H1.HeaderClassName
{
color: #40C645;
}
.AnyTagClassName
{
color: #40C645;
}
</style>
background-color css
<style>
a { background-color: #40C645; }
a { background-color: rgb(64,198,69); }
div.DivClassName
{
background-color: #40C645;
}
.BgClassName
{
background-color: #40C645;
}
</style>
border-color css
<style>
span { border-color: #40C645; }
span { border-color: rgb(64,198,69); }
td.TdClassName
{
border-color: #40C645;
}
.TagClassName
{
border-color: #40C645;
}
</style>