Shades of Lime Green #40C035
Tints of Lime Green #40C035
RGB
CMYK
RGB Variations
Color information
#40C035 (or 0x40C035) is known color: Lime Green. HEX triplet: 40, C0 and 35. RGB value is (64,192,53). Sum of RGB (Red+Green+Blue) = 64+192+53=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 192 (75.39% from 255 or 62.14% from 309); Blue value is 53 (21.09% from 255 or 17.15% from 309); Max value from RGB is 192 - color contains mainly: green. Hex color #40C035 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C035 is #BF3FCA. Grayscale: #8A8A8A. Windows color (decimal): -12533707 or 3522624. OLE color: 3522624.
HSL color Cylindrical-coordinate representation of color #40C035: hue angle of 115.25º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40C035 is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 192 | 53 | - |
| CMYK | 0.67 | 0 | 0.72 | 0.25 |
| HSL | 115.25º | 0.57% | 0.48% | - |
| HSV(B) | 115.25º | 0.72% | 0.75% | - |
| XYZ | 21.61 | 39.05 | 9.77 | - |
| YUV | 137.88 | 80.09 | 75.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 192 | 53 | 0.67 | 0 | 0.72 | 0.25 | 115.25 | 0.57 | 0.48 |
| Hex | 40 | C0 | 35 | 43 | 0 | 48 | 19 | 73 | 39 | 30 |
| Octal | 100 | 300 | 65 | 103 | 0 | 110 | 31 | 163 | 71 | 60 |
| Binary | 1000000 | 11000000 | 110101 | 1000011 | 0 | 1001000 | 11001 | 1110011 | 111001 | 110000 |
Color Harmonies of #40C035
Complementary color
Monochromatic Colors of #40C035
Black with #40C035
Text Example
Text Example
White with #40C035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C035; }
p { color: rgb(64,192,53); }
H1.HeaderClassName
{
color: #40C035;
}
.AnyTagClassName
{
color: #40C035;
}
</style>
background-color css
<style>
a { background-color: #40C035; }
a { background-color: rgb(64,192,53); }
div.DivClassName
{
background-color: #40C035;
}
.BgClassName
{
background-color: #40C035;
}
</style>
border-color css
<style>
span { border-color: #40C035; }
span { border-color: rgb(64,192,53); }
td.TdClassName
{
border-color: #40C035;
}
.TagClassName
{
border-color: #40C035;
}
</style>