Shades of Lime Green #40CE51
Tints of Lime Green #40CE51
RGB
CMYK
RGB Variations
Color information
#40CE51 (or 0x40CE51) is known color: Lime Green. HEX triplet: 40, CE and 51. RGB value is (64,206,81). Sum of RGB (Red+Green+Blue) = 64+206+81=351 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.23% from 351); Green value is 206 (80.86% from 255 or 58.69% from 351); Blue value is 81 (32.03% from 255 or 23.08% from 351); Max value from RGB is 206 - color contains mainly: green. Hex color #40CE51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40CE51 is #BF31AE. Grayscale: #959595. Windows color (decimal): -12530095 or 5361216. OLE color: 5361216.
HSL color Cylindrical-coordinate representation of color #40CE51: hue angle of 127.18º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CE51 is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 206 | 81 | - |
| CMYK | 0.69 | 0 | 0.61 | 0.19 |
| HSL | 127.18º | 0.59% | 0.53% | - |
| HSV(B) | 127.18º | 0.69% | 0.81% | - |
| XYZ | 25.67 | 45.83 | 15.28 | - |
| YUV | 149.29 | 89.46 | 67.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 206 | 81 | 0.69 | 0 | 0.61 | 0.19 | 127.18 | 0.59 | 0.53 |
| Hex | 40 | CE | 51 | 45 | 0 | 3D | 13 | 7F | 3B | 35 |
| Octal | 100 | 316 | 121 | 105 | 0 | 75 | 23 | 177 | 73 | 65 |
| Binary | 1000000 | 11001110 | 1010001 | 1000101 | 0 | 111101 | 10011 | 1111111 | 111011 | 110101 |
Color Harmonies of #40CE51
Complementary color
Monochromatic Colors of #40CE51
Black with #40CE51
Text Example
Text Example
White with #40CE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CE51; }
p { color: rgb(64,206,81); }
H1.HeaderClassName
{
color: #40CE51;
}
.AnyTagClassName
{
color: #40CE51;
}
</style>
background-color css
<style>
a { background-color: #40CE51; }
a { background-color: rgb(64,206,81); }
div.DivClassName
{
background-color: #40CE51;
}
.BgClassName
{
background-color: #40CE51;
}
</style>
border-color css
<style>
span { border-color: #40CE51; }
span { border-color: rgb(64,206,81); }
td.TdClassName
{
border-color: #40CE51;
}
.TagClassName
{
border-color: #40CE51;
}
</style>