Shades of Lime Green #40C432
Tints of Lime Green #40C432
RGB
CMYK
RGB Variations
Color information
#40C432 (or 0x40C432) is known color: Lime Green. HEX triplet: 40, C4 and 32. RGB value is (64,196,50). Sum of RGB (Red+Green+Blue) = 64+196+50=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 196 (76.95% from 255 or 63.23% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 196 - color contains mainly: green. Hex color #40C432 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C432 is #BF3BCD. Grayscale: #8C8C8C. Windows color (decimal): -12532686 or 3327040. OLE color: 3327040.
HSL color Cylindrical-coordinate representation of color #40C432: hue angle of 114.25º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40C432 is Cyan = 0.67, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 64 | 196 | 50 | - |
| CMYK | 0.67 | 0 | 0.74 | 0.23 |
| HSL | 114.25º | 0.59% | 0.48% | - |
| HSV(B) | 114.25º | 0.74% | 0.77% | - |
| XYZ | 22.43 | 40.8 | 9.71 | - |
| YUV | 139.89 | 77.27 | 73.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 196 | 50 | 0.67 | 0 | 0.74 | 0.23 | 114.25 | 0.59 | 0.48 |
| Hex | 40 | C4 | 32 | 43 | 0 | 4A | 17 | 72 | 3B | 30 |
| Octal | 100 | 304 | 62 | 103 | 0 | 112 | 27 | 162 | 73 | 60 |
| Binary | 1000000 | 11000100 | 110010 | 1000011 | 0 | 1001010 | 10111 | 1110010 | 111011 | 110000 |
Color Harmonies of #40C432
Complementary color
Monochromatic Colors of #40C432
Black with #40C432
Text Example
Text Example
White with #40C432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C432; }
p { color: rgb(64,196,50); }
H1.HeaderClassName
{
color: #40C432;
}
.AnyTagClassName
{
color: #40C432;
}
</style>
background-color css
<style>
a { background-color: #40C432; }
a { background-color: rgb(64,196,50); }
div.DivClassName
{
background-color: #40C432;
}
.BgClassName
{
background-color: #40C432;
}
</style>
border-color css
<style>
span { border-color: #40C432; }
span { border-color: rgb(64,196,50); }
td.TdClassName
{
border-color: #40C432;
}
.TagClassName
{
border-color: #40C432;
}
</style>