Shades of Lime Green #40C029
Tints of Lime Green #40C029
RGB
CMYK
RGB Variations
Color information
#40C029 (or 0x40C029) is known color: Lime Green. HEX triplet: 40, C0 and 29. RGB value is (64,192,41). Sum of RGB (Red+Green+Blue) = 64+192+41=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 192 (75.39% from 255 or 64.65% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 192 - color contains mainly: green. Hex color #40C029 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C029 is #BF3FD6. Grayscale: #888888. Windows color (decimal): -12533719 or 2736192. OLE color: 2736192.
HSL color Cylindrical-coordinate representation of color #40C029: hue angle of 110.86º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #40C029 is Cyan = 0.67, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 192 | 41 | - |
| CMYK | 0.67 | 0 | 0.79 | 0.25 |
| HSL | 110.86º | 0.65% | 0.46% | - |
| HSV(B) | 110.86º | 0.79% | 0.75% | - |
| XYZ | 21.36 | 38.95 | 8.49 | - |
| YUV | 136.51 | 74.09 | 76.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 192 | 41 | 0.67 | 0 | 0.79 | 0.25 | 110.86 | 0.65 | 0.46 |
| Hex | 40 | C0 | 29 | 43 | 0 | 4F | 19 | 6F | 41 | 2E |
| Octal | 100 | 300 | 51 | 103 | 0 | 117 | 31 | 157 | 101 | 56 |
| Binary | 1000000 | 11000000 | 101001 | 1000011 | 0 | 1001111 | 11001 | 1101111 | 1000001 | 101110 |
Color Harmonies of #40C029
Complementary color
Monochromatic Colors of #40C029
Black with #40C029
Text Example
Text Example
White with #40C029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C029; }
p { color: rgb(64,192,41); }
H1.HeaderClassName
{
color: #40C029;
}
.AnyTagClassName
{
color: #40C029;
}
</style>
background-color css
<style>
a { background-color: #40C029; }
a { background-color: rgb(64,192,41); }
div.DivClassName
{
background-color: #40C029;
}
.BgClassName
{
background-color: #40C029;
}
</style>
border-color css
<style>
span { border-color: #40C029; }
span { border-color: rgb(64,192,41); }
td.TdClassName
{
border-color: #40C029;
}
.TagClassName
{
border-color: #40C029;
}
</style>