Shades of Lime Green #40C446
Tints of Lime Green #40C446
RGB
CMYK
RGB Variations
Color information
#40C446 (or 0x40C446) is known color: Lime Green. HEX triplet: 40, C4 and 46. RGB value is (64,196,70). Sum of RGB (Red+Green+Blue) = 64+196+70=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 196 (76.95% from 255 or 59.39% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 196 - color contains mainly: green. Hex color #40C446 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C446 is #BF3BB9. Grayscale: #8E8E8E. Windows color (decimal): -12532666 or 4637760. OLE color: 4637760.
HSL color Cylindrical-coordinate representation of color #40C446: hue angle of 122.73º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C446 is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 64 | 196 | 70 | - |
| CMYK | 0.67 | 0 | 0.64 | 0.23 |
| HSL | 122.73º | 0.53% | 0.51% | - |
| HSV(B) | 122.73º | 0.67% | 0.77% | - |
| XYZ | 22.96 | 41.01 | 12.5 | - |
| YUV | 142.17 | 87.27 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 196 | 70 | 0.67 | 0 | 0.64 | 0.23 | 122.73 | 0.53 | 0.51 |
| Hex | 40 | C4 | 46 | 43 | 0 | 40 | 17 | 7B | 35 | 33 |
| Octal | 100 | 304 | 106 | 103 | 0 | 100 | 27 | 173 | 65 | 63 |
| Binary | 1000000 | 11000100 | 1000110 | 1000011 | 0 | 1000000 | 10111 | 1111011 | 110101 | 110011 |
Color Harmonies of #40C446
Complementary color
Monochromatic Colors of #40C446
Black with #40C446
Text Example
Text Example
White with #40C446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C446; }
p { color: rgb(64,196,70); }
H1.HeaderClassName
{
color: #40C446;
}
.AnyTagClassName
{
color: #40C446;
}
</style>
background-color css
<style>
a { background-color: #40C446; }
a { background-color: rgb(64,196,70); }
div.DivClassName
{
background-color: #40C446;
}
.BgClassName
{
background-color: #40C446;
}
</style>
border-color css
<style>
span { border-color: #40C446; }
span { border-color: rgb(64,196,70); }
td.TdClassName
{
border-color: #40C446;
}
.TagClassName
{
border-color: #40C446;
}
</style>