Shades of Lime Green #40E949
Tints of Lime Green #40E949
RGB
CMYK
RGB Variations
Color information
#40E949 (or 0x40E949) is known color: Lime Green. HEX triplet: 40, E9 and 49. RGB value is (64,233,73). Sum of RGB (Red+Green+Blue) = 64+233+73=370 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.30% from 370); Green value is 233 (91.41% from 255 or 62.97% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 233 - color contains mainly: green. Hex color #40E949 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40E949 is #BF16B6. Grayscale: #A4A4A4. Windows color (decimal): -12523191 or 4843840. OLE color: 4843840.
HSL color Cylindrical-coordinate representation of color #40E949: hue angle of 123.2º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40E949 is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 233 | 73 | - |
| CMYK | 0.73 | 0 | 0.69 | 0.09 |
| HSL | 123.2º | 0.79% | 0.58% | - |
| HSV(B) | 123.2º | 0.73% | 0.91% | - |
| XYZ | 32.46 | 59.85 | 16.14 | - |
| YUV | 164.23 | 76.51 | 56.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 233 | 73 | 0.73 | 0 | 0.69 | 0.09 | 123.2 | 0.79 | 0.58 |
| Hex | 40 | E9 | 49 | 49 | 0 | 45 | 9 | 7B | 4F | 3A |
| Octal | 100 | 351 | 111 | 111 | 0 | 105 | 11 | 173 | 117 | 72 |
| Binary | 1000000 | 11101001 | 1001001 | 1001001 | 0 | 1000101 | 1001 | 1111011 | 1001111 | 111010 |
Color Harmonies of #40E949
Complementary color
Monochromatic Colors of #40E949
Black with #40E949
Text Example
Text Example
White with #40E949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E949; }
p { color: rgb(64,233,73); }
H1.HeaderClassName
{
color: #40E949;
}
.AnyTagClassName
{
color: #40E949;
}
</style>
background-color css
<style>
a { background-color: #40E949; }
a { background-color: rgb(64,233,73); }
div.DivClassName
{
background-color: #40E949;
}
.BgClassName
{
background-color: #40E949;
}
</style>
border-color css
<style>
span { border-color: #40E949; }
span { border-color: rgb(64,233,73); }
td.TdClassName
{
border-color: #40E949;
}
.TagClassName
{
border-color: #40E949;
}
</style>