Shades of Lime Green #40C34D
Tints of Lime Green #40C34D
RGB
CMYK
RGB Variations
Color information
#40C34D (or 0x40C34D) is known color: Lime Green. HEX triplet: 40, C3 and 4D. RGB value is (64,195,77). Sum of RGB (Red+Green+Blue) = 64+195+77=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 195 (76.56% from 255 or 58.04% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 195 - color contains mainly: green. Hex color #40C34D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C34D is #BF3CB2. Grayscale: #8E8E8E. Windows color (decimal): -12532915 or 5096256. OLE color: 5096256.
HSL color Cylindrical-coordinate representation of color #40C34D: hue angle of 125.95º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C34D is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 195 | 77 | - |
| CMYK | 0.67 | 0 | 0.61 | 0.24 |
| HSL | 125.95º | 0.52% | 0.51% | - |
| HSV(B) | 125.95º | 0.67% | 0.76% | - |
| XYZ | 22.97 | 40.66 | 13.66 | - |
| YUV | 142.38 | 91.1 | 72.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 195 | 77 | 0.67 | 0 | 0.61 | 0.24 | 125.95 | 0.52 | 0.51 |
| Hex | 40 | C3 | 4D | 43 | 0 | 3D | 18 | 7E | 34 | 33 |
| Octal | 100 | 303 | 115 | 103 | 0 | 75 | 30 | 176 | 64 | 63 |
| Binary | 1000000 | 11000011 | 1001101 | 1000011 | 0 | 111101 | 11000 | 1111110 | 110100 | 110011 |
Color Harmonies of #40C34D
Complementary color
Monochromatic Colors of #40C34D
Black with #40C34D
Text Example
Text Example
White with #40C34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C34D; }
p { color: rgb(64,195,77); }
H1.HeaderClassName
{
color: #40C34D;
}
.AnyTagClassName
{
color: #40C34D;
}
</style>
background-color css
<style>
a { background-color: #40C34D; }
a { background-color: rgb(64,195,77); }
div.DivClassName
{
background-color: #40C34D;
}
.BgClassName
{
background-color: #40C34D;
}
</style>
border-color css
<style>
span { border-color: #40C34D; }
span { border-color: rgb(64,195,77); }
td.TdClassName
{
border-color: #40C34D;
}
.TagClassName
{
border-color: #40C34D;
}
</style>