Shades of Lime Green #40CE4D
Tints of Lime Green #40CE4D
RGB
CMYK
RGB Variations
Color information
#40CE4D (or 0x40CE4D) is known color: Lime Green. HEX triplet: 40, CE and 4D. RGB value is (64,206,77). Sum of RGB (Red+Green+Blue) = 64+206+77=347 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.44% from 347); Green value is 206 (80.86% from 255 or 59.37% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 206 - color contains mainly: green. Hex color #40CE4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40CE4D is #BF31B2. Grayscale: #959595. Windows color (decimal): -12530099 or 5099072. OLE color: 5099072.
HSL color Cylindrical-coordinate representation of color #40CE4D: hue angle of 125.49º 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 #40CE4D is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 206 | 77 | - |
| CMYK | 0.69 | 0 | 0.63 | 0.19 |
| HSL | 125.49º | 0.59% | 0.53% | - |
| HSV(B) | 125.49º | 0.69% | 0.81% | - |
| XYZ | 25.53 | 45.77 | 14.51 | - |
| YUV | 148.84 | 87.46 | 67.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 206 | 77 | 0.69 | 0 | 0.63 | 0.19 | 125.49 | 0.59 | 0.53 |
| Hex | 40 | CE | 4D | 45 | 0 | 3F | 13 | 7D | 3B | 35 |
| Octal | 100 | 316 | 115 | 105 | 0 | 77 | 23 | 175 | 73 | 65 |
| Binary | 1000000 | 11001110 | 1001101 | 1000101 | 0 | 111111 | 10011 | 1111101 | 111011 | 110101 |
Color Harmonies of #40CE4D
Complementary color
Monochromatic Colors of #40CE4D
Black with #40CE4D
Text Example
Text Example
White with #40CE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CE4D; }
p { color: rgb(64,206,77); }
H1.HeaderClassName
{
color: #40CE4D;
}
.AnyTagClassName
{
color: #40CE4D;
}
</style>
background-color css
<style>
a { background-color: #40CE4D; }
a { background-color: rgb(64,206,77); }
div.DivClassName
{
background-color: #40CE4D;
}
.BgClassName
{
background-color: #40CE4D;
}
</style>
border-color css
<style>
span { border-color: #40CE4D; }
span { border-color: rgb(64,206,77); }
td.TdClassName
{
border-color: #40CE4D;
}
.TagClassName
{
border-color: #40CE4D;
}
</style>