Shades of Lime Green #40C851
Tints of Lime Green #40C851
RGB
CMYK
RGB Variations
Color information
#40C851 (or 0x40C851) is known color: Lime Green. HEX triplet: 40, C8 and 51. RGB value is (64,200,81). Sum of RGB (Red+Green+Blue) = 64+200+81=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 200 (78.52% from 255 or 57.97% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 200 - color contains mainly: green. Hex color #40C851 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C851 is #BF37AE. Grayscale: #929292. Windows color (decimal): -12531631 or 5359680. OLE color: 5359680.
HSL color Cylindrical-coordinate representation of color #40C851: hue angle of 127.5º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C851 is Cyan = 0.68, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 64 | 200 | 81 | - |
| CMYK | 0.68 | 0 | 0.59 | 0.22 |
| HSL | 127.5º | 0.55% | 0.52% | - |
| HSV(B) | 127.5º | 0.68% | 0.78% | - |
| XYZ | 24.25 | 42.99 | 14.8 | - |
| YUV | 145.77 | 91.44 | 69.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 200 | 81 | 0.68 | 0 | 0.59 | 0.22 | 127.5 | 0.55 | 0.52 |
| Hex | 40 | C8 | 51 | 44 | 0 | 3B | 16 | 80 | 37 | 34 |
| Octal | 100 | 310 | 121 | 104 | 0 | 73 | 26 | 200 | 67 | 64 |
| Binary | 1000000 | 11001000 | 1010001 | 1000100 | 0 | 111011 | 10110 | 10000000 | 110111 | 110100 |
Color Harmonies of #40C851
Complementary color
Monochromatic Colors of #40C851
Black with #40C851
Text Example
Text Example
White with #40C851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C851; }
p { color: rgb(64,200,81); }
H1.HeaderClassName
{
color: #40C851;
}
.AnyTagClassName
{
color: #40C851;
}
</style>
background-color css
<style>
a { background-color: #40C851; }
a { background-color: rgb(64,200,81); }
div.DivClassName
{
background-color: #40C851;
}
.BgClassName
{
background-color: #40C851;
}
</style>
border-color css
<style>
span { border-color: #40C851; }
span { border-color: rgb(64,200,81); }
td.TdClassName
{
border-color: #40C851;
}
.TagClassName
{
border-color: #40C851;
}
</style>