Shades of Lime Green #40C148
Tints of Lime Green #40C148
RGB
CMYK
RGB Variations
Color information
#40C148 (or 0x40C148) is known color: Lime Green. HEX triplet: 40, C1 and 48. RGB value is (64,193,72). Sum of RGB (Red+Green+Blue) = 64+193+72=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 193 (75.78% from 255 or 58.66% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 193 - color contains mainly: green. Hex color #40C148 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C148 is #BF3EB7. Grayscale: #8C8C8C. Windows color (decimal): -12533432 or 4768064. OLE color: 4768064.
HSL color Cylindrical-coordinate representation of color #40C148: hue angle of 123.72º 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 #40C148 is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 193 | 72 | - |
| CMYK | 0.67 | 0 | 0.63 | 0.24 |
| HSL | 123.72º | 0.51% | 0.5% | - |
| HSV(B) | 123.72º | 0.67% | 0.76% | - |
| XYZ | 22.35 | 39.7 | 12.62 | - |
| YUV | 140.64 | 89.26 | 73.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 193 | 72 | 0.67 | 0 | 0.63 | 0.24 | 123.72 | 0.51 | 0.5 |
| Hex | 40 | C1 | 48 | 43 | 0 | 3F | 18 | 7C | 33 | 32 |
| Octal | 100 | 301 | 110 | 103 | 0 | 77 | 30 | 174 | 63 | 62 |
| Binary | 1000000 | 11000001 | 1001000 | 1000011 | 0 | 111111 | 11000 | 1111100 | 110011 | 110010 |
Color Harmonies of #40C148
Complementary color
Monochromatic Colors of #40C148
Black with #40C148
Text Example
Text Example
White with #40C148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C148; }
p { color: rgb(64,193,72); }
H1.HeaderClassName
{
color: #40C148;
}
.AnyTagClassName
{
color: #40C148;
}
</style>
background-color css
<style>
a { background-color: #40C148; }
a { background-color: rgb(64,193,72); }
div.DivClassName
{
background-color: #40C148;
}
.BgClassName
{
background-color: #40C148;
}
</style>
border-color css
<style>
span { border-color: #40C148; }
span { border-color: rgb(64,193,72); }
td.TdClassName
{
border-color: #40C148;
}
.TagClassName
{
border-color: #40C148;
}
</style>