Shades of Lime Green #40C144
Tints of Lime Green #40C144
RGB
CMYK
RGB Variations
Color information
#40C144 (or 0x40C144) is known color: Lime Green. HEX triplet: 40, C1 and 44. RGB value is (64,193,68). Sum of RGB (Red+Green+Blue) = 64+193+68=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 193 (75.78% from 255 or 59.38% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 193 - color contains mainly: green. Hex color #40C144 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C144 is #BF3EBB. Grayscale: #8C8C8C. Windows color (decimal): -12533436 or 4505920. OLE color: 4505920.
HSL color Cylindrical-coordinate representation of color #40C144: hue angle of 121.86º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C144 is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 193 | 68 | - |
| CMYK | 0.67 | 0 | 0.65 | 0.24 |
| HSL | 121.86º | 0.51% | 0.5% | - |
| HSV(B) | 121.86º | 0.67% | 0.76% | - |
| XYZ | 22.23 | 39.65 | 11.95 | - |
| YUV | 140.18 | 87.26 | 73.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 193 | 68 | 0.67 | 0 | 0.65 | 0.24 | 121.86 | 0.51 | 0.5 |
| Hex | 40 | C1 | 44 | 43 | 0 | 41 | 18 | 7A | 33 | 32 |
| Octal | 100 | 301 | 104 | 103 | 0 | 101 | 30 | 172 | 63 | 62 |
| Binary | 1000000 | 11000001 | 1000100 | 1000011 | 0 | 1000001 | 11000 | 1111010 | 110011 | 110010 |
Color Harmonies of #40C144
Complementary color
Monochromatic Colors of #40C144
Black with #40C144
Text Example
Text Example
White with #40C144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C144; }
p { color: rgb(64,193,68); }
H1.HeaderClassName
{
color: #40C144;
}
.AnyTagClassName
{
color: #40C144;
}
</style>
background-color css
<style>
a { background-color: #40C144; }
a { background-color: rgb(64,193,68); }
div.DivClassName
{
background-color: #40C144;
}
.BgClassName
{
background-color: #40C144;
}
</style>
border-color css
<style>
span { border-color: #40C144; }
span { border-color: rgb(64,193,68); }
td.TdClassName
{
border-color: #40C144;
}
.TagClassName
{
border-color: #40C144;
}
</style>