Shades of Lime Green #40C635
Tints of Lime Green #40C635
RGB
CMYK
RGB Variations
Color information
#40C635 (or 0x40C635) is known color: Lime Green. HEX triplet: 40, C6 and 35. RGB value is (64,198,53). Sum of RGB (Red+Green+Blue) = 64+198+53=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 198 (77.73% from 255 or 62.86% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 198 - color contains mainly: green. Hex color #40C635 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C635 is #BF39CA. Grayscale: #8D8D8D. Windows color (decimal): -12532171 or 3524160. OLE color: 3524160.
HSL color Cylindrical-coordinate representation of color #40C635: hue angle of 115.45º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40C635 is Cyan = 0.68, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 64 | 198 | 53 | - |
| CMYK | 0.68 | 0 | 0.73 | 0.22 |
| HSL | 115.45º | 0.58% | 0.49% | - |
| HSV(B) | 115.45º | 0.73% | 0.78% | - |
| XYZ | 22.95 | 41.74 | 10.21 | - |
| YUV | 141.4 | 78.11 | 72.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 198 | 53 | 0.68 | 0 | 0.73 | 0.22 | 115.45 | 0.58 | 0.49 |
| Hex | 40 | C6 | 35 | 44 | 0 | 49 | 16 | 73 | 3A | 31 |
| Octal | 100 | 306 | 65 | 104 | 0 | 111 | 26 | 163 | 72 | 61 |
| Binary | 1000000 | 11000110 | 110101 | 1000100 | 0 | 1001001 | 10110 | 1110011 | 111010 | 110001 |
Color Harmonies of #40C635
Complementary color
Monochromatic Colors of #40C635
Black with #40C635
Text Example
Text Example
White with #40C635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C635; }
p { color: rgb(64,198,53); }
H1.HeaderClassName
{
color: #40C635;
}
.AnyTagClassName
{
color: #40C635;
}
</style>
background-color css
<style>
a { background-color: #40C635; }
a { background-color: rgb(64,198,53); }
div.DivClassName
{
background-color: #40C635;
}
.BgClassName
{
background-color: #40C635;
}
</style>
border-color css
<style>
span { border-color: #40C635; }
span { border-color: rgb(64,198,53); }
td.TdClassName
{
border-color: #40C635;
}
.TagClassName
{
border-color: #40C635;
}
</style>