Shades of Lime Green #40C549
Tints of Lime Green #40C549
RGB
CMYK
RGB Variations
Color information
#40C549 (or 0x40C549) is known color: Lime Green. HEX triplet: 40, C5 and 49. RGB value is (64,197,73). Sum of RGB (Red+Green+Blue) = 64+197+73=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 197 (77.34% from 255 or 58.98% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 197 - color contains mainly: green. Hex color #40C549 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C549 is #BF3AB6. Grayscale: #8F8F8F. Windows color (decimal): -12532407 or 4834624. OLE color: 4834624.
HSL color Cylindrical-coordinate representation of color #40C549: hue angle of 124.06º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C549 is Cyan = 0.68, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 64 | 197 | 73 | - |
| CMYK | 0.68 | 0 | 0.63 | 0.23 |
| HSL | 124.06º | 0.53% | 0.51% | - |
| HSV(B) | 124.06º | 0.68% | 0.77% | - |
| XYZ | 23.28 | 41.5 | 13.09 | - |
| YUV | 143.1 | 88.44 | 71.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 197 | 73 | 0.68 | 0 | 0.63 | 0.23 | 124.06 | 0.53 | 0.51 |
| Hex | 40 | C5 | 49 | 44 | 0 | 3F | 17 | 7C | 35 | 33 |
| Octal | 100 | 305 | 111 | 104 | 0 | 77 | 27 | 174 | 65 | 63 |
| Binary | 1000000 | 11000101 | 1001001 | 1000100 | 0 | 111111 | 10111 | 1111100 | 110101 | 110011 |
Color Harmonies of #40C549
Complementary color
Monochromatic Colors of #40C549
Black with #40C549
Text Example
Text Example
White with #40C549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C549; }
p { color: rgb(64,197,73); }
H1.HeaderClassName
{
color: #40C549;
}
.AnyTagClassName
{
color: #40C549;
}
</style>
background-color css
<style>
a { background-color: #40C549; }
a { background-color: rgb(64,197,73); }
div.DivClassName
{
background-color: #40C549;
}
.BgClassName
{
background-color: #40C549;
}
</style>
border-color css
<style>
span { border-color: #40C549; }
span { border-color: rgb(64,197,73); }
td.TdClassName
{
border-color: #40C549;
}
.TagClassName
{
border-color: #40C549;
}
</style>