Shades of Lime Green #40CE49
Tints of Lime Green #40CE49
RGB
CMYK
RGB Variations
Color information
#40CE49 (or 0x40CE49) is known color: Lime Green. HEX triplet: 40, CE and 49. RGB value is (64,206,73). Sum of RGB (Red+Green+Blue) = 64+206+73=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 206 (80.86% from 255 or 60.06% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 206 - color contains mainly: green. Hex color #40CE49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40CE49 is #BF31B6. Grayscale: #949494. Windows color (decimal): -12530103 or 4836928. OLE color: 4836928.
HSL color Cylindrical-coordinate representation of color #40CE49: hue angle of 123.8º 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 #40CE49 is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 206 | 73 | - |
| CMYK | 0.69 | 0 | 0.65 | 0.19 |
| HSL | 123.8º | 0.59% | 0.53% | - |
| HSV(B) | 123.8º | 0.69% | 0.81% | - |
| XYZ | 25.39 | 45.71 | 13.79 | - |
| YUV | 148.38 | 85.46 | 67.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 206 | 73 | 0.69 | 0 | 0.65 | 0.19 | 123.8 | 0.59 | 0.53 |
| Hex | 40 | CE | 49 | 45 | 0 | 41 | 13 | 7C | 3B | 35 |
| Octal | 100 | 316 | 111 | 105 | 0 | 101 | 23 | 174 | 73 | 65 |
| Binary | 1000000 | 11001110 | 1001001 | 1000101 | 0 | 1000001 | 10011 | 1111100 | 111011 | 110101 |
Color Harmonies of #40CE49
Complementary color
Monochromatic Colors of #40CE49
Black with #40CE49
Text Example
Text Example
White with #40CE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CE49; }
p { color: rgb(64,206,73); }
H1.HeaderClassName
{
color: #40CE49;
}
.AnyTagClassName
{
color: #40CE49;
}
</style>
background-color css
<style>
a { background-color: #40CE49; }
a { background-color: rgb(64,206,73); }
div.DivClassName
{
background-color: #40CE49;
}
.BgClassName
{
background-color: #40CE49;
}
</style>
border-color css
<style>
span { border-color: #40CE49; }
span { border-color: rgb(64,206,73); }
td.TdClassName
{
border-color: #40CE49;
}
.TagClassName
{
border-color: #40CE49;
}
</style>