Shades of Lime Green #40C950
Tints of Lime Green #40C950
RGB
CMYK
RGB Variations
Color information
#40C950 (or 0x40C950) is known color: Lime Green. HEX triplet: 40, C9 and 50. RGB value is (64,201,80). Sum of RGB (Red+Green+Blue) = 64+201+80=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 201 (78.91% from 255 or 58.26% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 201 - color contains mainly: green. Hex color #40C950 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C950 is #BF36AF. Grayscale: #929292. Windows color (decimal): -12531376 or 5294400. OLE color: 5294400.
HSL color Cylindrical-coordinate representation of color #40C950: hue angle of 127.01º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C950 is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 201 | 80 | - |
| CMYK | 0.68 | 0 | 0.60 | 0.21 |
| HSL | 127.01º | 0.56% | 0.52% | - |
| HSV(B) | 127.01º | 0.68% | 0.79% | - |
| XYZ | 24.45 | 43.44 | 14.69 | - |
| YUV | 146.24 | 90.61 | 69.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 201 | 80 | 0.68 | 0 | 0.60 | 0.21 | 127.01 | 0.56 | 0.52 |
| Hex | 40 | C9 | 50 | 44 | 0 | 3C | 15 | 7F | 38 | 34 |
| Octal | 100 | 311 | 120 | 104 | 0 | 74 | 25 | 177 | 70 | 64 |
| Binary | 1000000 | 11001001 | 1010000 | 1000100 | 0 | 111100 | 10101 | 1111111 | 111000 | 110100 |
Color Harmonies of #40C950
Complementary color
Monochromatic Colors of #40C950
Black with #40C950
Text Example
Text Example
White with #40C950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C950; }
p { color: rgb(64,201,80); }
H1.HeaderClassName
{
color: #40C950;
}
.AnyTagClassName
{
color: #40C950;
}
</style>
background-color css
<style>
a { background-color: #40C950; }
a { background-color: rgb(64,201,80); }
div.DivClassName
{
background-color: #40C950;
}
.BgClassName
{
background-color: #40C950;
}
</style>
border-color css
<style>
span { border-color: #40C950; }
span { border-color: rgb(64,201,80); }
td.TdClassName
{
border-color: #40C950;
}
.TagClassName
{
border-color: #40C950;
}
</style>